Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 607 Bytes

update053.md

File metadata and controls

31 lines (25 loc) · 607 Bytes

dPoW 0.5.3 update information

  • Update your Verus Coin's codebase to 942b01b, build it and then restart it on 3P nodes.
cd ~/VerusCoin
git pull
git checkout 942b01b
./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, Kill iguana, and restart it
cd ~/dPoW
git checkout master
git pull
pkill -15 iguana
cd ~/dPoW/iguana
./m_notary_build
./m_notary_3rdparty