Resolve possible issue with bitcoin crashing due to wallet creation
This commit is contained in:
parent
84f55556c3
commit
d6ea571eee
|
@ -4,9 +4,9 @@ source /usr/share/mynode/mynode_config.sh
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
WALLET_FOLDER="/mnt/hdd/mynode/bitcoin/wallets"
|
WALLET_FOLDER="/mnt/hdd/mynode/bitcoin"
|
||||||
if [ -f $IS_TESTNET_ENABLED_FILE ]; then
|
if [ -f $IS_TESTNET_ENABLED_FILE ]; then
|
||||||
WALLET_FOLDER="/mnt/hdd/mynode/bitcoin/wallets"
|
WALLET_FOLDER="/mnt/hdd/mynode/bitcoin/testnet3/wallets"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sleep 60s
|
sleep 60s
|
||||||
|
|
Loading…
Reference in New Issue
Block a user