diff --git a/docs/notary/setup-Komodo-Notary-Node.md b/docs/notary/setup-Komodo-Notary-Node.md index 3c8668c12..e9bb04006 100644 --- a/docs/notary/setup-Komodo-Notary-Node.md +++ b/docs/notary/setup-Komodo-Notary-Node.md @@ -21,7 +21,7 @@ We recommend the Notary Node Operators to check the Table at [https://github.com ### Both Servers - **KMD:** [https://github.com/KomodoPlatform/komodo](https://github.com/KomodoPlatform/komodo) Branch: `master` , Commit: `b998ca191fd1d8c00c09c381d911ece79a6567ee` -- **Iguana (no autosplit):** [https://github.com/KomodoPlatform/dPoW](https://github.com/KomodoPlatform/dPoW) Branch: `s4` +- **Iguana (no autosplit):** [https://github.com/KomodoPlatform/dPoW](https://github.com/KomodoPlatform/dPoW) Branch: `master` ### Main Server @@ -29,9 +29,9 @@ We recommend the Notary Node Operators to check the Table at [https://github.com ### 3rd Party Server -- **HUSH:** [https://github.com/myhush/hush3](https://github.com/myhush/hush3) Tag: `v3.3.1` +- **HUSH:** [https://github.com/myhush/hush3](https://github.com/myhush/hush3) Tag: `v3.3.1` . **HUSH is not ready for Season 4 at the time of writing this note(June 14th, 12:2s AM UTC), we will update this document when the update for Hush is ready.** - **EMC2:** [https://github.com/emc2foundation/einsteinium.git](https://github.com/emc2foundation/einsteinium.git) Branch: `master` . Commit: `70d7dc2b94e0b275f026ae51fda2a23725929bfd` -- **GAME:** [https://github.com/gamecredits-project/GameCredits.git](https://github.com/gamecredits-project/GameCredits.git) Branch: `master` . Commit: `025f105fc69f41ba1fbf599137aed08e18620dc3` +- **GAME:** [https://github.com/gamecredits-project/GameCredits.git](https://github.com/gamecredits-project/GameCredits.git) Branch: `master` . Commit: `025f105fc69f41ba1fbf599137aed08e18620dc3` **GAME is not ready for Season 4 at the time of writing this note(June 14th, 12:2s AM UTC), we will update this document when the update for GAME is ready or if it should be removed** - **CHIPS:** [https://github.com/jl777/chips3.git](https://github.com/jl777/chips3.git) Branch: `master` . Commit: `31d59f9d8fa4a8e00dd474ef0561a5b174056d86` - **AYA:** [https://github.com/sillyghost/AYAv2.git](https://github.com/sillyghost/AYAv2.git) Branch: `master` . Commit: `fd94422aff2886919dc963d85c313df4dfb0d770` - **VRSC:** [https://github.com/VerusCoin/VerusCoin](https://github.com/VerusCoin/VerusCoin) Tag: `v0.7.0-1` . Commit: `9d4787b057409668819b73c784697ebe2e6cdb54` @@ -208,7 +208,7 @@ On both servers: ```bash cd ~ -git clone https://github.com/KomodoPlatform/dPoW -b s4 +git clone https://github.com/KomodoPlatform/dPoW -b master cd dPoW/iguana ./m_notary_build ```