Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 582 Bytes

update0611.md

File metadata and controls

30 lines (23 loc) · 582 Bytes

dPoW 0.6.11 update information

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

  • Build Verus Coin

cd ~/VerusCoin
git pull
git checkout 3f0f435
./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 iguana is running properly.