Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 552 Bytes

update058.md

File metadata and controls

29 lines (22 loc) · 552 Bytes

dPoW 0.5.8 update information

-On your 3P node, update your Verus Coin's codebase to d0aecf8, build it and then restart it

cd ~/VerusCoin
git pull
git checkout d0aecf8
./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.