From a421e67eb19f103157691a790efb4d4768957031 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Tue, 30 Jul 2024 20:48:10 -0600 Subject: [PATCH] update readme: require Java 21 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53b3e48c..f46cece8 100644 --- a/README.md +++ b/README.md @@ -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).