It is actually compatible and supported to switch network

This commit is contained in:
kexkey
2019-11-09 18:18:53 -05:00
parent f61aa4b734
commit 5dea791af0

6
dist/setup.sh vendored
View File

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