Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.16 KB

update0612.md

File metadata and controls

57 lines (41 loc) · 1.16 KB

dPoW 0.6.12 update information

  • On your Main and 3P nodes, update your Komodo codebase to 156dba6, build it and then restart it.

  • Build the daemon

cd ~/komodo
git pull
git checkout 156dba6
./zcutil/build.sh -j$(expr $(nproc) - 1)
  • Restart it
cd ~/komodo/src
./komodo-cli stop
source ~/dPoW/iguana/pubkey.txt

# On Main node
./komodod -gen -genproclimit=1 -pubkey=$pubkey -minrelaytxfee=0.000035 -opretmintxfee=0.004 -notary=".litecoin/litecoin.conf" &

# On Third Party node
./komodod -pubkey=$pubkey -notary &
  • On your 3P node, update your Verus Coin's codebase to 4beede9, build it and then restart it.

  • Build Verus Coin

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