Skip to content

Commit

Permalink
update readme: require Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Jul 31, 2024
1 parent 08d06ac commit a421e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ The service is intended to run 24/7 to collect statistics about your node.
You may restart both the service and lnd at any time.

### Using H2
Install Java 17 and run `./start-h2.sh`.
Install Java 21 and run `./start-h2.sh`.

### Using PostgreSQL (recommended)
Install PostgreSQL (Debian: `apt install postgresql`) and create a database named `lndmanagej` and a user `bitcoin`.
You can tweak these settings in `application/src/main/resources/application.properties`.
Configure the database so that the user `bitcoin` can access `lndmanagej` without a password at `jdbc:postgresql://localhost:5432/lndmanagej` (`pg_hba.conf`: `local lndmanagej bitcoin trust`).

Install Java 17 and run `./start.sh`.
Install Java 21 and run `./start.sh`.

## Disclaimer
This project is not related to bitromortac's Python based [lndmanage](https://github.com/bitromortac/lndmanage).
Expand Down

0 comments on commit a421e67

Please sign in to comment.