diff --git a/Bitcoin/coreinstall.sh b/Bitcoin/coreinstall.sh index 94760f0..6231f08 100644 --- a/Bitcoin/coreinstall.sh +++ b/Bitcoin/coreinstall.sh @@ -527,13 +527,13 @@ create_bitcoin_core_service() { User=bitcoin Group=bitcoin Type=forking - ExecStart=/usr/local/bin/bitcoind -conf=/home/bitcoin/.bitcoin/bitcoin.conf -pid=/run/bitcoind.pid + ExecStart=/usr/local/bin/bitcoind -conf=/home/bitcoin/.bitcoin/bitcoin.conf Restart=always PrivateTmp=true TimeoutStopSec=480s TimeoutStartSec=480s - StartLimitInterval=480s - StartLimitBurst=10 + StartLimitInterval=600s + StartLimitBurst=5 [Install] WantedBy=multi-user.target