Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suspend the auto-re-election rule #556

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
6 changes: 3 additions & 3 deletions doc/bible.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ The Komodo mining ecosystem is exceptional in that a large part of the mining re

The top 3 NNs for each region are automatically re-elected. The other 44 public NN spots are claimable through the annual NN elections.

**S8 Change(s):** In the upcoming Season 8 (S8) Komodo notary node elections, a significant change will be implemented regarding the auto-re-election rule. Traditionally, notary nodes that ranked in the top 3 within their region at the snapshot date were automatically re-elected for the next season. However, due to the uneven advantage gained by some nodes in Season 7 (S7) through the application of a publicly released [patch](https://github.com/DeckerSU/dPoW/commit/6ae1b9a12c5350b4510f2a84110fb63385912693) by Decker - which significantly boosted notarisation performance - **this rule will be suspended for the S9 / 2025 elections**.

The decision to suspend the auto-re-election rule is a direct response to the disparity created by the optional patch, ensuring a fair and level playing field for all candidates. This change highlights the Komodo community's commitment to equitable competition and governance, adjusting the election rules to maintain the integrity and security of the network.

### Notary Scoring:

Expand Down Expand Up @@ -451,7 +454,6 @@ You may send reports to [email protected].
If you wish to contact specific maintainers directly, the following have made themselves available for conduct issues:

- smk (smk at komodoplatform.com)
- TonyL (alysakov at komodoplatform.com)
- gcharang (gcharang at komodoplatform.com)
- ca333 (ca333 at komodoplatform.com)

Expand All @@ -463,10 +465,8 @@ https://www.contributor-covenant.org

#### E-mail:

- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion doc/update0713.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Restart the THC daemon on the **main server**. This coin has been restored to the dPoW assets.

```bash
komodo-cli -ac_name=THC -ac_supply=251253103 -ac_reward=360000000,300000000,240000000,180000000,150000000,90000000,0 -ac_staked=100 -ac_eras=7 -ac_end=500001,1000001,1500001,2000001,2500001,4500001,0 -ac_perc=233333333 -ac_cc=2 -ac_ccenable=229,236,240 -ac_script=2ea22c8020987fad30df055db6fd922c3a57e55d76601229ed3da3b31340112e773df3d0d28103120c008203000401ccb8 -ac_founders=150 -ac_cbmaturity=1 -ac_sapling=1 -earlytxid=7e4a76259e99c9379551389e9f757fc5f46c33ae922a8644dc2b187af2a6adc1 -addnode=157.230.45.184 -addnode=165.22.52.123 -puskey=$pubkey
komodod -ac_name=THC -ac_supply=251253103 -ac_reward=360000000,300000000,240000000,180000000,150000000,90000000,0 -ac_staked=100 -ac_eras=7 -ac_end=500001,1000001,1500001,2000001,2500001,4500001,0 -ac_perc=233333333 -ac_cc=2 -ac_ccenable=229,236,240 -ac_script=2ea22c8020987fad30df055db6fd922c3a57e55d76601229ed3da3b31340112e773df3d0d28103120c008203000401ccb8 -ac_founders=150 -ac_cbmaturity=1 -ac_sapling=1 -earlytxid=7e4a76259e99c9379551389e9f757fc5f46c33ae922a8644dc2b187af2a6adc1 -addnode=157.230.45.184 -addnode=165.22.52.123 -pubkey=$pubkey
```

- Remember to import your private key, prepare utxos and open THC p2p port (`36789`) in the firewall.
Expand Down