This commit is contained in:
bitcoinafterlife 2025-11-01 19:02:15 -04:00
parent 7c8ed123aa
commit ae52b2b4e5
Signed by: bitcoinafterlife
GPG Key ID: FE756706E833E0D1
2 changed files with 5 additions and 16 deletions

View File

@ -10,19 +10,7 @@ BAL_PUSHER_ZMQ_LISTENER=tcp://127.0.0.1:28332
BAL_PUSHER_SEND_STATS=true BAL_PUSHER_SEND_STATS=true
WELIST_SERVER_URL=http://welist.bitcoin-after.life 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 SSL_KEY_PATH=/home/bal/privkey.pem
#your server domain. do not add https or final / only domain. #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"

View File

@ -1,10 +1,11 @@
RUST_LOG=trace RUST_LOG=info
BAL_SERVER_DB_FILE=/home/bal/bal.db BAL_SERVER_DB_FILE="/home/bal/bal.db"
BAL_SERVER_INFO="BAL server test willexecutor" BAL_SERVER_INFO="BAL server test willexecutor"
BAL_SERVER_BIND_ADDRESS=127.0.0.1 BAL_SERVER_BIND_ADDRESS=127.0.0.1
BAL_SERVER_BIND_PORT=9133 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_BITCOIN_FIXED_FEE=50000
BAL_SERVER_PUB_KEY_PATH="/home/bal/public_key.pem"
BAL_SERVER_REGTEST_ADDRESS="vpub5UhLrYG1qQjnJhvJgBdqgpznyH11mxW9hwBYxf3KhfdjiupCFPUVDvgwpeZ9Wj5YUJXjKjXjy7DSbJNBW1sXbKwARiaphm1UjHYy3mKvTG4" BAL_SERVER_REGTEST_ADDRESS="vpub5UhLrYG1qQjnJhvJgBdqgpznyH11mxW9hwBYxf3KhfdjiupCFPUVDvgwpeZ9Wj5YUJXjKjXjy7DSbJNBW1sXbKwARiaphm1UjHYy3mKvTG4"
BAL_SERVER_REGTEST_FEE=5000 BAL_SERVER_REGTEST_FEE=5000