forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 24
Upgrade ZClassic full node to v2.1.1 2
cryptoprofutonium edited this page Jul 30, 2020
·
1 revision
Follow the below steps from the existing zclassic root directory to upgrade your full node. Get the latest changes and build the full node.
git pull origin v2.1.1-2
./zcutil/build.sh -j$(nproc)
Update the configuration file ~/.zclassic/zclassic.conf
. Remove any instances of addnode
in the configuration file since the mainnet seed list have been updated.
gen=0
equihashsolver=tromp
listenonion=0
Run the upgraded full node
./src/zclassicd