summaryrefslogtreecommitdiff
path: root/social/bitcoin-daemon/rc.bitcoind
diff options
context:
space:
mode:
Diffstat (limited to 'social/bitcoin-daemon/rc.bitcoind')
-rw-r--r--social/bitcoin-daemon/rc.bitcoind2
1 files changed, 1 insertions, 1 deletions
diff --git a/social/bitcoin-daemon/rc.bitcoind b/social/bitcoin-daemon/rc.bitcoind
index 98d713ffd..be09251d1 100644
--- a/social/bitcoin-daemon/rc.bitcoind
+++ b/social/bitcoin-daemon/rc.bitcoind
@@ -6,7 +6,7 @@
case "$1" in
start)
stat_busy "Starting bitcoind"
- su -s /bin/bash -c "nohup bitcoind -gen -datadir=/var/lib/bitcoin-daemon &" bitcoin > /dev/null 2>&1
+ su -s /bin/bash -c "nohup bitcoind -gen=0 -datadir=/var/lib/bitcoin-daemon &" bitcoin > /dev/null 2>&1
if [ $? -gt 0 ]; then
stat_fail
else