Resolve possible issue with bitcoin crashing due to wallet creation

This commit is contained in:
Taylor Helsper 2022-04-07 22:08:53 -05:00
parent 84f55556c3
commit d6ea571eee

View File

@ -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