From f8316560e9a259a5647a91b3ba96b024019a9a11 Mon Sep 17 00:00:00 2001 From: gcharang <21151592+gcharang@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:27:08 +0530 Subject: [PATCH] update vrsc to v1.0.12-6 --- README.md | 2 +- doc/changelog.md | 4 ++++ doc/daemon_versions.json | 2 +- doc/update074.md | 42 ++++++++++++++++++++++++++++++++++++++++ iguana/version | 2 +- 5 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 doc/update074.md diff --git a/README.md b/README.md index fc2eefc7..64508fff 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) | [f1c6d40](https://github.com/VerusCoin/VerusCoin/tree/f1c6d40a71acd597bac039aac0cf1b4745106933) | [![dPOW Status](https://badges.komodo.earth/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P | +| VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [9573cef](https://github.com/VerusCoin/VerusCoin/tree/9573cef05bc56a23df486748307c5bc7961186c8) | [![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 e4871b78..1315e7a2 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.7.4 + +- Updates VRSC to [`9573cef`](https://github.com/VerusCoin/VerusCoin/tree/9573cef05bc56a23df486748307c5bc7961186c8) + ## 0.7.3 - Updates VRSC to [`f1c6d40`](https://github.com/VerusCoin/VerusCoin/tree/f1c6d40a71acd597bac039aac0cf1b4745106933) diff --git a/doc/daemon_versions.json b/doc/daemon_versions.json index 01a4061e..f82cdb39 100644 --- a/doc/daemon_versions.json +++ b/doc/daemon_versions.json @@ -18,5 +18,5 @@ "MCL": "c675fcb", "MIL": "5df2e4d", "TOKEL": "f1fc997", - "VRSC": "f1c6d40" + "VRSC": "9573cef" } \ No newline at end of file diff --git a/doc/update074.md b/doc/update074.md new file mode 100644 index 00000000..5c51ef7d --- /dev/null +++ b/doc/update074.md @@ -0,0 +1,42 @@ +### dPoW 0.7.3 update information + +- On your 3P node, update your Verus Coin's codebase to [`9573cef`](https://github.com/VerusCoin/VerusCoin/tree/9573cef05bc56a23df486748307c5bc7961186c8), 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 +cd ~/VerusCoin +git pull +git checkout 9573cef +./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 b09a54cb..ef090a6c 100644 --- a/iguana/version +++ b/iguana/version @@ -1 +1 @@ -0.7.3 \ No newline at end of file +0.7.4 \ No newline at end of file