Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/KomodoPlatform/dPoW into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed May 18, 2024
2 parents 376027d + 16ec761 commit 05c8ce4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions doc/scoring_epochs.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,21 @@
"dPoW-Mainnet": {
"KIP0002": {
"start_time": "1712957751",
"start_time_comment": "commit 0d39f6d614756fb055578f236f2ba38acfec99d3 +24hrs"
"start_time_comment": "commit 0d39f6d614756fb055578f236f2ba38acfec99d3 +24hrs",
"end_time": "1716039985",
"end_time_comment": "commit TBA +24hrs"
},
"KIP0003": {
"start_time": "1712957751",
"start_time_comment": "commit 0d39f6d614756fb055578f236f2ba38acfec99d3 +24hrs"
"start_time_comment": "commit 0d39f6d614756fb055578f236f2ba38acfec99d3 +24hrs",
"end_time": "1716039985",
"end_time_comment": "commit TBA +24hrs"
},
"KIP0004": {
"start_time": "1712957751",
"start_time_comment": "commit 0d39f6d614756fb055578f236f2ba38acfec99d3 +24hrs"
"start_time_comment": "commit 0d39f6d614756fb055578f236f2ba38acfec99d3 +24hrs",
"end_time": "1716039985",
"end_time_comment": "commit TBA +24hrs"
}
},
"dPoW-3P": {
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

0 comments on commit 05c8ce4

Please sign in to comment.