1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/bitcoin/bitcoin.conf
Stuart Cardall 0c60a5fd86 community/bitcoin: revert to start-stop-daemon
* reverts the service script from using supervise-daemon back to
   using start-stop-daemon but in the modern style. This makes
   stopping of the bitcoin service reliable.

 * added a reload() function
2020-12-14 15:30:57 +00:00

14 lines
318 B
Text

### Bitcoin configuration for Alpine Linux ####
# #
##### data directory is /var/lib/bitcoin ######
##### & set in /etc/init.d/bitcoin not here ###
#
#proxy=127.0.0.1:9050 #use TOR Socks Proxy
rpcallowip=127.0.0.1
rpcuser=changeme
rpcpassword=changeme
rpcport=changeme
daemon=1
#gen=1 #generate bitcoins