Add elementsd to blitz.shutdown.sh and default walletdir param to elements.conf (#4730)

This commit is contained in:
steepdawn974 2024-09-24 12:59:44 +02:00 committed by GitHub
parent 33d826be06
commit 505fbcd933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ echo "-----------------------------------------------"
sleep 3
# general services to stop
servicesToStop="electrs fulcrum"
servicesToStop="electrs fulcrum elementsd"
for service in ${servicesToStop}; do
if systemctl is-active --quiet ${service}; then
echo "stopping ${service} - please wait .."

View File

@ -161,6 +161,7 @@ function installService() {
echo "
# Elementsd configuration
datadir=/mnt/hdd/app-data/.elements
walletdir=/mnt/hdd/app-data/.elements/liquidv1/wallets
rpcuser=raspiblitz
rpcpassword=$PASSWORD_B
rpcbind=127.0.0.1