diff --git a/README.md b/README.md index f6151d1d..ecccbc21 100755 --- a/README.md +++ b/README.md @@ -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) | [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 | +| VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [](https://github.com/VerusCoin/VerusCoin/tree/) | [![dPOW Status](https://badges.komodo.earth/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P | diff --git a/doc/changelog.md b/doc/changelog.md index db525e8c..3680e109 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 0.7.7 + +- Updates VRSC to [``](https://github.com/VerusCoin/VerusCoin/tree/) +- Updates Seednodes API version to [``]() + ## 0.7.6 - Updates VRSC to [`25f82df`](https://github.com/VerusCoin/VerusCoin/tree/25f82df12aee24c64681ca69ddd21ae19528fe25) diff --git a/doc/seed_version_epochs.json b/doc/seed_version_epochs.json index 5204fd5e..692c37c2 100644 --- a/doc/seed_version_epochs.json +++ b/doc/seed_version_epochs.json @@ -19,6 +19,10 @@ }, "371595d6c": { "version": "1.0.4", + "end": "TBA" + }, + "": { + "version": "1.1.0", "end": 1987654321 } } diff --git a/doc/update077.md b/doc/update077.md new file mode 100644 index 00000000..60c035a7 --- /dev/null +++ b/doc/update077.md @@ -0,0 +1,43 @@ +### dPoW 0.7.7 update information + +- On your 3P node, update your Verus Coin's codebase to [``](https://github.com/VerusCoin/VerusCoin/tree/), build it and then restart it. + +#### If using smk's docker setup + +```bash +cd notary_docker_3p +git pull +./update vrsc # supply sudo password when asked +./start vrsc +``` + +#### If custom setup + +- Build Verus Coin + +```bash +vrsc_commit='' +cd ~/VerusCoin +git pull +git checkout ${vrsc_commit} +./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 +cd ~/dPoW +git checkout master +git pull +``` + +Make sure your 3P iguana is running properly. diff --git a/iguana/version b/iguana/version index c0062185..879be8a9 100644 --- a/iguana/version +++ b/iguana/version @@ -1 +1 @@ -0.7.6 +0.7.7