mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
* 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
14 lines
318 B
Text
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
|
|
|