diff --git a/doc/scoring_epochs.json b/doc/scoring_epochs.json index d2c7e053..d514fd13 100644 --- a/doc/scoring_epochs.json +++ b/doc/scoring_epochs.json @@ -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": { diff --git a/doc/update0713.md b/doc/update0713.md index dc914187..37f0d514 100644 --- a/doc/update0713.md +++ b/doc/update0713.md @@ -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.