From 5dea791af00d64b6c80ff88d80d9f90f0155e921 Mon Sep 17 00:00:00 2001 From: kexkey Date: Sat, 9 Nov 2019 18:18:53 -0500 Subject: [PATCH] It is actually compatible and supported to switch network --- dist/setup.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dist/setup.sh b/dist/setup.sh index dee2b03..0d58593 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -437,12 +437,6 @@ install_docker() { esac done fi - elif [[ $cmpStatus == 'incompatible' ]]; then - copy_file $cyphernodeconf_filepath/bitcoin/bitcoin.conf $BITCOIN_DATAPATH/bitcoin.conf.cyphernode 0 $SUDO_REQUIRED - copy_file $cyphernodeconf_filepath/bitcoin/bitcoin-client.conf $BITCOIN_DATAPATH/bitcoin-client.conf.cyphernode 0 $SUDO_REQUIRED - echo " Blockchain data is not compatible, due to misconfigured nets." - echo " Your cyphernode installation is most likely broken." - echo " Please check bitcoin.conf.cyphernode on how to repair it manually." else if [[ $cmpStatus == 'reindex' ]]; then echo " Warning Reindexing will take some time."