Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 930 Bytes

update069.md

File metadata and controls

49 lines (37 loc) · 930 Bytes

dPoW 0.6.9 update information

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

  • Update apt packages (you may get a build error if they are too old)

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

Remove VOTE2023

  • On your Main node, stop VOTE2023 and close its p2p port
# Stop VOTE2023
cd ~/komodo/src
./komodo-cli -ac_name=VOTE2023 stop

# Close p2p port
sudo ufw delete allow 29806/tcp comment 'VOTE2023 p2p port'
  • Update your dPoW repo
cd ~/dPoW
git checkout master
git pull

Make sure your iguana is running properly.