From ae52b2b4e597fb9596da7cea6f903bd85dffc570 Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Sat, 1 Nov 2025 19:02:15 -0400 Subject: [PATCH] . --- bal-pusher.env | 14 +------------- bal-server.env | 7 ++++--- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/bal-pusher.env b/bal-pusher.env index 6ea1cd0..e4c3eb3 100644 --- a/bal-pusher.env +++ b/bal-pusher.env @@ -10,19 +10,7 @@ BAL_PUSHER_ZMQ_LISTENER=tcp://127.0.0.1:28332 BAL_PUSHER_SEND_STATS=true WELIST_SERVER_URL=http://welist.bitcoin-after.life -# -#The service for registering times requires signing the time with the key associated with the SSL certificate in use by Willexecutor. Once the first time is registered, it will be possible to update the -#certificate for your domain (for example using Certbot) and continue to use the old key to sign the times. -# -# EXAMPLE -# $ cp /etc/letsencrypt/live/we.bitcoin-after.life/privkey.pem /home/bal/privkey.pem -# $ sudo chown bal:bal /home/bal/privkey.pem -# $ sudo chmod 400 /home/bal/privkey.pem -# $ ls -l /home/bal/privkey.pem -# -r-------- 1 bal bal 241 31 oct 12.00 privkey.pem -# -# SSL_KEY_PATH=/home/bal/privkey.pem #your server domain. do not add https or final / only domain. -BAL_SERVER_URL="we.bitcoin-after.life" +BAL_SERVER_URL="https://we.bitcoin-after.life" diff --git a/bal-server.env b/bal-server.env index 371f632..7f23c9e 100644 --- a/bal-server.env +++ b/bal-server.env @@ -1,10 +1,11 @@ -RUST_LOG=trace -BAL_SERVER_DB_FILE=/home/bal/bal.db +RUST_LOG=info +BAL_SERVER_DB_FILE="/home/bal/bal.db" BAL_SERVER_INFO="BAL server test willexecutor" BAL_SERVER_BIND_ADDRESS=127.0.0.1 BAL_SERVER_BIND_PORT=9133 -BAL_SERVER_BITCOIN_ADDRESS="your bitcoin to recive payments here" +BAL_SERVER_BITCOIN_ADDRESS="your bitcoin or xpub to recive payments here" BAL_SERVER_BITCOIN_FIXED_FEE=50000 +BAL_SERVER_PUB_KEY_PATH="/home/bal/public_key.pem" BAL_SERVER_REGTEST_ADDRESS="vpub5UhLrYG1qQjnJhvJgBdqgpznyH11mxW9hwBYxf3KhfdjiupCFPUVDvgwpeZ9Wj5YUJXjKjXjy7DSbJNBW1sXbKwARiaphm1UjHYy3mKvTG4" BAL_SERVER_REGTEST_FEE=5000