mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-08 06:47:09 +02:00
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.
17 lines
414 B
Plaintext
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
|
|
|