Skip to content

Commit

Permalink
adds VRSC update instructioons
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Sep 28, 2020
1 parent 5b27e6c commit bb42774
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ RICK | [komodo](https://github.com/komodoplatform/komodo) | [e159b4e](https://gi
STBL | [komodo](https://github.com/komodoplatform/komodo) | [e159b4e](https://github.com/KomodoPlatform/komodo/tree/e159b4e7a40d3886519401c4074e957a1f9d42ba) | [![dPOW Status](http://116.203.64.110/svg/STBL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet
SUPERNET | [komodo](https://github.com/komodoplatform/komodo) | [e159b4e](https://github.com/KomodoPlatform/komodo/tree/e159b4e7a40d3886519401c4074e957a1f9d42ba) | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet
THC | [komodo](https://github.com/komodoplatform/komodo) | [e159b4e](https://github.com/KomodoPlatform/komodo/tree/e159b4e7a40d3886519401c4074e957a1f9d42ba) | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet
VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [ab82cc9 (v0.7.0-4)](https://github.com/VerusCoin/VerusCoin/tree/ab82cc9aad27db997d8dd9d30ebd973a78c22abc) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P
VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [9a9d036 (v0.7.2-2)](https://github.com/VerusCoin/VerusCoin/tree/9a9d036615b1a8af280421ddfead172aeee84259) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P
WLC21 | [komodo](https://github.com/komodoplatform/komodo) | [e159b4e](https://github.com/KomodoPlatform/komodo/tree/e159b4e7a40d3886519401c4074e957a1f9d42ba) | [![dPOW Status](http://116.203.64.110/svg/WLC21_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet
ZILLA | [komodo](https://github.com/komodoplatform/komodo) | [e159b4e](https://github.com/KomodoPlatform/komodo/tree/e159b4e7a40d3886519401c4074e957a1f9d42ba) | [![dPOW Status](http://116.203.64.110/svg/ZILLA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 0.3.1

- updated Hush daemon for the `Exponential Extremophile` upgrade. Version: https://github.com/MyHush/hush3/tree/3a276a7b61ae4195c10a8ecc58a50a13c979620b (3P)
- updated VRSC daemon to tag `v0.7.2-2`. Version: https://github.com/VerusCoin/VerusCoin/tree/9a9d036615b1a8af280421ddfead172aeee84259 (3P)

### 0.3.0a

Expand Down
18 changes: 18 additions & 0 deletions doc/update031.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ source ~/dPoW/iguana/pubkey.txt
./hushd -pubkey=$pubkey &
```

- Update your Verus Coin's codebase to [9a9d036](https://github.com/VerusCoin/VerusCoin/tree/9a9d036615b1a8af280421ddfead172aeee84259), build it and then restart it

```bash
cd cd ~/VerusCoin
git pull
git checkout 9a9d036
./zcutil/build.sh -j$(expr $(nproc) - 1)
```

- Restart it

```bash
cd ~/VerusCoin/src
./verus stop
source ~/dPoW/iguana/pubkey.txt
verusd -pubkey=$pubkey &
```

- Update your dPoW repo

```bash
Expand Down
4 changes: 2 additions & 2 deletions iguana/3p_coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@
"git": {
"repo": "https://github.com/VerusCoin/VerusCoin",
"branch": "master",
"commit": "ab82cc9",
"tag": "v0.7.0-4"
"commit": "9a9d036",
"tag": "v0.7.2-2"
}
},
{
Expand Down

0 comments on commit bb42774

Please sign in to comment.