Skip to content

Commit

Permalink
updates vrsc to v1.1.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Sep 4, 2023
1 parent fe9181d commit ce65eeb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ General [Setup instructions](https://github.com/KomodoPlatform/Documentation/blo
| MCL | [marmarachain](https://github.com/marmarachain/marmara) | [c675fcb](https://github.com/marmarachain/marmara/tree/c675fcb5bce34b6bb2ae8032109302a7473035cb) | [![dPOW Status](https://badges.komodo.earth/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3p |
| MIL | [mil](https://github.com/emc2foundation/mil) | [5df2e4d](https://github.com/emc2foundation/mil/tree/5df2e4d569e546c71e730aa85ad2a0813f3b6369) | [![dPOW Status](https://badges.komodo.earth/svg/MIL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P |
| TOKEL | [tokel](https://github.com/TokelPlatform/tokel) | [f1fc997](https://github.com/TokelPlatform/tokel/tree/f1fc997c5b66ea53992c77a8478aa5a157c4fbc3) | [![dPOW Status](https://badges.komodo.earth/svg/TOKEL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P |
| VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [2eb2238](https://github.com/VerusCoin/VerusCoin/tree/2eb2238dbbbda7aba610fa439d69306e8f62b9ae) | [![dPOW Status](https://badges.komodo.earth/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P |
| VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [25f82df](https://github.com/VerusCoin/VerusCoin/tree/25f82df12aee24c64681ca69ddd21ae19528fe25) | [![dPOW Status](https://badges.komodo.earth/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P |
2 changes: 1 addition & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.7.6

- Updates VRSC to [`2eb2238`](https://github.com/VerusCoin/VerusCoin/tree/2eb2238dbbbda7aba610fa439d69306e8f62b9ae)
- Updates VRSC to [`25f82df`](https://github.com/VerusCoin/VerusCoin/tree/25f82df12aee24c64681ca69ddd21ae19528fe25)

## 0.7.5

Expand Down
2 changes: 1 addition & 1 deletion doc/daemon_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"MCL": "c675fcb",
"MIL": "5df2e4d",
"TOKEL": "f1fc997",
"VRSC": "2eb2238"
"VRSC": "25f82df"
}
4 changes: 2 additions & 2 deletions doc/update076.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### dPoW 0.7.6 update information

- On your 3P node, update your Verus Coin's codebase to [`2eb2238`](https://github.com/VerusCoin/VerusCoin/tree/2eb2238dbbbda7aba610fa439d69306e8f62b9ae), build it and then restart it.
- On your 3P node, update your Verus Coin's codebase to [`25f82df`](https://github.com/VerusCoin/VerusCoin/tree/25f82df12aee24c64681ca69ddd21ae19528fe25), build it and then restart it.

#### If using smk's docker setup

Expand All @@ -18,7 +18,7 @@ git pull
```bash
cd ~/VerusCoin
git pull
git checkout 2eb2238
git checkout 25f82df
./zcutil/build.sh -j$(expr $(nproc) - 1)
```

Expand Down

0 comments on commit ce65eeb

Please sign in to comment.