From f1a6d7a77e57a612c8642e67f5df4337fe4fab0d Mon Sep 17 00:00:00 2001 From: DeckerSU Date: Wed, 22 Jan 2025 19:52:11 +0100 Subject: [PATCH 1/2] remove DOC & MARTY from dPoW --- README.md | 2 -- doc/changelog.md | 4 ++++ doc/daemon_versions.json | 2 -- doc/update084.md | 33 +++++++++++++++++++++++++++++++++ iguana/assetchains.json | 16 ---------------- iguana/assetchains.old | 4 ++-- iguana/coins/doc_7776 | 1 - iguana/coins/marty_7776 | 1 - iguana/version | 2 +- 9 files changed, 40 insertions(+), 25 deletions(-) create mode 100644 doc/update084.md delete mode 100755 iguana/coins/doc_7776 delete mode 100755 iguana/coins/marty_7776 diff --git a/README.md b/README.md index a27ad5bd..94d92118 100755 --- a/README.md +++ b/README.md @@ -60,11 +60,9 @@ General [Setup instructions](https://github.com/KomodoPlatform/Documentation/blo | BCZERO | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/BCZERO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | | CCL | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/CCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | | CLC | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/CLC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | -| DOC | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | | GLEEC | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/GLEECOLD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | | ILN | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | | KOIN | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | -| MARTY | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | | MDX | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/MDX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | | PIRATE | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/PIRATE_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | | RAPH | [komodo](https://github.com/komodoplatform/komodo) | [2651eaf](https://github.com/KomodoPlatform/komodo/commit/2651eafc5219de3775cb08ff128c334d4c812aa9) | [![dPOW Status](https://badges.komodo.earth/svg/RAPH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet | diff --git a/doc/changelog.md b/doc/changelog.md index 0b0344d3..3c2ad4f2 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.4 + +- Removes `DOC`, `MARTY` from dPoW + ## 0.8.3 - Adds `BCZERO`, `RAPH`, `MDX` chains to dPoW diff --git a/doc/daemon_versions.json b/doc/daemon_versions.json index b4682eaf..1a52060d 100644 --- a/doc/daemon_versions.json +++ b/doc/daemon_versions.json @@ -4,11 +4,9 @@ "BCZERO": "2651eaf", "CCL": "2651eaf", "CLC": "2651eaf", - "DOC": "2651eaf", "GLEEC": "2651eaf", "ILN": "2651eaf", "KOIN": "2651eaf", - "MARTY": "2651eaf", "MDX": "2651eaf", "PIRATE": "2651eaf", "RAPH": "2651eaf", diff --git a/doc/update084.md b/doc/update084.md new file mode 100644 index 00000000..59d96a90 --- /dev/null +++ b/doc/update084.md @@ -0,0 +1,33 @@ +# dPoW 0.8.4 update information + +The primary purpose of this update is to reduce resource usage on Notary Node mainnet servers by removing the test chains `DOC` and `MARTY` from dPoW. However, these chains will remain operational for testing purposes within the Komodo Wallet and the Komodo DeFi Framework (KDF). This means removing them from your servers is optional and at your discretion. + +This update specifically removes the `DOC` and `MARTY` chains from dPoW, meaning they will no longer be processed by `iguana`. Regarding the Komodo core daemon (`komodod`), if your server’s resources allow, you can continue running `komodod` for these chains to assist with block propagation and other related tasks. + +### Stop and remove `DOC` & `MARTY` (optional) + +```bash +komodo-cli -ac_name=DOC stop +komodo-cli -ac_name=MARTY stop +rm -rf ~/.komodo/DOC +rm -rf ~/.komodo/MARTY +``` + +### Restart Iguana + +```bash +# Update dPoW repo +cd ~/dPoW +git checkout master +git pull + +# Restart Iguana +pkill -9 iguana # Note: This command may also terminate 3P Iguana if it is running on the same server. +cd iguana +./m_notary_build +./m_notary_main +``` + +Make sure notarisations are progressing. + + diff --git a/iguana/assetchains.json b/iguana/assetchains.json index 0f0ddbe2..5fb30958 100644 --- a/iguana/assetchains.json +++ b/iguana/assetchains.json @@ -21,14 +21,6 @@ "ac_adaptivepow":"6", "addnode": ["209.222.101.247", "103.195.100.32", "node.cryptocollider.com", "15.235.204.174", "148.113.1.52", "65.21.77.109", "89.19.26.211", "89.19.26.212"] }, - { - "ac_name": "DOC", - "ac_supply": "90000000000", - "ac_reward": "100000000", - "ac_cc": "3", - "ac_staked": "10", - "addnode": ["209.222.101.247", "103.195.100.32", "65.21.77.109", "65.21.51.47", "15.235.204.174", "148.113.1.52", "65.21.77.109", "89.19.26.211", "89.19.26.212"] - }, { "ac_name": "GLEEC", "ac_supply": "1000000000", @@ -56,14 +48,6 @@ "ac_supply": "125000000", "addnode": ["209.222.101.247", "103.195.100.32", "3.0.32.10", "15.235.204.174", "148.113.1.52", "65.21.77.109", "89.19.26.211", "89.19.26.212"] }, - { - "ac_name": "MARTY", - "ac_supply": "90000000000", - "ac_reward": "100000000", - "ac_cc": "3", - "ac_staked": "10", - "addnode": ["209.222.101.247", "103.195.100.32", "65.21.77.109", "65.21.51.47", "15.235.204.174", "148.113.1.52", "65.21.77.109", "89.19.26.211", "89.19.26.212"] - }, { "ac_name": "PIRATE", "ac_supply": "0", diff --git a/iguana/assetchains.old b/iguana/assetchains.old index 02b9b84b..3cb63228 100755 --- a/iguana/assetchains.old +++ b/iguana/assetchains.old @@ -28,12 +28,12 @@ fi ${PREFIX}komodod -pubkey=$pubkey -ac_name=CCL -ac_supply=200000000 -ac_end=1 -ac_cc=2 -addressindex=1 -spentindex=1 -addnode=142.93.136.89 -addnode=195.201.22.89 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & ${PREFIX}komodod -pubkey=$pubkey -ac_name=CLC -ac_supply=99000000 -ac_reward=50000000 -ac_perc=100000000 -ac_founders=1 -ac_cc=45 -ac_public=1 -ac_snapshot=1440 -ac_pubkey=02df9bda7bfe2bcaa938b29a399fb0ba58cfb6cc3ddc0001062a600f60a8237ad9 -addnode=node.cryptocollider.com -ac_adaptivepow=6 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & -${PREFIX}komodod -pubkey=$pubkey -ac_name=DOC -ac_supply=90000000000 -ac_reward=100000000 -ac_cc=3 -ac_staked=10 -addnode=65.21.77.109 -addnode=65.21.51.47 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & +# ${PREFIX}komodod -pubkey=$pubkey -ac_name=DOC -ac_supply=90000000000 -ac_reward=100000000 -ac_cc=3 -ac_staked=10 -addnode=65.21.77.109 -addnode=65.21.51.47 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & ${PREFIX}komodod -pubkey=$pubkey -ac_name=GLEEC -ac_supply=210000000 -ac_public=1 -ac_staked=100 -addnode=95.217.161.126 -addnode=209.222.101.247 -addnode=103.195.100.32 -datadir=${HOME}/.komodo/GLEEC_OLD $1 & ${PREFIX}komodod -pubkey=$pubkey -ac_name=GLEEC -ac_supply=1000000000 -ac_end=1 -ac_public=1 -ac_staked=50 -addnode=65.21.52.182 -addnode=135.181.80.132 $1 & ${PREFIX}komodod -pubkey=$pubkey -ac_name=ILN -ac_supply=10000000000 -ac_cc=2 -addressindex=1 -spentindex=1 -addnode=51.75.122.83 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & ${PREFIX}komodod -pubkey=$pubkey -ac_name=KOIN -ac_supply=125000000 -addnode=3.0.32.10 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & -${PREFIX}komodod -pubkey=$pubkey -ac_name=MARTY -ac_supply=90000000000 -ac_reward=100000000 -ac_cc=3 -ac_staked=10 -addnode=65.21.77.109 -addnode=65.21.51.47 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & +# ${PREFIX}komodod -pubkey=$pubkey -ac_name=MARTY -ac_supply=90000000000 -ac_reward=100000000 -ac_cc=3 -ac_staked=10 -addnode=65.21.77.109 -addnode=65.21.51.47 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & ${PREFIX}komodod -pubkey=$pubkey -ac_name=PIRATE -ac_supply=0 -ac_reward=25600000000 -ac_halving=77777 -ac_private=1 -addnode=88.99.212.81 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & ${PREFIX}komodod -pubkey=$pubkey -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 -addnode=157.230.45.184 -addnode=165.22.52.123 -earlytxid=7e4a76259e99c9379551389e9f757fc5f46c33ae922a8644dc2b187af2a6adc1 -addnode=209.222.101.247 -addnode=103.195.100.32 $1 & ${PREFIX}komodod -pubkey=$pubkey -ac_name=BCZERO -ac_supply=9999999999 -ac_end=1 -ac_public=1 -ac_staked=50 -addnode=65.21.52.182 $1 & diff --git a/iguana/coins/doc_7776 b/iguana/coins/doc_7776 deleted file mode 100755 index e8dcf1a9..00000000 --- a/iguana/coins/doc_7776 +++ /dev/null @@ -1 +0,0 @@ -curl --url "http://127.0.0.1:7776" --data "{\"conf\":\"DOC.conf\",\"path\":\"${HOME#"/"}/.komodo/DOC\",\"unitval\":\"20\",\"zcash\":1,\"RELAY\":-1,\"VALIDATE\":0,\"prefetchlag\":-1,\"poll\":100,\"active\":1,\"agent\":\"iguana\",\"method\":\"addcoin\",\"startpend\":4,\"endpend\":4,\"services\":129,\"maxpeers\":8,\"newcoin\":\"DOC\",\"name\":\"DOC\",\"hasheaders\":1,\"useaddmultisig\":0,\"netmagic\":\"33846f56\",\"p2p\":62415,\"rpc\":62416,\"pubval\":60,\"p2shval\":85,\"wifval\":188,\"txfee_satoshis\":\"10000\",\"isPoS\":0,\"minoutput\":10000,\"minconfirms\":2,\"genesishash\":\"027e3758c3a65b12aa1046462b486d0a63bfa1beae327897f56c5cfb7daaae71\",\"protover\":170002,\"genesisblock\":\"0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a000000000000000000000000000000000000000000000000000000000000000029ab5f490f0f0f200b00000000000000000000000000000000000000000000000000000000000000fd4005000d5ba7cda5d473947263bf194285317179d2b0d307119c2e7cc4bd8ac456f0774bd52b0cd9249be9d40718b6397a4c7bbd8f2b3272fed2823cd2af4bd1632200ba4bf796727d6347b225f670f292343274cc35099466f5fb5f0cd1c105121b28213d15db2ed7bdba490b4cedc69742a57b7c25af24485e523aadbb77a0144fc76f79ef73bd8530d42b9f3b9bed1c135ad1fe152923fafe98f95f76f1615e64c4abb1137f4c31b218ba2782bc15534788dda2cc08a0ee2987c8b27ff41bd4e31cd5fb5643dfe862c9a02ca9f90c8c51a6671d681d04ad47e4b53b1518d4befafefe8cadfb912f3d03051b1efbf1dfe37b56e93a741d8dfd80d576ca250bee55fab1311fc7b3255977558cdda6f7d6f875306e43a14413facdaed2f46093e0ef1e8f8a963e1632dcbeebd8e49fd16b57d49b08f9762de89157c65233f60c8e38a1f503a48c555f8ec45dedecd574a37601323c27be597b956343107f8bd80f3a925afaf30811df83c402116bb9c1e5231c70fff899a7c82f73c902ba54da53cc459b7bf1113db65cc8f6914d3618560ea69abd13658fa7b6af92d374d6eca9529f8bd565166e4fcbf2a8dfb3c9b69539d4d2ee2e9321b85b331925df195915f2757637c2805e1d4131e1ad9ef9bc1bb1c732d8dba4738716d351ab30c996c8657bab39567ee3b29c6d054b711495c0d52e1cd5d8e55b4f0f0325b97369280755b46a02afd54be4ddd9f77c22272b8bbb17ff5118fedbae2564524e797bd28b5f74f7079d532ccc059807989f94d267f47e724b3f1ecfe00ec9e6541c961080d8891251b84b4480bc292f6a180bea089fef5bbda56e1e41390d7c0e85ba0ef530f7177413481a226465a36ef6afe1e2bca69d2078712b3912bba1a99b1fbff0d355d6ffe726d2bb6fbc103c4ac5756e5bee6e47e17424ebcbf1b63d8cb90ce2e40198b4f4198689daea254307e52a25562f4c1455340f0ffeb10f9d8e914775e37d0edca019fb1b9c6ef81255ed86bc51c5391e0591480f66e2d88c5f4fd7277697968656a9b113ab97f874fdd5f2465e5559533e01ba13ef4a8f7a21d02c30c8ded68e8c54603ab9c8084ef6d9eb4e92c75b078539e2ae786ebab6dab73a09e0aa9ac575bcefb29e930ae656e58bcb513f7e3c17e079dce4f05b5dbc18c2a872b22509740ebe6a3903e00ad1abc55076441862643f93606e3dc35e8d9f2caef3ee6be14d513b2e062b21d0061de3bd56881713a1a5c17f5ace05e1ec09da53f99442df175a49bd154aa96e4949decd52fed79ccf7ccbce32941419c314e374e4a396ac553e17b5340336a1a25c22f9e42a243ba5404450b650acfc826a6e432971ace776e15719515e1634ceb9a4a35061b668c74998d3dfb5827f6238ec015377e6f9c94f38108768cf6e5c8b132e0303fb5a200368f845ad9d46343035a6ff94031df8d8309415bb3f6cd5ede9c135fdabcc030599858d803c0f85be7661c88984d88faa3d26fb0e9aac0056a53f1b5d0baed713c853c4a2726869a0a124a8a5bbc0fc0ef80c8ae4cb53636aa02503b86a1eb9836fcc259823e2692d921d88e1ffc1e6cb2bde43939ceb3f32a611686f539f8f7c9f0bf00381f743607d40960f06d347d1cd8ac8a51969c25e37150efdf7aa4c2037a2fd0516fb444525ab157a0ed0a7412b2fa69b217fe397263153782c0f64351fbdf2678fa0dc8569912dcd8e3ccad38f34f23bbbce14c6a26ac24911b308b82c7e43062d180baeac4ba7153858365c72c63dcf5f6a5b08070b730adb017aeae925b7d0439979e2679f45ed2f25a7edcfd2fb77a8794630285ccb0a071f5cce410b46dbf9750b0354aae8b65574501cc69efb5b6a43444074fee116641bb29da56c2b4a7f456991fc92b2\",\"debug\":0,\"seedipaddr\":\"78.47.196.146\",\"sapling\":1,\"notarypay\":0}" diff --git a/iguana/coins/marty_7776 b/iguana/coins/marty_7776 deleted file mode 100755 index 49ea5b0d..00000000 --- a/iguana/coins/marty_7776 +++ /dev/null @@ -1 +0,0 @@ -curl --url "http://127.0.0.1:7776" --data "{\"conf\":\"MARTY.conf\",\"path\":\"${HOME#"/"}/.komodo/MARTY\",\"unitval\":\"20\",\"zcash\":1,\"RELAY\":-1,\"VALIDATE\":0,\"prefetchlag\":-1,\"poll\":100,\"active\":1,\"agent\":\"iguana\",\"method\":\"addcoin\",\"startpend\":4,\"endpend\":4,\"services\":129,\"maxpeers\":8,\"newcoin\":\"MARTY\",\"name\":\"MARTY\",\"hasheaders\":1,\"useaddmultisig\":0,\"netmagic\":\"9ccb2c63\",\"p2p\":52592,\"rpc\":52593,\"pubval\":60,\"p2shval\":85,\"wifval\":188,\"txfee_satoshis\":\"10000\",\"isPoS\":0,\"minoutput\":10000,\"minconfirms\":2,\"genesishash\":\"027e3758c3a65b12aa1046462b486d0a63bfa1beae327897f56c5cfb7daaae71\",\"protover\":170002,\"genesisblock\":\"0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a000000000000000000000000000000000000000000000000000000000000000029ab5f490f0f0f200b00000000000000000000000000000000000000000000000000000000000000fd4005000d5ba7cda5d473947263bf194285317179d2b0d307119c2e7cc4bd8ac456f0774bd52b0cd9249be9d40718b6397a4c7bbd8f2b3272fed2823cd2af4bd1632200ba4bf796727d6347b225f670f292343274cc35099466f5fb5f0cd1c105121b28213d15db2ed7bdba490b4cedc69742a57b7c25af24485e523aadbb77a0144fc76f79ef73bd8530d42b9f3b9bed1c135ad1fe152923fafe98f95f76f1615e64c4abb1137f4c31b218ba2782bc15534788dda2cc08a0ee2987c8b27ff41bd4e31cd5fb5643dfe862c9a02ca9f90c8c51a6671d681d04ad47e4b53b1518d4befafefe8cadfb912f3d03051b1efbf1dfe37b56e93a741d8dfd80d576ca250bee55fab1311fc7b3255977558cdda6f7d6f875306e43a14413facdaed2f46093e0ef1e8f8a963e1632dcbeebd8e49fd16b57d49b08f9762de89157c65233f60c8e38a1f503a48c555f8ec45dedecd574a37601323c27be597b956343107f8bd80f3a925afaf30811df83c402116bb9c1e5231c70fff899a7c82f73c902ba54da53cc459b7bf1113db65cc8f6914d3618560ea69abd13658fa7b6af92d374d6eca9529f8bd565166e4fcbf2a8dfb3c9b69539d4d2ee2e9321b85b331925df195915f2757637c2805e1d4131e1ad9ef9bc1bb1c732d8dba4738716d351ab30c996c8657bab39567ee3b29c6d054b711495c0d52e1cd5d8e55b4f0f0325b97369280755b46a02afd54be4ddd9f77c22272b8bbb17ff5118fedbae2564524e797bd28b5f74f7079d532ccc059807989f94d267f47e724b3f1ecfe00ec9e6541c961080d8891251b84b4480bc292f6a180bea089fef5bbda56e1e41390d7c0e85ba0ef530f7177413481a226465a36ef6afe1e2bca69d2078712b3912bba1a99b1fbff0d355d6ffe726d2bb6fbc103c4ac5756e5bee6e47e17424ebcbf1b63d8cb90ce2e40198b4f4198689daea254307e52a25562f4c1455340f0ffeb10f9d8e914775e37d0edca019fb1b9c6ef81255ed86bc51c5391e0591480f66e2d88c5f4fd7277697968656a9b113ab97f874fdd5f2465e5559533e01ba13ef4a8f7a21d02c30c8ded68e8c54603ab9c8084ef6d9eb4e92c75b078539e2ae786ebab6dab73a09e0aa9ac575bcefb29e930ae656e58bcb513f7e3c17e079dce4f05b5dbc18c2a872b22509740ebe6a3903e00ad1abc55076441862643f93606e3dc35e8d9f2caef3ee6be14d513b2e062b21d0061de3bd56881713a1a5c17f5ace05e1ec09da53f99442df175a49bd154aa96e4949decd52fed79ccf7ccbce32941419c314e374e4a396ac553e17b5340336a1a25c22f9e42a243ba5404450b650acfc826a6e432971ace776e15719515e1634ceb9a4a35061b668c74998d3dfb5827f6238ec015377e6f9c94f38108768cf6e5c8b132e0303fb5a200368f845ad9d46343035a6ff94031df8d8309415bb3f6cd5ede9c135fdabcc030599858d803c0f85be7661c88984d88faa3d26fb0e9aac0056a53f1b5d0baed713c853c4a2726869a0a124a8a5bbc0fc0ef80c8ae4cb53636aa02503b86a1eb9836fcc259823e2692d921d88e1ffc1e6cb2bde43939ceb3f32a611686f539f8f7c9f0bf00381f743607d40960f06d347d1cd8ac8a51969c25e37150efdf7aa4c2037a2fd0516fb444525ab157a0ed0a7412b2fa69b217fe397263153782c0f64351fbdf2678fa0dc8569912dcd8e3ccad38f34f23bbbce14c6a26ac24911b308b82c7e43062d180baeac4ba7153858365c72c63dcf5f6a5b08070b730adb017aeae925b7d0439979e2679f45ed2f25a7edcfd2fb77a8794630285ccb0a071f5cce410b46dbf9750b0354aae8b65574501cc69efb5b6a43444074fee116641bb29da56c2b4a7f456991fc92b2\",\"debug\":0,\"seedipaddr\":\"78.47.196.146\",\"sapling\":1,\"notarypay\":0}" diff --git a/iguana/version b/iguana/version index ee94dd83..b60d7196 100644 --- a/iguana/version +++ b/iguana/version @@ -1 +1 @@ -0.8.3 +0.8.4 From 1b3213b14b4c898d8f23d54ed485717e8bed83aa Mon Sep 17 00:00:00 2001 From: smk762 Date: Sun, 26 Jan 2025 14:07:28 +0800 Subject: [PATCH 2/2] update scoring epochs --- doc/scoring_epochs.json | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/doc/scoring_epochs.json b/doc/scoring_epochs.json index e3181306..926cfb73 100644 --- a/doc/scoring_epochs.json +++ b/doc/scoring_epochs.json @@ -168,6 +168,48 @@ "season_overtime_end_comment": "TBA", "Servers": { "dPoW-Mainnet": { + "SUPERNET": { + "start_time": 1728049053, + "start_time_comment": "S8 start", + "end_time": 1729521795, + "end_time_comment": "commit 6ec95c663bd58099e0a160bec66cc01525261764 +24hrs" + }, + "NINJA": { + "start_time": 1728049053, + "start_time_comment": "S8 start", + "end_time": 1729521795, + "end_time_comment": "commit 6ec95c663bd58099e0a160bec66cc01525261764 +24hrs" + }, + "BCZERO": { + "start_time": 1737306978, + "start_time_comment": "commit 86db2fc03255d6615826ebe00e78b2183b41b22f +24hrs", + "end_time": 1999999999, + "end_time_comment": "S8 end" + }, + "RAPH": { + "start_time": 1737306978, + "start_time_comment": "commit 86db2fc03255d6615826ebe00e78b2183b41b22f +24hrs", + "end_time": 1999999999, + "end_time_comment": "S8 end" + }, + "MDX": { + "start_time": 1737306978, + "start_time_comment": "commit 86db2fc03255d6615826ebe00e78b2183b41b22f +24hrs", + "end_time": 1999999999, + "end_time_comment": "S8 end" + }, + "DOC": { + "start_time": 1728049053, + "start_time_comment": "S8 start", + "end_time": 1738195200, + "end_time_comment": "commit 6ec95c663bd58099e0a160bec66cc01525261764 +24hrs" + }, + "MARTY": { + "start_time": 1728049053, + "start_time_comment": "S8 start", + "end_time": 1738195200, + "end_time_comment": "commit 6ec95c663bd58099e0a160bec66cc01525261764 +24hrs" + } }, "dPoW-3P": { }