Browse Source

info on stopping resync selay

#146
rootzoll 6 years ago
parent
commit
6a6db50d7e
  1. 4
      home.admin/00mainMenu.sh

4
home.admin/00mainMenu.sh

@ -14,7 +14,9 @@ if [ ${bootstrapInfoExists} -eq 1 ]; then
if [ "${state}" = "presync" ]; then
# stopping the pre-sync
echo "Stopping pre-sync ..."
echo "********************************************"
echo "Stopping pre-sync ... pls wait (up to 1min)"
echo "********************************************"
sudo systemctl stop bitcoind.service
sudo systemctl disable bitcoind.service
sudo rm /mnt/hdd/bitcoin/bitcoin.conf

Loading…
Cancel
Save