Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 742 Bytes

update073.md

File metadata and controls

42 lines (31 loc) · 742 Bytes

dPoW 0.7.3 update information

  • On your 3P node, update your Verus Coin's codebase to f1c6d40, build it and then restart it.

If using smk's docker setup

cd notary_docker_3p
git pull
./update vrsc #supply sudo password when asked
./start vrsc

If custom setup

  • Build Verus Coin
cd ~/VerusCoin
git pull
git checkout f1c6d40
./zcutil/build.sh -j$(expr $(nproc) - 1)
  • Restart it
cd ~/VerusCoin/src
./verus stop
source ~/dPoW/iguana/pubkey.txt
./verusd -pubkey=$pubkey &

Update your dPoW repo

cd ~/dPoW
git checkout master
git pull

Make sure your 3P iguana is running properly.