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."