On your 3P node:
- update your Verus Coin's codebase to
8a060c6
, build it and then restart it.
cd notary_docker_3p
git pull
./update
./start
- Build Verus Coin
vrsc_commit='8a060c6'
cd ~/VerusCoin
git pull
git checkout ${vrsc_commit}
./zcutil/build.sh -j$(expr $(nproc) - 1)
- Restart it
cd ~/VerusCoin/src
./verus stop
source ~/dPoW/iguana/pubkey.txt
./verusd -pubkey=$pubkey &
- Manually update your mm2 to the latest release
- Edit your MM2.json file to change the netid from
7777
to8762
- Open the following ports on your firewall:
42845
(tcp),42855
(wss)
cd ~/dPoW
git checkout master
git pull
Once complete, monitor your node to ensure it is running correctly and notarisations are progressing. Make sure any certs for your seednode are up to date and have no permssions issues, and that your wss connection is responding. If you have any issues, please contact us on Discord.