aboutsummaryrefslogtreecommitdiffstats
path: root/community/bitcoin/bitcoin.conf
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2017-03-13 05:31:23 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-17 09:51:55 +0000
commit3597bb4ea3f53255b366bec278b266dee2827fa4 (patch)
tree300cc6ae676196e5f1a4de64dc36df73aa28b2a1 /community/bitcoin/bitcoin.conf
parent202c1da50d05709af2b26dcb63bb433f562950fb (diff)
downloadaports-3597bb4ea3f53255b366bec278b266dee2827fa4.tar.bz2
aports-3597bb4ea3f53255b366bec278b266dee2827fa4.tar.xz
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.
Diffstat (limited to 'community/bitcoin/bitcoin.conf')
-rw-r--r--community/bitcoin/bitcoin.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/bitcoin/bitcoin.conf b/community/bitcoin/bitcoin.conf
index 4f070b19ec..92bb57683e 100644
--- a/community/bitcoin/bitcoin.conf
+++ b/community/bitcoin/bitcoin.conf
@@ -8,6 +8,9 @@ rpcallowip=127.0.0.1
rpcuser=changeme
rpcpassword=changeme
rpcport=changeme
-daemon=1
+
+#### do not use daemon mode with new initd ####
+#### which now uses supervise-daemon ##########
+daemon=0
#gen=1 #generate bitcoins