From 29924ab4a53fc42ce3bcf140606c200bbdf6b0dd Mon Sep 17 00:00:00 2001 From: smk762 Date: Mon, 4 Dec 2023 23:32:59 +0800 Subject: [PATCH 1/3] draft updafte doc --- doc/update0710.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 doc/update0710.md diff --git a/doc/update0710.md b/doc/update0710.md new file mode 100644 index 00000000..6e7acadb --- /dev/null +++ b/doc/update0710.md @@ -0,0 +1,67 @@ +## dPoW 0.7.10 update information + +- On your 3P node, update your Verus Coin's codebase to [`f9abd80`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639), build it and then restart it. +- On your 3P node, update your Tokel codebase to [`28939c1`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639), build it and then restart it. + +### Update VSRC & TKL + +#### Using docker setup + +```bash +cd notary_docker_3p +git pull +./update +./start +``` + +#### Using other setup + +- Build Verus Coin + +```bash +vrsc_commit='f9abd80' +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 & +``` + +- Build Tokel + +```bash +tkl_commit='28939c1' +cd ~/tokel +git pull +git checkout ${tkl_commit} +./zcutil/build.sh -j$(expr $(nproc) - 1) +``` + +- Restart it + +```bash +cd ~/tokel/src +./tokeld stop +source ~/dPoW/iguana/pubkey.txt +./tokeld -pubkey=$pubkey & +``` + + +#### Update your dPoW repo + +```bash +cd ~/dPoW +git checkout master +git pull +``` + +Once complete, monitor your node to ensure it is running correctly and notarisations are progressing. + From 2186b5dfad5d2bd913bd8901e29db49cd032ccb2 Mon Sep 17 00:00:00 2001 From: smk762 Date: Mon, 4 Dec 2023 23:48:41 +0800 Subject: [PATCH 2/3] add mcl --- doc/update0710.md | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/doc/update0710.md b/doc/update0710.md index 6e7acadb..5f75254e 100644 --- a/doc/update0710.md +++ b/doc/update0710.md @@ -1,9 +1,11 @@ ## dPoW 0.7.10 update information -- On your 3P node, update your Verus Coin's codebase to [`f9abd80`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639), build it and then restart it. -- On your 3P node, update your Tokel codebase to [`28939c1`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639), build it and then restart it. +On your 3P node: +- update your Verus Coin's codebase to [`f9abd80`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639), build it and then restart it. +- update your Tokel codebase to [`28939c1`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639), build it and then restart it. +- update your Marmara codebase to [`4b73b24`](https://github.com/marmarachain/marmara/tree/4b73b246552723d1dec60be33636323239ba395d), build it and then restart it. -### Update VSRC & TKL +### Update VSRC, TKL & MCL #### Using docker setup @@ -49,11 +51,30 @@ git checkout ${tkl_commit} ```bash cd ~/tokel/src -./tokeld stop +./komodo-cli -ac_name=TOKEL stop source ~/dPoW/iguana/pubkey.txt ./tokeld -pubkey=$pubkey & ``` +- Build Marmara + +```bash +mcl_commit='4b73b24' +cd ~/marmara +git pull +git checkout ${mcl_commit} +./zcutil/build.sh -j$(expr $(nproc) - 1) +``` + +- Restart it + +```bash +cd ~/marmara/src +./komodo-cli -ac_name=MCL stop +source ~/dPoW/iguana/pubkey.txt +./mamarad -pubkey=$pubkey & +``` + #### Update your dPoW repo From 451d4de6d44ba460732adf40eafd1f0f632f7ab3 Mon Sep 17 00:00:00 2001 From: gcharang <21151592+gcharang@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:54:55 +0530 Subject: [PATCH 3/3] updates --- README.md | 6 +++--- doc/changelog.md | 6 ++++++ doc/daemon_versions.json | 6 +++--- doc/update0710.md | 5 ++--- iguana/version | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5e688441..ba2f9b57 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ General [Setup instructions](https://github.com/KomodoPlatform/Documentation/blo | AYA | [aryacoin](https://github.com/KomodoPlatform/AYAv2) | [d40b0d7](https://github.com/KomodoPlatform/AYAv2/tree/d40b0d7682d1568fc4bb5a18c705c0681ecfaa85) | [![dPOW Status](https://badges.komodo.earth/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P | | CHIPS | [chips](https://github.com/chips-blockchain/chips) | [f0dfd82](https://github.com/chips-blockchain/chips/tree/f0dfd82dd9f98626dd0045c3ed93102dfd5988fb) | [![dPOW Status](https://badges.komodo.earth/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P | | EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [8d988f0](https://github.com/emc2foundation/einsteinium/tree/8d988f05a5ccafed5cf4c16493ef30cf3125f7a9) | [![dPOW Status](https://badges.komodo.earth/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P | -| 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 | +| MCL | [marmarachain](https://github.com/marmarachain/marmara) | [4b73b24](https://github.com/marmarachain/marmara/tree/4b73b246552723d1dec60be33636323239ba395d) | [![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) | [81e7a80](https://github.com/VerusCoin/VerusCoin/tree/81e7a80271e230a132afb44967ea26f781439995) | [![dPOW Status](https://badges.komodo.earth/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P | +| TOKEL | [tokel](https://github.com/TokelPlatform/tokel) | [28939c1](https://github.com/TokelPlatform/tokel/tree/28939c11a574c9a98e35240890c64be0688c4f85) | [![dPOW Status](https://badges.komodo.earth/svg/TOKEL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P | +| VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [f9abd80](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639) | [![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 cecfeb2f..0a0bb67c 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.7.10 + +- Updates VRSC to [`f9abd80`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639) +- Updates MCL to [`4b73b24`](https://github.com/marmarachain/marmara/tree/4b73b246552723d1dec60be33636323239ba395d) +- Updates TKL to [`28939c1`](https://github.com/TokelPlatform/tokel/tree/28939c11a574c9a98e35240890c64be0688c4f85) + ## 0.7.9 - Updates VRSC to [`81e7a80`](https://github.com/VerusCoin/VerusCoin/tree/81e7a80271e230a132afb44967ea26f781439995) diff --git a/doc/daemon_versions.json b/doc/daemon_versions.json index 04b0c432..8f562742 100644 --- a/doc/daemon_versions.json +++ b/doc/daemon_versions.json @@ -15,8 +15,8 @@ "AYA": "d40b0d7", "CHIPS": "f0dfd82", "EMC2": "8d988f0", - "MCL": "c675fcb", + "MCL": "4b73b24", "MIL": "5df2e4d", - "TOKEL": "f1fc997", - "VRSC": "81e7a80" + "TOKEL": "28939c1", + "VRSC": "f9abd80" } \ No newline at end of file diff --git a/doc/update0710.md b/doc/update0710.md index 5f75254e..41e85f5a 100644 --- a/doc/update0710.md +++ b/doc/update0710.md @@ -1,8 +1,9 @@ ## dPoW 0.7.10 update information On your 3P node: + - update your Verus Coin's codebase to [`f9abd80`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639), build it and then restart it. -- update your Tokel codebase to [`28939c1`](https://github.com/VerusCoin/VerusCoin/tree/f9abd801e22232d69e1ae4bf486e99264910e639), build it and then restart it. +- update your Tokel codebase to [`28939c1`](https://github.com/TokelPlatform/tokel/tree/28939c11a574c9a98e35240890c64be0688c4f85), build it and then restart it. - update your Marmara codebase to [`4b73b24`](https://github.com/marmarachain/marmara/tree/4b73b246552723d1dec60be33636323239ba395d), build it and then restart it. ### Update VSRC, TKL & MCL @@ -75,7 +76,6 @@ source ~/dPoW/iguana/pubkey.txt ./mamarad -pubkey=$pubkey & ``` - #### Update your dPoW repo ```bash @@ -85,4 +85,3 @@ git pull ``` Once complete, monitor your node to ensure it is running correctly and notarisations are progressing. - diff --git a/iguana/version b/iguana/version index 972ef76a..5b209ea2 100644 --- a/iguana/version +++ b/iguana/version @@ -1 +1 @@ -0.7.9 +0.7.10