On your 3P node:
- update your Verus Coin's codebase to
f9abd80
, build it and then restart it. - update your Tokel codebase to
28939c1
, build it and then restart it. - update your Marmara codebase to
4b73b24
, build it and then restart it.
cd notary_docker_3p
git pull
./update
./start
- Build Verus Coin
vrsc_commit='f9abd80'
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 &
- Build Tokel
tkl_commit='28939c1'
cd ~/tokel
git pull
git checkout ${tkl_commit}
./zcutil/build.sh -j$(expr $(nproc) - 1)
- Restart it
cd ~/tokel/src
./komodo-cli -ac_name=TOKEL stop
source ~/dPoW/iguana/pubkey.txt
./tokeld -pubkey=$pubkey &
- Build Marmara
mcl_commit='4b73b24'
cd ~/marmara
git pull
git checkout ${mcl_commit}
./zcutil/build.sh -j$(expr $(nproc) - 1)
- Restart it
cd ~/marmara/src
./komodo-cli -ac_name=MCL stop
source ~/dPoW/iguana/pubkey.txt
./mamarad -pubkey=$pubkey &
cd ~/dPoW
git checkout master
git pull
Once complete, monitor your node to ensure it is running correctly and notarisations are progressing.