aports/community/bitcoin/bitcoin.conf
Stuart Cardall 3597bb4ea3 community/bitcoin: update to 0.14.0 / use supervise-daemon
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.14.0.md

initd now uses supervise-daemon for service supervision.

please note the new bitcoin.conf format => do NOT enable daemon mode
as supervise-daemon requires services to run in the foreground.
2017-03-17 09:51:55 +00:00

17 lines
414 B
Plaintext

### 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
#### do not use daemon mode with new initd ####
#### which now uses supervise-daemon ##########
daemon=0
#gen=1 #generate bitcoins