From 7b2ef8f5563f45343bdee6706c0c6f23cee91600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 11 Jul 2011 12:54:34 -0300 Subject: social/bitcoin-daemon-0.3.24-1 --- social/bitcoin-daemon/rc.bitcoind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'social/bitcoin-daemon/rc.bitcoind') 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 -- cgit v1.2.3-2-g168b