From fedaf867fb189cbe6a45c88175eb3318dc6f3d0f Mon Sep 17 00:00:00 2001 From: TheComputerGenie Date: Tue, 12 May 2020 05:27:07 -0500 Subject: [PATCH 01/48] Hunting clarity --- doc/bible.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/bible.md b/doc/bible.md index 4e2a6edc..251d2f5a 100644 --- a/doc/bible.md +++ b/doc/bible.md @@ -207,9 +207,13 @@ The top 3 NNs (according to the new NN algorithm) get automatically re-elected. Four Nodes are reserved for the Komodo team for mining and experimental, debugging, or research operations, which include the usage of custom and experimental core code. -### Hunting unclaimed rewards: +### Hunting unclaimed rewards: -The consensus rules allow every network participant to hunt the so-called “unclaimed reward blocks” which do contain additional mining-rewards. +The consensus rules allow every network participant to hunt the so-called “unclaimed reward blocks” which do contain additional mining-rewards. + +### Mine Komodo blocks with your NN pubkey: + +In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several block in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". ### NN gurus: From bf9dc579ecbe79498687bc0319a4608e0f292a9c Mon Sep 17 00:00:00 2001 From: TheComputerGenie Date: Tue, 12 May 2020 05:34:51 -0500 Subject: [PATCH 02/48] Update bible.md --- doc/bible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bible.md b/doc/bible.md index 251d2f5a..5f3644a4 100644 --- a/doc/bible.md +++ b/doc/bible.md @@ -213,7 +213,7 @@ The consensus rules allow every network participant to hunt the so-called “unc ### Mine Komodo blocks with your NN pubkey: -In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several block in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". +In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several blocks in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". ### NN gurus: From ce33b0acc1b40f5ab17def521d30eb05183d49cd Mon Sep 17 00:00:00 2001 From: ca333 Date: Tue, 12 May 2020 13:20:03 +0200 Subject: [PATCH 03/48] add mining block count clarification likely good to clarify that we shouldn't go below 15 blocks/day even if the leading NN miner goes below that treshold --- doc/bible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bible.md b/doc/bible.md index 5f3644a4..ab38ba46 100644 --- a/doc/bible.md +++ b/doc/bible.md @@ -213,7 +213,7 @@ The consensus rules allow every network participant to hunt the so-called “unc ### Mine Komodo blocks with your NN pubkey: -In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several blocks in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". +In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN and in any event not below 15 blocks per day. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several blocks in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". ### NN gurus: From d4df92e26330165a599f9ae927cfd0ebad23177e Mon Sep 17 00:00:00 2001 From: ComputerGenie Date: Thu, 14 May 2020 01:57:04 -0500 Subject: [PATCH 04/48] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 355bd418..13cbd62e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - name: Install dependencies run: | - sudo apt-get remove php7.1-fpm php7.2-fpm php7.3-fpm php7.3-common php7.0-fpm php5.6-fpm php7.4-fpm + sudo apt-get remove php* msodbcsql17 mysql* sudo apt-get update && sudo apt-get upgrade -y sudo apt-get install build-essential pkg-config cmake libsodium-dev libc6-dev m4 g++-multilib libtool libncurses-dev zlib1g-dev libssl-dev libprotobuf-dev protobuf-compiler libgtest-dev libdb++-dev ntp ntpdate software-properties-common libevent-dev curl libcurl4-gnutls-dev clang jq -y - name: Install nanomsg From b92936a03e6a4e6a3fa77c2df64442d55e3f222d Mon Sep 17 00:00:00 2001 From: ComputerGenie Date: Sun, 17 May 2020 08:08:16 -0500 Subject: [PATCH 05/48] Update bible.md --- doc/bible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bible.md b/doc/bible.md index ab38ba46..d66a317d 100644 --- a/doc/bible.md +++ b/doc/bible.md @@ -213,7 +213,7 @@ The consensus rules allow every network participant to hunt the so-called “unc ### Mine Komodo blocks with your NN pubkey: -In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN and in any event not below 15 blocks per day. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several blocks in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". +In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN and in any event not below 15 blocks per day on average. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several blocks in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". ### NN gurus: From 7c2bd005975c4d555ee39f4c4caf59cd7de4e0fc Mon Sep 17 00:00:00 2001 From: ca333 Date: Sat, 23 May 2020 02:19:27 +0200 Subject: [PATCH 06/48] bump version S4 --- iguana/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/version b/iguana/version index 9faa1b7a..0ea3a944 100644 --- a/iguana/version +++ b/iguana/version @@ -1 +1 @@ -0.1.5 +0.2.0 From 577b225ffe6eecb81fd2dcd57cd5a760d7d0ede3 Mon Sep 17 00:00:00 2001 From: romanszterg Date: Sat, 23 May 2020 15:10:35 +0200 Subject: [PATCH 07/48] update notaries 3rd_party file --- iguana/3rd_party | 128 +++++++++++++++++++++++------------------------ 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/iguana/3rd_party b/iguana/3rd_party index f5000330..0448e1b0 100644 --- a/iguana/3rd_party +++ b/iguana/3rd_party @@ -13,68 +13,68 @@ "139.99.208.141" ], "notaries": [ - {"madmax_NA": "02ef81a360411adf71184ff04d0c5793fc41fd1d7155a28dd909f21f35f4883ac1" }, - {"alright_AR": "036a6bca1c2a8166f79fa8a979662892742346cc972b432f8e61950a358d705517" }, - {"strob_NA": "02049202f3872877e81035549f6f3a0f868d0ad1c9b0e0d2b48b1f30324255d26d" }, - {"hunter_EU": "0378224b4e9d8a0083ce36f2963ec0a4e231ec06b0c780de108e37f41181a89f6a" }, - {"phm87_SH": "03889a10f9df2caef57220628515693cf25316fe1b0693b0241419e75d0d0e66ed" }, - {"chainmakers_NA": "030e4822bddba10eb50d52d7da13106486651e4436962078ee8d681bc13f4993e9" }, - {"indenodes_EU": "03a416533cace0814455a1bb1cd7861ce825a543c6f6284a432c4c8d8875b7ace9" }, - {"blackjok3r_SH": "03d23bb5aad3c20414078472220cc5c26bc5aeb41e43d72c99158d450f714d743a" }, - {"chainmakers_EU": "034f8c0a504856fb3d80a94c3aa78828c1152daf8ccc45a17c450f32a1e242bb0c" }, - {"titomane_AR": "0358cd6d7460654a0ddd5125dd6fa0402d0719999444c6cc3888689a0b4446136a" }, - {"fullmoon_SH": "0275031fa79846c5d667b1f7c4219c487d439cd367dd294f73b5ecd55b4e673254" }, - {"indenodes_NA": "02b3908eda4078f0e9b6704451cdc24d418e899c0f515fab338d7494da6f0a647b" }, - {"chmex_EU": "03e5b7ab96b7271ecd585d6f22807fa87da374210a843ec3a90134cbf4a62c3db1" }, - {"metaphilibert_SH": "03b21ff042bf1730b28bde43f44c064578b41996117ac7634b567c3773089e3be3" }, - {"ca333_DEV": "029c0342ce2a4f9146c7d1ee012b26f5c2df78b507fb4461bf48df71b4e3031b56" }, - {"cipi_NA": "034406ac4cf94e84561c5d3f25384dd59145e92fefc5972a037dc6a44bfa286688" }, - {"pungocloud_SH": "0203064e291045187927cc35ed350e046bba604e324bb0e3b214ea83c74c4713b1" }, - {"voskcoin_EU": "037bfd946f1dd3736ddd2cb1a0731f8b83de51be5d1be417496fbc419e203bc1fe" }, - {"decker_DEV": "02fca8ee50e49f480de275745618db7b0b3680b0bdcce7dcae7d2e0fd5c3345744" }, - {"cryptoeconomy_EU": "037d04b7d16de61a44a3fc766bea4b7791023a36675d6cee862fe53defd04dd8f2" }, - {"etszombi_EU": "02f65da26061d1b9f1756a274918a37e83086dbfe9a43d2f0b35b9d2f593b31907" }, - {"karasugoi_NA": "024ba10f7f5325fd6ec6cab50c5242d142d00fab3537c0002097c0e98f72014177" }, - {"pirate_AR": "0353e2747f89968741c24f254caec24f9f49a894a0039ee9ba09234fcbad75c77d" }, - {"metaphilibert_AR": "0239e34ad22957bbf4c8df824401f237b2afe8d40f7a645ecd43e8f27dde1ab0da" }, - {"zatjum_SH": "03643c3b0a07a34f6ae7b048832e0216b935408dfc48b0c7d3d4faceb38841f3f3" }, - {"madmax_AR": "038735b4f6881925e5a9b14275af80fa2b712c8bd57eef26b97e5b153218890e38" }, - {"lukechilds_NA": "024607d85ea648511fa50b13f29d16beb2c3a248c586b449707d7be50a6060cf50" }, - {"cipi_AR": "025b7655826f5fd3a807cbb4918ef9f02fe64661153ca170db981e9b0861f8c5ad" }, - {"tonyl_AR": "03a8db38075c80348889871b4318b0a79a1fd7e9e21daefb4ca6e4f05e5963569c" }, - {"infotech_DEV": "0399ff59b0244103486a94acf1e4a928235cb002b20e26a6f3163b4a0d5e62db91" }, - {"fullmoon_NA": "02adf6e3cb8a3c94d769102aec9faf2cb073b7f2979ce64efb1161a596a8d16312" }, - {"etszombi_AR": "03c786702b81e0122157739c8e2377cf945998d36c0d187ec5c5ff95855848dfdd" }, - {"node-9_EU": "024f2402daddee0c8169ccd643e5536c2cf95b9690391c370a65c9dd0169fc3dc6" }, - {"phba2061_EU": "02dc98f064e3bf26a251a269893b280323c83f1a4d4e6ccd5e84986cc3244cb7c9" }, - {"indenodes_AR": "0242778789986d614f75bcf629081651b851a12ab1cc10c73995b27b90febb75a2" }, - {"and1-89_EU": "029f5a4c6046de880cc95eb448d20c80918339daff7d71b73dd3921895559d7ca3" }, - {"komodopioneers_SH": "02ae196a1e93444b9fcac2b0ccee428a4d9232a00b3a508484b5bccaedc9bac55e" }, - {"komodopioneers_EU": "03c7fef345ca6b5326de9d5a38498638801eee81bfea4ca8ffc3dacac43c27b14d" }, - {"d0ct0r_NA": "0235b211469d7c1881d30ab647e0d6ddb4daf9466f60e85e6a33a92e39dedde3a7" }, - {"kolo_DEV": "03dc7c71a5ef7104f81e62928446c4216d6e9f68d944c893a21d7a0eba74b1cb7c" }, - {"peer2cloud_AR": "0351c784d966dbb79e1bab4fad7c096c1637c98304854dcdb7d5b5aeceb94919b4" }, - {"webworker01_SH": "0221365d89a6f6373b15daa4a50d56d34ad1b4b8a48a7fd090163b6b5a5ecd7a0a" }, - {"webworker01_NA": "03bfc36a60194b495c075b89995f307bec68c1bcbe381b6b29db47af23494430f9" }, - {"pbca26_NA": "038319dcf74916486dbd506ac866d184c17c3202105df68c8335a1a1079ef0dfcc" }, - {"indenodes_SH": "031d1584cf0eb4a2d314465e49e2677226b1615c3718013b8d6b4854c15676a58c" }, - {"pirate_NA": "034899e6e884b3cb1f491d296673ab22a6590d9f62020bea83d721f5c68b9d7aa7" }, - {"lukechilds_AR": "031ee242e67a8166e489c0c4ed1e5f7fa32dff19b4c1749de35f8da18befa20811" }, - {"dragonhound_NA": "022405dbc2ea320131e9f0c4115442c797bf0f2677860d46679ac4522300ce8c0a" }, - {"fullmoon_AR": "03cd152ae20adcc389e77acad25953fc2371961631b35dc92cf5c96c7729c2e8d9" }, - {"chainzilla_SH": "03fe36ff13cb224217898682ce8b87ba6e3cdd4a98941bb7060c04508b57a6b014" }, - {"titomane_EU": "03d691cd0914a711f651082e2b7b27bee778c1309a38840e40a6cf650682d17bb5" }, - {"jeezy_EU": "022bca828b572cb2b3daff713ed2eb0bbc7378df20f799191eebecf3ef319509cd" }, - {"titomane_SH": "038c2a64f7647633c0e74eec93f9a668d4bf80214a43ed7cd08e4e30d3f2f7acfb" }, - {"alien_AR": "024f20c096b085308e21893383f44b4faf1cdedea9ad53cc7d7e7fbfa0c30c1e71" }, - {"pirate_EU": "0371f348b4ac848cdfb732758f59b9fdd64285e7adf769198771e8e203638db7e6" }, - {"thegaltmines_NA": "03e1d4cec2be4c11e368ff0c11e80cd1b09da8026db971b643daee100056b110fa" }, - {"computergenie_NA": "02f945d87b7cd6e9f2173a110399d36b369edb1f10bdf5a4ba6fd4923e2986e137" }, - {"nutellalicka_SH": "035ec5b9e88734e5bd0f3bd6533e52f917d51a0e31f83b2297aabb75f9798d01ef" }, - {"chainstrike_SH": "0221f9dee04b7da1f3833c6ea7f7325652c951b1c239052b0dadb57209084ca6a8" }, - {"hunter_SH": "02407db70ad30ce4dfaee8b4ae35fae88390cad2b0ba0373fdd6231967537ccfdf" }, - {"alien_EU": "022b85908191788f409506ebcf96a892f3274f352864c3ed566c5a16de63953236" }, - {"gt_AR": "0307c1cf89bd8ed4db1b09a0a98cf5f746fc77df3803ecc8611cf9455ec0ce6960" }, - {"patchkez_SH": "03d7c187689bf829ca076a30bbf36d2e67bb74e16a3290d8a55df21d6cb15c80c1" }, - {"decker_AR": "02a85540db8d41c7e60bf0d33d1364b4151cad883dd032878ea4c037f67b769635" } + {"alien_AR": "024f20c096b085308e21893383f44b4faf1cdedea9ad53cc7d7e7fbfa0c30c1e71" }, + {"alien_EU": "022b85908191788f409506ebcf96a892f3274f352864c3ed566c5a16de63953236" }, + {"strob_NA": "02285bf2f9e96068ecac14bc6f770e394927b4da9f5ba833eaa9468b5d47f203a3" }, + {"titomane_SH": "02abf206bafc8048dbdc042b8eb6b1e356ea5dbe149eae3532b4811d4905e5cf01" }, + {"fullmoon_AR": "03639bc56d3fecf856f17759a441c5893668e7c2d460f3d216798a413cd6766bb2" }, + {"phba2061_EU": "03369187ce134bd7793ee34af7756fe1ab27202e09306491cdd5d8ad2c71697937" }, + {"fullmoon_NA": "03e388bcc579ac2675f8fadfa921eec186dcea8d2b43de1eed6caba23d5a962b74" }, + {"fullmoon_SH": "03a5cfda2b097c808834ccdd805828c811b519611feabdfe6b3644312e53f6748f" }, + {"madmax_AR": "027afddbcf690230dd8d435ec16a7bfb0083e6b77030f763437f291dfc40a579d0" }, + {"titomane_EU": "02276090e483db1a01a802456b10831b3b6e0a6ad3ece9b2a01f4aad0e480c8edc" }, + {"cipi_NA": "03f4e69edcb4fa3b2095cb8cb1ca010f4ec4972eac5d8822397e5c8d87aa21a739" }, + {"indenodes_SH": "031d1584cf0eb4a2d314465e49e2677226b1615c3718013b8d6b4854c15676a58c" }, + {"decker_AR": "02a85540db8d41c7e60bf0d33d1364b4151cad883dd032878ea4c037f67b769635" }, + {"indenodes_EU": "03a416533cace0814455a1bb1cd7861ce825a543c6f6284a432c4c8d8875b7ace9" }, + {"madmax_NA": "036d3afebe1eab09f4c38c3ee6a4659ad390f3df92787c11437a58c59a29e408e6" }, + {"chainzilla_SH": "0311dde03c2dd654ce78323b718ed3ad73a464d1bde97820f3395f54788b5420dd" }, + {"peer2cloud_AR": "0243958faf9ae4d43b598b859ddc595c170c4cf50f8e4517d660ae5bc72aeb821b" }, + {"pirate_EU": "0240011b95cde819f298fe0f507b2260c9fecdab784924076d4d1e54c522103cb1" }, + {"webworker01_NA": "02de90c720c007229374772505a43917a84ed129d5fbcfa4949cc2e9b563351124" }, + {"zatjum_SH": "0241c5660ca540780be66603b1791127a1261d56abbcb7562c297eec8e4fc078fb" }, + {"titomane_AR": "03958bd8d13fe6946b8d0d0fbbc3861c72542560d0276e80a4c6b5fe55bc758b81" }, + {"chmex_EU": "030bf7bd7ad0515c33b5d5d9a91e0729baf801b9002f80495ae535ea1cebb352cb" }, + {"indenodes_NA": "02b3908eda4078f0e9b6704451cdc24d418e899c0f515fab338d7494da6f0a647b" }, + {"patchkez_SH": "028c08db6e7242681f50db6c234fe3d6e12fb1a915350311be26373bac0d457d49" }, + {"metaphilibert_AR": "0239e34ad22957bbf4c8df824401f237b2afe8d40f7a645ecd43e8f27dde1ab0da" }, + {"etszombi_EU": "03a5c083c78ba397970f20b544a01c13e7ed36ca8a5ae26d5fe7bd38b92b6a0c94" }, + {"pirate_NA": "0240011b95cde819f298fe0f507b2260c9fecdab784924076d4d1e54c522103cb1" }, + {"metaphilibert_SH": "03b21ff042bf1730b28bde43f44c064578b41996117ac7634b567c3773089e3be3" }, + {"indenodes_AR": "0242778789986d614f75bcf629081651b851a12ab1cc10c73995b27b90febb75a2" }, + {"chainmakers_NA": "028803e07bcc521fde264b7191a944f9b3612e8ee4e24a99bcd903f6976240839a" }, + {"mihailo_EU": "036494e7c9467c8c7ff3bf29e841907fb0fa24241866569944ea422479ec0e6252" }, + {"tonyl_AR": "0229e499e3f2e065ced402ceb8aaf3d5ab8bd3793aa074305e9fa30772ce604908" }, + {"alien_NA": "022f62b56ddfd07c9860921c701285ac39bb3ac8f6f083d1b59c8f4943be3de162" }, + {"pungocloud_SH": "02641c36ae6747b88150a463a1fe65cf7a9d1c00a64387c73f296f0b64e77c7d3f" }, + {"node9_EU": "0392e4c9400e69f28c6b9e89d586da69d5a6af7702f1045eaa6ebc1996f0496e1f" }, + {"smdmitry_AR": "0397b7584cb29717b721c0c587d4462477efc1f36a56921f133c9d17b0cd7f278a" }, + {"nodeone_NA": "0310a249c6c2dcc29f2135715138a9ddb8e01c0eab701cbd0b96d9cec660dbdc58" }, + {"gcharang_SH": "02a654037d12cdd609f4fad48e15ec54538e03f61fdae1acb855f16ebacac6bd73" }, + {"cipi_EU": "026f4f66385daaf8313ef30ffe4988e7db497132682dca185a70763d93e1417d9d" }, + {"etszombi_AR": "03bfcbca83f11e622fa4eed9a1fa25dba377981ea3b22e3d0a4015f9a932af9272" }, + {"pbca26_NA": "03c18431bb6bc95672f640f19998a196becd2851d5dcba4795fe8d85b7d77eab81" }, + {"mylo_SH": "026d5f29d09ff3f33e14db4811606249b2438c6bcf964876714f81d1f2d952acde" }, + {"swisscertifiers_EU": "02e7722ebba9f8b5ebfb4e87d4fa58cc75aef677535b9cfc060c7d9471aacd9c9e" }, + {"marmarachain_AR": "028690ca1e3afdf8a38b421f6a41f5ff407afc96d5a7a6a488330aae26c8b086bb" }, + {"karasugoi_NA": "02f803e6f159824a181cc5d709f3d1e7ff65f19e1899920724aeb4e3d2d869f911" }, + {"phm87_SH": "03889a10f9df2caef57220628515693cf25316fe1b0693b0241419e75d0d0e66ed" }, + {"oszy_EU": "03c53bd421de4a29ce68c8cc83f802e1181e77c08f8f16684490d61452ea8d023a" }, + {"chmex_AR": "030cd487e10fbf142e0e8d582e702ecb775f378569c3cb5acd0ff97b6b12803588" }, + {"dragonhound_NA": "029912212d370ee0fb4d38eefd8bfcd8ab04e2c3b0354020789c29ddf2a35c72d6" }, + {"strob_SH": "0213751a1c59d3489ca85b3d62a3d606dcef7f0428aa021c1978ea16fb38a2fad6" }, + {"madmax_EU": "0397ec3a4ad84b3009566d260c89f1c4404e86e5d044964747c9371277e38f5995" }, + {"dudezmobi_AR": "033c121d3f8d450174674a73f3b7f140b2717a7d51ea19ee597e2e8e8f9d5ed87f" }, + {"daemonfox_NA": "023c7584b1006d4a62a4b4c9c1ede390a3789316547897d5ed49ff9385a3acb411" }, + {"nutellalicka_SH": "0284c4d3cb97dd8a32d10fb32b1855ae18cf845dad542e3b8937ca0e998fb54ecc" }, + {"starfleet_EU": "03c6e047218f34644ccba67e317b9da5d28e68bbbb6b9973aef1281d2bafa46496" }, + {"mrlynch_AR": "03e67440141f53a08684c329ebc852b018e41f905da88e52aa4a6dc5aa4b12447a" }, + {"greer_NA": "0262da6aaa0b295b8e2f120035924758a4a630f899316dc63ee15ef03e9b7b2b23" }, + {"mcrypt_SH": "027a4ca7b11d3456ff558c08bb04483a89c7f383448461fd0b6b3b07424aabe9a4" }, + {"decker_EU": "027777775b89ff548c3be54fb0c9455437d87f38bfce83bdef113899881b219c9e" }, + {"dappvader_SH": "025199bc04bcb8a17976d9fe8bc87763a6150c2727321aa59bf34a2b49f2f3a0ce" }, + {"alright_DEV": "03b6f9493658bdd102503585a08ae642b49d6a68fb69ac3626f9737cd7581abdfa" }, + {"artemii235_DEV": "037a20916d2e9ea575300ac9d729507c23a606b9a200c8e913d7c9832f912a1fa7" }, + {"tonyl_DEV": "0258b77d7dcfc6c2628b0b6b438951a6e74201fb2cd180a795e4c37fcf8e78a678" }, + {"decker_DEV": "02fca8ee50e49f480de275745618db7b0b3680b0bdcce7dcae7d2e0fd5c3345744" } ]} From e99dd57d72d915c7f59f63e31797a7a1f4c47e87 Mon Sep 17 00:00:00 2001 From: "Anton \"TonyL\" Lysakov" Date: Sat, 23 May 2020 20:42:59 +0700 Subject: [PATCH 08/48] fix pirate_NA 3p key --- iguana/3rd_party | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/3rd_party b/iguana/3rd_party index 0448e1b0..083d2402 100644 --- a/iguana/3rd_party +++ b/iguana/3rd_party @@ -39,7 +39,7 @@ {"patchkez_SH": "028c08db6e7242681f50db6c234fe3d6e12fb1a915350311be26373bac0d457d49" }, {"metaphilibert_AR": "0239e34ad22957bbf4c8df824401f237b2afe8d40f7a645ecd43e8f27dde1ab0da" }, {"etszombi_EU": "03a5c083c78ba397970f20b544a01c13e7ed36ca8a5ae26d5fe7bd38b92b6a0c94" }, - {"pirate_NA": "0240011b95cde819f298fe0f507b2260c9fecdab784924076d4d1e54c522103cb1" }, + {"pirate_NA": "02ad7ef25d2dd461e361120cd3efe7cbce5e9512c361e9185aac33dd303d758613" }, {"metaphilibert_SH": "03b21ff042bf1730b28bde43f44c064578b41996117ac7634b567c3773089e3be3" }, {"indenodes_AR": "0242778789986d614f75bcf629081651b851a12ab1cc10c73995b27b90febb75a2" }, {"chainmakers_NA": "028803e07bcc521fde264b7191a944f9b3612e8ee4e24a99bcd903f6976240839a" }, From 021ebbe6ff757af0c0a1fc9fb199940b126e5490 Mon Sep 17 00:00:00 2001 From: Tony Lysakov Date: Tue, 26 May 2020 06:30:45 +0200 Subject: [PATCH 09/48] added MCL --- iguana/coins/mcl_7779 | 1 + iguana/m_notary_3rdparty | 2 ++ iguana/notary.sh | 0 3 files changed, 3 insertions(+) create mode 100755 iguana/coins/mcl_7779 mode change 100644 => 100755 iguana/notary.sh diff --git a/iguana/coins/mcl_7779 b/iguana/coins/mcl_7779 new file mode 100755 index 00000000..005911c9 --- /dev/null +++ b/iguana/coins/mcl_7779 @@ -0,0 +1 @@ +curl --url "http://127.0.0.1:7779" --data "{\"conf\":\"MCL.conf\",\"path\":\"${HOME#"/"}/.komodo/MCL\",\"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\":\"MCL\",\"name\":\"MCL\",\"hasheaders\":1,\"useaddmultisig\":0,\"netmagic\":\"4cc8719b\",\"p2p\":33824,\"rpc\":33825,\"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/m_notary_3rdparty b/iguana/m_notary_3rdparty index 1f816cc8..4154cfc0 100755 --- a/iguana/m_notary_3rdparty +++ b/iguana/m_notary_3rdparty @@ -44,6 +44,7 @@ coins/emc2_7779 coins/gin_7779 coins/hush3_7779 coins/aya_7779 +coins/mcl_7779 sleep 30 @@ -57,4 +58,5 @@ curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dp curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"GIN\",\"pubkey\":\"$pubkey\"}" curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"HUSH3\",\"pubkey\":\"$pubkey\"}" curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"AYA\",\"freq\":5,\"pubkey\":\"$pubkey\"}" +curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"MCL\",\"pubkey\":\"$pubkey\"}" diff --git a/iguana/notary.sh b/iguana/notary.sh old mode 100644 new mode 100755 From 88c45eabb4b0c9473866677df4d6dc27c4207075 Mon Sep 17 00:00:00 2001 From: Tony Lysakov Date: Tue, 26 May 2020 06:34:56 +0200 Subject: [PATCH 10/48] MCL badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44cb0b38..30e6dd4b 100755 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ K64 | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Statu KOIN | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet KSB | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KSB_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet KV | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KV_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MCL | [marmara](https://github.com/marmarachain/Marmara-v.1.0) | [84c1471](https://github.com/marmarachain/Marmara-v.1.0/tree/84c1471f63c5e5d4e4bd0a6624d0502f681b1887) | [![dPOW Status](http://116.203.64.110/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P MESH | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MGW | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MGW_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MORTY | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From 00cf7b2307765dd5c8ebdc0717b3856cec3c1a21 Mon Sep 17 00:00:00 2001 From: Tony Lysakov Date: Tue, 26 May 2020 06:39:20 +0200 Subject: [PATCH 11/48] removed deprecated 3party startup script --- iguana/dpowassets_3rdparty | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 iguana/dpowassets_3rdparty diff --git a/iguana/dpowassets_3rdparty b/iguana/dpowassets_3rdparty deleted file mode 100644 index ca9eaad3..00000000 --- a/iguana/dpowassets_3rdparty +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# dpow for 3rd party coins. -set -x -source pubkey.txt -echo $pubkey -sleep 3 - -curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"CHIPS\",\"pubkey\":\"$pubkey\"}" -curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"GAME\",\"freq\":5,\"pubkey\":\"$pubkey\"}" -curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"EMC2\",\"freq\":5,\"pubkey\":\"$pubkey\"}" -curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"GIN\",\"pubkey\":\"$pubkey\"}" -curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"HUSH3\",\"pubkey\":\"$pubkey\"}" -curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"AYA\",\"freq\":5,\"pubkey\":\"$pubkey\"}" - From 9a2fec8ebe5eef90e854199f463509a4536e9ae1 Mon Sep 17 00:00:00 2001 From: "Anton \"TonyL\" Lysakov" Date: Tue, 26 May 2020 15:36:04 +0700 Subject: [PATCH 12/48] update marmara daemon commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30e6dd4b..efe03762 100755 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ K64 | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Statu KOIN | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet KSB | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KSB_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet KV | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KV_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MCL | [marmara](https://github.com/marmarachain/Marmara-v.1.0) | [84c1471](https://github.com/marmarachain/Marmara-v.1.0/tree/84c1471f63c5e5d4e4bd0a6624d0502f681b1887) | [![dPOW Status](http://116.203.64.110/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +MCL | [marmara](https://github.com/marmarachain/Marmara-v.1.0) | [84c1471](https://github.com/marmarachain/Marmara-v.1.0/tree/9013c5cb1bc88cf5db5910e4f251f56757385f5f) | [![dPOW Status](http://116.203.64.110/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P MESH | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MGW | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MGW_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MORTY | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From d0b838e1d8269c30286e14dfe571603806bfad0b Mon Sep 17 00:00:00 2001 From: gcharang Date: Mon, 1 Jun 2020 09:40:52 +0530 Subject: [PATCH 13/48] adds 3p_coins.json file for better programmatic access of info related to coins in the 3p notary server --- iguana/3p_coins.json | 285 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 285 insertions(+) create mode 100644 iguana/3p_coins.json diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json new file mode 100644 index 00000000..4ceed998 --- /dev/null +++ b/iguana/3p_coins.json @@ -0,0 +1,285 @@ +[ + { + "txfee": 0.01, + "conf": "aryacoin.conf", + "path": "${HOME#'/'}/.aryacoin", + "RELAY": -1, + "VALIDATE": 0, + "prefetchlag": -1, + "poll": 10, + "active": 1, + "agent": "iguana", + "method": "addcoin", + "startpend": 68, + "endpend": 68, + "services": 129, + "maxpeers": 256, + "newcoin": "AYA", + "name": "Aryacoin", + "hasheaders": 1, + "useaddmultisig": 0, + "netmagic": "88e1eae7", + "p2p": 26001, + "rpc": 9332, + "pubval": 23, + "p2shval": 5, + "wifval": 176, + "txfee_satoshis": "1000000", + "isPoS": 0, + "minoutput": 10000, + "minconfirms": 2, + "genesishash": "b553727635006d7faade229d152482dfb9da7822d41cf0cad9ffa82a54f67803", + "genesis": { + "version": 1, + "timestamp": 1550751039, + "nBits": "1e0ffff0", + "nonce": 1646836, + "merkle_root": "0e1eea9e9094da5741931085408bfced4d9387eb5d3737a2b1515f18a19cc381" + }, + "alertpubkey": "040184710fa689ad5023690c80f3a49c8f13f8d45b8c857fbcbc8bc4a8e4d3eb4b10f4d4604fa08dce601aaf0f470216fe1b51850b4acf21b179c45070ac7b03a9", + "protover": 70015, + "git": { + "repo": "https://github.com/sillyghost/AYAv2", + "branch": "master", + "commit": "", + "tag": "" + } + }, + { + "conf": "HUSH3.conf", + "path": "${HOME#'/'}/.komodo/HUSH3", + "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": "HUSH3", + "name": "HUSH3", + "hasheaders": 1, + "useaddmultisig": 0, + "netmagic": "6ed394d3", + "p2p": 18030, + "rpc": 21486, + "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, + "git": { + "repo": "https://github.com/myhush/hush3", + "branch": "", + "commit": "", + "tag": "v3.3.1" + } + }, + { + "conf": "gincoin.conf", + "path": "${HOME#'/'}/.gincoincore", + "prefetchlag": -1, + "poll": 1, + "active": 1, + "agent": "iguana", + "method": "addcoin", + "newcoin": "GIN", + "startpend": 64, + "endpend": 64, + "services": 0, + "maxpeers": 512, + "RELAY": -1, + "VALIDATE": 0, + "portp2p": 10111, + "minconfirms": 1, + "name": "gincoin", + "netmagic": "bf0c6bbd", + "p2p": 10111, + "rpc": 10211, + "pubval": 38, + "p2shval": 10, + "wifval": 198, + "git": { + "repo": "https://github.com/GIN-coin/gincoin-core.git", + "branch": "master", + "commit": "", + "tag": "" + } + }, + { + "txfee": 0.01, + "conf": "gamecredits.conf", + "path": "${HOME#'/'}/.gamecredits", + "startpend": 8, + "endpend": 4, + "services": 129, + "RELAY": -1, + "VALIDATE": 0, + "prefetchlag": -1, + "poll": 10, + "active": 1, + "agent": "iguana", + "method": "addcoin", + "maxpeers": 256, + "newcoin": "GAME", + "name": "gamecredits", + "netmagic": "fbc0b6db", + "p2p": 40002, + "rpc": 40001, + "pubval": 38, + "p2shval": 5, + "wifval": 166, + "txfee_satoshis": "1000000", + "minconfirms": 2, + "genesishash": "91ec5f25ee9a0ffa1af7d4da4db9a552228dd2dc77cdb15b738be4e1f55f30ee", + "genesis": { + "hashalgo": "scrypt", + "version": 1, + "timestamp": 1392757140, + "nBits": "1e0ffff0", + "nonce": 2084565393, + "merkle_root": "d849db99a14164f4b4c8ad6d2d8d7e2b1ba7f89963e9f4bf9fad5ff1a4754429" + }, + "alertpubkey": "04fc9702847840aaf195de8442ebecedf5b095cdbb9bc716bda9110971b28a49e0ead8564ff0db22209e0374782c093bb899692d524e9d6a6956e7c5ecbcd68284", + "auxpow": 1, + "protover": 80006, + "isPoS": 0, + "fixit": 0, + "git": { + "repo": "https://github.com/gamecredits-project/GameCredits.git", + "branch": "master", + "commit": "", + "tag": "" + } + }, + { + "txfee": 0.01, + "conf": "einsteinium.conf", + "path": "${HOME#'/'}/.einsteinium", + "RELAY": -1, + "VALIDATE": 0, + "prefetchlag": -1, + "poll": 10, + "active": 1, + "agent": "iguana", + "method": "addcoin", + "startpend": 68, + "endpend": 68, + "services": 129, + "maxpeers": 256, + "newcoin": "EMC2", + "name": "Einsteinium", + "hasheaders": 1, + "useaddmultisig": 0, + "netmagic": "e8f1c4ac", + "p2p": 41878, + "rpc": 41879, + "pubval": 33, + "p2shval": 5, + "wifval": 176, + "txfee_satoshis": "1000000", + "isPoS": 0, + "minoutput": 10000, + "minconfirms": 2, + "genesishash": "4e56204bb7b8ac06f860ff1c845f03f984303b5b97eb7b42868f714611aed94b", + "genesis": { + "version": 1, + "timestamp": 1392841423, + "nBits": "1e0ffff0", + "nonce": 3236648, + "merkle_root": "b3e47e8776012ee4352acf603e6b9df005445dcba85c606697f422be3cc26f9b" + }, + "alertpubkey": "040184710fa689ad5023690c80f3a49c8f13f8d45b8c857fbcbc8bc4a8e4d3eb4b10f4d4604fa08dce601aaf0f470216fe1b51850b4acf21b179c45070ac7b03a9", + "protover": 70015, + "git": { + "repo": "https://github.com/emc2foundation/einsteinium.git", + "branch": "master", + "commit": "", + "tag": "" + } + }, + { + "conf": "chips.conf", + "path": "${HOME#'/'}/.chips", + "prefetchlag": -1, + "poll": 1, + "active": 1, + "agent": "iguana", + "method": "addcoin", + "newcoin": "CHIPS", + "startpend": 64, + "endpend": 64, + "services": 0, + "maxpeers": 512, + "RELAY": -1, + "VALIDATE": 0, + "portp2p": 57777, + "minconfirms": 1, + "pubval": 60, + "p2shval": 85, + "wifval": 188, + "git": { + "repo": "https://github.com/jl777/chips3.git", + "branch": "dev", + "commit": "", + "tag": "" + } + }, + { + "conf": "MCL.conf", + "path": "${HOME#'/'}/.komodo/MCL", + "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": "MCL", + "name": "MCL", + "hasheaders": 1, + "useaddmultisig": 0, + "netmagic": "4cc8719b", + "p2p": 33824, + "rpc": 33825, + "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, + "git": { + "repo": "https://github.com/marmarachain/Marmara-v.1.0.git", + "branch": "master", + "commit": "9013c5cb1bc88cf5db5910e4f251f56757385f5f", + "tag": "" + } + } +] From 8bc0196316679eb536fc41ef87a54f44d5d611e0 Mon Sep 17 00:00:00 2001 From: gcharang Date: Mon, 1 Jun 2020 09:48:41 +0530 Subject: [PATCH 14/48] removes agent and method keys --- iguana/3p_coins.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index 4ceed998..118958bf 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -8,8 +8,6 @@ "prefetchlag": -1, "poll": 10, "active": 1, - "agent": "iguana", - "method": "addcoin", "startpend": 68, "endpend": 68, "services": 129, @@ -55,8 +53,6 @@ "prefetchlag": -1, "poll": 100, "active": 1, - "agent": "iguana", - "method": "addcoin", "startpend": 4, "endpend": 4, "services": 129, @@ -94,8 +90,6 @@ "prefetchlag": -1, "poll": 1, "active": 1, - "agent": "iguana", - "method": "addcoin", "newcoin": "GIN", "startpend": 64, "endpend": 64, @@ -131,8 +125,6 @@ "prefetchlag": -1, "poll": 10, "active": 1, - "agent": "iguana", - "method": "addcoin", "maxpeers": 256, "newcoin": "GAME", "name": "gamecredits", @@ -174,8 +166,6 @@ "prefetchlag": -1, "poll": 10, "active": 1, - "agent": "iguana", - "method": "addcoin", "startpend": 68, "endpend": 68, "services": 129, @@ -217,8 +207,6 @@ "prefetchlag": -1, "poll": 1, "active": 1, - "agent": "iguana", - "method": "addcoin", "newcoin": "CHIPS", "startpend": 64, "endpend": 64, @@ -248,8 +236,6 @@ "prefetchlag": -1, "poll": 100, "active": 1, - "agent": "iguana", - "method": "addcoin", "startpend": 4, "endpend": 4, "services": 129, From fde3b39c59be6fdbfb3d640487f7daad31ccc926 Mon Sep 17 00:00:00 2001 From: gcharang Date: Mon, 1 Jun 2020 22:09:57 +0530 Subject: [PATCH 15/48] adds p2p and rpc ports for chips --- iguana/3p_coins.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index 118958bf..2af8afa3 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -215,6 +215,8 @@ "RELAY": -1, "VALIDATE": 0, "portp2p": 57777, + "p2p": 57777, + "rpc": 57776, "minconfirms": 1, "pubval": 60, "p2shval": 85, From 89901aaeb7b42baef5e448755712b67e812beda2 Mon Sep 17 00:00:00 2001 From: ca333 Date: Tue, 9 Jun 2020 23:28:57 +0200 Subject: [PATCH 16/48] remove "inactive" coins cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- iguana/assetchains.json | 60 ----------------------------------------- 1 file changed, 60 deletions(-) diff --git a/iguana/assetchains.json b/iguana/assetchains.json index 37f0a3d1..cba19cec 100644 --- a/iguana/assetchains.json +++ b/iguana/assetchains.json @@ -68,15 +68,6 @@ "ac_name": "JUMBLR", "ac_supply": "999999" }, - { - "ac_name": "K64", - "ac_reward": "0", - "ac_supply": "64000777", - "ac_staked": "10", - "addnode": [ - "18.197.20.21" - ] - }, { "ac_name": "KOIN", "ac_supply": "125000000", @@ -84,15 +75,6 @@ "3.0.32.10" ] }, - { - "ac_name": "KSB", - "ac_supply": "1000000000", - "ac_end": "1", - "ac_public": "1", - "addnode": [ - "37.187.225.231" - ] - }, { "ac_name": "KV", "ac_supply": "1000000" @@ -130,22 +112,6 @@ "ac_supply": "216000000", "ac_sapling": "5000000" }, - { - "ac_name": "OUR", - "ac_reward": "1478310502", - "ac_halving": "525600", - "ac_cc": "42", - "ac_supply": "100000000", - "ac_perc": "77700", - "ac_staked": "93", - "ac_pubkey": "02652a3f3e00b3a1875a918314f0bac838d6dd189a346fa623f5efe9541ac0b98c", - "ac_public": "1", - "addnode": [ - "51.255.195.65", - "217.182.129.38", - "37.187.225.231" - ] - }, { "ac_name": "PANGEA", "ac_supply": "999999" @@ -217,16 +183,6 @@ "165.22.52.123" ] }, - { - "ac_name": "VOTE2020", - "ac_supply": "123651638", - "ac_public": "1", - "addnode": [ - "95.213.238.98", - "38.91.101.236", - "2.56.153.50" - ] - }, { "ac_name": "VRSC", "ac_algo": "verushash", @@ -257,22 +213,6 @@ "51.38.38.134" ] }, - { - "ac_name": "ZEXO", - "ac_reward": "1478310502", - "ac_halving": "525600", - "ac_cc": "42", - "ac_ccenable": "236", - "ac_supply": "100000000", - "ac_perc": "77700", - "ac_staked": "93", - "ac_pubkey": "02713bd85e054db923694b6b7a85306264edf4d6bd6d331814f2b40af444b3ebbc", - "ac_public": "1", - "addnode": [ - "195.201.20.230", - "80.240.17.222" - ] - }, { "ac_name": "ZILLA", "ac_supply": "11000000", From 68d4386a805d6cfb4711d0cc78482f214313b6ae Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 00:29:23 +0200 Subject: [PATCH 17/48] remove "inactive" coins cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- iguana/assetchains.old | 5 ----- 1 file changed, 5 deletions(-) diff --git a/iguana/assetchains.old b/iguana/assetchains.old index 00eddf69..4a26e167 100644 --- a/iguana/assetchains.old +++ b/iguana/assetchains.old @@ -17,9 +17,7 @@ echo $pubkey #~/hush3/src/komodod -pubkey=$pubkey -ac_name=HUSH3 -ac_sapling=1 -ac_reward=0,1125000000,562500000 -ac_halving=129,340000,840000 -ac_end=128,340000,5422111 -ac_eras=3 -ac_blocktime=150 -ac_cc=2 -ac_ccenable=228,234,235,236,241 -ac_founders=1 -ac_supply=6178674 -ac_perc=11111111 -clientname=GoldenSandtrout -addnode=188.165.212.101 -addnode=136.243.227.142 -addnode=5.9.224.250 -ac_cclib=hush3 -ac_script=76a9145eb10cf64f2bab1b457f1f25e658526155928fac88ac & ./komodod -pubkey=$pubkey -ac_name=ILN -ac_supply=10000000000 -ac_cc=2 -addressindex=1 -spentindex=1 -addnode=51.75.122.83 & ./komodod -pubkey=$pubkey -ac_name=JUMBLR -ac_supply=999999 -addnode=95.213.238.98 $1 & -./komodod -pubkey=$pubkey -ac_name=K64 -ac_supply=64000777 -ac_reward=0 -ac_staked=10 -addnode=18.197.20.211 & ./komodod -pubkey=$pubkey -ac_name=KOIN -ac_supply=125000000 -addnode=3.0.32.10 & -./komodod -pubkey=$pubkey -ac_name=KSB -ac_supply=1000000000 -ac_end=1 -ac_public=1 -addnode=37.187.225.231 & ./komodod -pubkey=$pubkey -ac_name=KV -ac_supply=1000000 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=MESH -ac_supply=1000007 -ac_ccactivate=320000 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=MGW -ac_supply=999999 -addnode=95.213.238.98 $1 & @@ -27,7 +25,6 @@ echo $pubkey ./komodod -pubkey=$pubkey -ac_name=MSHARK -ac_supply=1400000 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=NINJA -ac_supply=100000000 -addnode=95.213.238.98 & ./komodod -pubkey=$pubkey -ac_name=OOT -ac_supply=216000000 -ac_sapling=5000000 -addnode=95.213.238.98 & -./komodod -pubkey=$pubkey -ac_name=OUR -ac_reward=1478310502 -ac_halving=525600 -ac_cc=42 -ac_supply=100000000 -ac_perc=77700 -ac_staked=93 -ac_pubkey=02652a3f3e00b3a1875a918314f0bac838d6dd189a346fa623f5efe9541ac0b98c -ac_public=1 -addnode=51.255.195.65 -addnode=217.182.129.38 -addnode=37.187.225.231 & ./komodod -pubkey=$pubkey -ac_name=PANGEA -ac_supply=999999 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=PGT -ac_supply=10000000 -ac_end=1 -addnode=190.114.254.104 & ./komodod -pubkey=$pubkey -ac_name=PIRATE -ac_supply=0 -ac_reward=25600000000 -ac_halving=77777 -ac_private=1 -addnode=178.63.77.56 & @@ -39,7 +36,5 @@ echo $pubkey ./komodod -pubkey=$pubkey -ac_name=SUPERNET -ac_supply=816061 -addnode=95.213.238.98 $1 & ./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 & #~/VerusCoin/src/verusd -pubkey=$pubkey & -./komodod -pubkey=$pubkey -ac_public=1 -ac_name=VOTE2020 -ac_supply=123651638 -addnode=95.213.238.98 & ./komodod -pubkey=$pubkey -ac_name=WLC21 -ac_supply=21000000 -ac_reward=190258751 -ac_staked=90 -ac_public=1 -addnode=37.187.225.231 -addnode=51.38.38.134 & -./komodod -pubkey=$pubkey -ac_name=ZEXO -ac_supply=100000000 -ac_reward=1478310502 -ac_halving=525600 -ac_cc=42 -ac_ccenable=236 -ac_perc=77700 -ac_staked=93 -ac_pubkey=02713bd85e054db923694b6b7a85306264edf4d6bd6d331814f2b40af444b3ebbc -ac_public=1 -addnode=80.240.17.222 & ./komodod -pubkey=$pubkey -ac_name=ZILLA -ac_supply=11000000 -ac_sapling=5000000 -addnode=51.68.215.104 & From 582f2361eca68b14406f32a4a3d3b51247dd1a73 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 00:33:23 +0200 Subject: [PATCH 18/48] remove GIN cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- iguana/3p_coins.json | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index 2af8afa3..d57b34e3 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -84,35 +84,6 @@ "tag": "v3.3.1" } }, - { - "conf": "gincoin.conf", - "path": "${HOME#'/'}/.gincoincore", - "prefetchlag": -1, - "poll": 1, - "active": 1, - "newcoin": "GIN", - "startpend": 64, - "endpend": 64, - "services": 0, - "maxpeers": 512, - "RELAY": -1, - "VALIDATE": 0, - "portp2p": 10111, - "minconfirms": 1, - "name": "gincoin", - "netmagic": "bf0c6bbd", - "p2p": 10111, - "rpc": 10211, - "pubval": 38, - "p2shval": 10, - "wifval": 198, - "git": { - "repo": "https://github.com/GIN-coin/gincoin-core.git", - "branch": "master", - "commit": "", - "tag": "" - } - }, { "txfee": 0.01, "conf": "gamecredits.conf", From 43224ad1d5b124ca08fd8194050ff208ce1a38b0 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 00:34:17 +0200 Subject: [PATCH 19/48] rm SEC cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- iguana/assetchains.old | 1 - 1 file changed, 1 deletion(-) diff --git a/iguana/assetchains.old b/iguana/assetchains.old index 4a26e167..875f708e 100644 --- a/iguana/assetchains.old +++ b/iguana/assetchains.old @@ -31,7 +31,6 @@ echo $pubkey ./komodod -pubkey=$pubkey -ac_name=REVS -ac_supply=1300000 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=RFOX -ac_supply=1000000000 -ac_reward=100000000 -addnode=95.213.238.98 & ./komodod -pubkey=$pubkey -ac_name=RICK -ac_supply=90000000000 -ac_reward=100000000 -ac_cc=3 -ac_staked=10 -addnode=95.217.44.58 -addnode=138.201.136.145 & -./komodod -pubkey=$pubkey -ac_name=SEC -ac_cc=333 -ac_supply=1000000000 -addnode=185.148.145.43 & ./komodod -pubkey=$pubkey -ac_name=STBL -ac_supply=50000000 -ac_cc=1 -ac_public=1 -ac_adaptivepow=1 -ac_end=1 -addnode=142.93.173.53 -addnode=68.183.74.250 & ./komodod -pubkey=$pubkey -ac_name=SUPERNET -ac_supply=816061 -addnode=95.213.238.98 $1 & ./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 & From b30dddeb4403651f91f6967f3bf18d44090c9939 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 00:34:54 +0200 Subject: [PATCH 20/48] rm SEC --- iguana/assetchains.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/iguana/assetchains.json b/iguana/assetchains.json index cba19cec..d05be7e7 100644 --- a/iguana/assetchains.json +++ b/iguana/assetchains.json @@ -154,11 +154,6 @@ "95.217.44.58" ] }, - { - "ac_name": "SEC", - "ac_supply": "1000000000", - "ac_cc": "333" - }, { "ac_name": "SUPERNET", "ac_supply": "816061" From 3ee4d5102e4a941a9ff724c7c0ef51d4b4d75c30 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 01:50:51 +0200 Subject: [PATCH 21/48] update EMC2 cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efe03762..a80265e7 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ CHIPS | [chips](https://github.com/jl777/chips3/tree/dev) | dev | [![dPOW Status COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | lastest master | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [28e6c4a](https://github.com/emc2foundation/einsteinium/tree/28e6c4a2d8e2cb5d8df0d6635317ae240c61ec55) | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P ETOMIC | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ETOMIC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet GAME | [game](https://github.com/gamecredits-project/GameCredits) | latest master | [![dPOW Status](http://116.203.64.110/svg/GAME_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P GIN | [gin](https://github.com/GIN-coin/gincoin-core) | latest master | [![dPOW Status](http://116.203.64.110/svg/GIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P From b894f57a7351cdb8c78e81812a4796351378eed1 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 02:07:42 +0200 Subject: [PATCH 22/48] update VRSC cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a80265e7..4d8596a5 100755 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Statu EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [28e6c4a](https://github.com/emc2foundation/einsteinium/tree/28e6c4a2d8e2cb5d8df0d6635317ae240c61ec55) | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P ETOMIC | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ETOMIC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet GAME | [game](https://github.com/gamecredits-project/GameCredits) | latest master | [![dPOW Status](http://116.203.64.110/svg/GAME_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -GIN | [gin](https://github.com/GIN-coin/gincoin-core) | latest master | [![dPOW Status](http://116.203.64.110/svg/GIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P HODL | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/HODL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/MyHush/hush3/tree/v3.3.1) | [![dPOW Status](http://116.203.64.110/svg/HUSH3_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P ILN | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet @@ -88,7 +87,7 @@ STBL | [komodo](https://github.com/komodoplatform/komodo) | [212c4e7](https://gi SUPERNET | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet THC | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet VOTE2020 | [komodo](https://github.com/komodoplatform/komodo) | [b099cf6](https://github.com/KomodoPlatform/komodo/tree/b099cf66c2964412574784196c29ffcad03bfcd8) | [![dPOW Status](http://116.203.64.110/svg/VOTE2020_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [391c403 (v0.6.4-3)](https://github.com/VerusCoin/VerusCoin/tree/391c403814d25434b75cd3a82e1d79dfeb8ab0eb) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [c1057a5 (v0.7.0)](https://github.com/VerusCoin/VerusCoin/tree/c1057a53938fdd453d484486687d3b610de1990c) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P WLC21 | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/WLC21_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet ZEXO | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ZEXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet ZILLA | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ZILLA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From e87e1af72bdefd07511b3a883c74f628d909225b Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 02:35:20 +0200 Subject: [PATCH 23/48] update AYA cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 4d8596a5..05cbf4df 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Coin | src | Version/Tree | Status | dPoW KMD | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet BTC | [bitcoin](https://github.com/bitcoin/bitcoin) | 0.16 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet AXO | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/AXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -AYA | [aryacoin](https://github.com/sillyghost/AYAv2) | 7c8498 | [![dPOW Status](http://116.203.64.110/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +AYA | [aryacoin](https://github.com/sillyghost/AYAv2) | [aa6d65b (v2.1.0)](https://github.com/sillyghost/AYAv2/tree/aa6d65b412954fea3063215daecac96cf03fee03) | [![dPOW Status](http://116.203.64.110/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P BET | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/BET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet BOTS | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet BTCH | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet @@ -64,9 +64,7 @@ HODL | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Stat HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/MyHush/hush3/tree/v3.3.1) | [![dPOW Status](http://116.203.64.110/svg/HUSH3_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P ILN | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet JUMBLR | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/JUMBLR_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -K64 | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/K64_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet KOIN | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -KSB | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KSB_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet KV | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KV_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MCL | [marmara](https://github.com/marmarachain/Marmara-v.1.0) | [84c1471](https://github.com/marmarachain/Marmara-v.1.0/tree/9013c5cb1bc88cf5db5910e4f251f56757385f5f) | [![dPOW Status](http://116.203.64.110/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P MESH | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet @@ -75,19 +73,15 @@ MORTY | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Sta MSHARK | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MSHARK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet NINJA | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/NINJA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet OOT | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/OOT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -OUR | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/OUR_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet PANGEA | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/PANGEA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet PGT | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/PGT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet PIRATE | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/PIRATE_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet REVS | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/REVS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet RFOX | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/RFOX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet RICK | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/RICK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -SEC | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/SEC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet STBL | [komodo](https://github.com/komodoplatform/komodo) | [212c4e7](https://github.com/KomodoPlatform/komodo/tree/212c4e7f44fddca6121953258966407e4e91f6a5/) | [![dPOW Status](http://116.203.64.110/svg/STBL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet SUPERNET | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet THC | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -VOTE2020 | [komodo](https://github.com/komodoplatform/komodo) | [b099cf6](https://github.com/KomodoPlatform/komodo/tree/b099cf66c2964412574784196c29ffcad03bfcd8) | [![dPOW Status](http://116.203.64.110/svg/VOTE2020_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [c1057a5 (v0.7.0)](https://github.com/VerusCoin/VerusCoin/tree/c1057a53938fdd453d484486687d3b610de1990c) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P WLC21 | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/WLC21_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -ZEXO | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ZEXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet ZILLA | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ZILLA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From 8e2c36038d6493e3140d2d4ec87ceb76b6f82afd Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 03:21:12 +0200 Subject: [PATCH 24/48] update MCL and bump KMD version cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- README.md | 64 +++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 05cbf4df..e60191bd 100755 --- a/README.md +++ b/README.md @@ -45,43 +45,43 @@ General [Setup instructions](https://docs.komodoplatform.com/notary/setup-Komodo Coin | src | Version/Tree | Status | dPoW --------|------|---|------|------ -KMD | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet +KMD | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet BTC | [bitcoin](https://github.com/bitcoin/bitcoin) | 0.16 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet -AXO | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/AXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +AXO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/AXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet AYA | [aryacoin](https://github.com/sillyghost/AYAv2) | [aa6d65b (v2.1.0)](https://github.com/sillyghost/AYAv2/tree/aa6d65b412954fea3063215daecac96cf03fee03) | [![dPOW Status](http://116.203.64.110/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -BET | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/BET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -BOTS | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -BTCH | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -CCL | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/CCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +BET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +BOTS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +BTCH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +CCL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CHIPS | [chips](https://github.com/jl777/chips3/tree/dev) | dev | [![dPOW Status](http://116.203.64.110/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [28e6c4a](https://github.com/emc2foundation/einsteinium/tree/28e6c4a2d8e2cb5d8df0d6635317ae240c61ec55) | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -ETOMIC | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ETOMIC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +ETOMIC | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ETOMIC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet GAME | [game](https://github.com/gamecredits-project/GameCredits) | latest master | [![dPOW Status](http://116.203.64.110/svg/GAME_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -HODL | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/HODL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +HODL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/HODL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/MyHush/hush3/tree/v3.3.1) | [![dPOW Status](http://116.203.64.110/svg/HUSH3_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -ILN | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -JUMBLR | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/JUMBLR_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -KOIN | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -KV | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/KV_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MCL | [marmara](https://github.com/marmarachain/Marmara-v.1.0) | [84c1471](https://github.com/marmarachain/Marmara-v.1.0/tree/9013c5cb1bc88cf5db5910e4f251f56757385f5f) | [![dPOW Status](http://116.203.64.110/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -MESH | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MGW | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MGW_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MORTY | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MSHARK | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/MSHARK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -NINJA | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/NINJA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -OOT | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/OOT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -PANGEA | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/PANGEA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -PGT | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/PGT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -PIRATE | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/PIRATE_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -REVS | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/REVS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -RFOX | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/RFOX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -RICK | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/RICK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +ILN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +JUMBLR | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/JUMBLR_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +KOIN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +KV | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KV_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MCL | [marmara](https://github.com/marmarachain/Marmara-v.1.0) | [2c2530c](https://github.com/marmarachain/Marmara-v.1.0/tree/2c2530ca09187b0ecc933a6978299387dd41d5ef) | [![dPOW Status](http://116.203.64.110/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +MESH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MGW | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MGW_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MORTY | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MSHARK | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MSHARK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +NINJA | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/NINJA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +OOT | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/OOT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +PANGEA | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/PANGEA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +PGT | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/PGT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +PIRATE | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/PIRATE_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +REVS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/REVS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +RFOX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/RFOX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +RICK | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/RICK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet STBL | [komodo](https://github.com/komodoplatform/komodo) | [212c4e7](https://github.com/KomodoPlatform/komodo/tree/212c4e7f44fddca6121953258966407e4e91f6a5/) | [![dPOW Status](http://116.203.64.110/svg/STBL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -SUPERNET | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -THC | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +SUPERNET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +THC | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [c1057a5 (v0.7.0)](https://github.com/VerusCoin/VerusCoin/tree/c1057a53938fdd453d484486687d3b610de1990c) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -WLC21 | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/WLC21_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -ZILLA | [komodo](https://github.com/komodoplatform/komodo) | 0.5.2 | [![dPOW Status](http://116.203.64.110/svg/ZILLA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +WLC21 | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/WLC21_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +ZILLA | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ZILLA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From 3a37ebc250c9f6f3ceff098877a5e232c3a3de8a Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 11:55:27 +0200 Subject: [PATCH 25/48] remove KV cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- iguana/assetchains.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/iguana/assetchains.json b/iguana/assetchains.json index d05be7e7..7ad8f1cf 100644 --- a/iguana/assetchains.json +++ b/iguana/assetchains.json @@ -75,10 +75,6 @@ "3.0.32.10" ] }, - { - "ac_name": "KV", - "ac_supply": "1000000" - }, { "ac_name": "MESH", "ac_supply": "1000007", From 1a96f3f3aa222cb565e8520762ec99e2543e19ea Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 11:55:53 +0200 Subject: [PATCH 26/48] remove KV --- iguana/assetchains.old | 1 - 1 file changed, 1 deletion(-) diff --git a/iguana/assetchains.old b/iguana/assetchains.old index 875f708e..8da9e0cb 100644 --- a/iguana/assetchains.old +++ b/iguana/assetchains.old @@ -18,7 +18,6 @@ echo $pubkey ./komodod -pubkey=$pubkey -ac_name=ILN -ac_supply=10000000000 -ac_cc=2 -addressindex=1 -spentindex=1 -addnode=51.75.122.83 & ./komodod -pubkey=$pubkey -ac_name=JUMBLR -ac_supply=999999 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=KOIN -ac_supply=125000000 -addnode=3.0.32.10 & -./komodod -pubkey=$pubkey -ac_name=KV -ac_supply=1000000 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=MESH -ac_supply=1000007 -ac_ccactivate=320000 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=MGW -ac_supply=999999 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=MORTY -ac_supply=90000000000 -ac_reward=100000000 -ac_cc=3 -ac_staked=10 -addnode=95.217.44.58 -addnode=138.201.136.145 & From df577fff908070d39efa9e58340b3c92498f73e9 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 12:09:17 +0200 Subject: [PATCH 27/48] update chips cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e60191bd..c03d3b0d 100755 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ BET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Statu BOTS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet BTCH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CCL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -CHIPS | [chips](https://github.com/jl777/chips3/tree/dev) | dev | [![dPOW Status](http://116.203.64.110/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +CHIPS | [chips](https://github.com/jl777/chips3/tree/dev) | [65c1d27](https://github.com/jl777/chips3/tree/65c1d27ebf5c1172bd322b428770f2e81f697cf9) | [![dPOW Status](http://116.203.64.110/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From cb72b3a192a0e05db1d56cbf0baedff2fbc72bd5 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 12:09:51 +0200 Subject: [PATCH 28/48] remove KV --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c03d3b0d..5d747b47 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/M ILN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet JUMBLR | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/JUMBLR_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet KOIN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -KV | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KV_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MCL | [marmara](https://github.com/marmarachain/Marmara-v.1.0) | [2c2530c](https://github.com/marmarachain/Marmara-v.1.0/tree/2c2530ca09187b0ecc933a6978299387dd41d5ef) | [![dPOW Status](http://116.203.64.110/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P MESH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MGW | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MGW_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From ff305fad509254c3615bb98f2f7d258f312801c5 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 21:07:17 +0200 Subject: [PATCH 29/48] remove MCL dpow activation after MCL hardfork cc: @tonymorony @MCLCoreTeam --- iguana/3p_coins.json | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index d57b34e3..34bca134 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -198,47 +198,5 @@ "commit": "", "tag": "" } - }, - { - "conf": "MCL.conf", - "path": "${HOME#'/'}/.komodo/MCL", - "unitval": "20", - "zcash": 1, - "RELAY": -1, - "VALIDATE": 0, - "prefetchlag": -1, - "poll": 100, - "active": 1, - "startpend": 4, - "endpend": 4, - "services": 129, - "maxpeers": 8, - "newcoin": "MCL", - "name": "MCL", - "hasheaders": 1, - "useaddmultisig": 0, - "netmagic": "4cc8719b", - "p2p": 33824, - "rpc": 33825, - "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, - "git": { - "repo": "https://github.com/marmarachain/Marmara-v.1.0.git", - "branch": "master", - "commit": "9013c5cb1bc88cf5db5910e4f251f56757385f5f", - "tag": "" - } } ] From 26c8000682edf9130ac4b3c0cc7916ec533947c2 Mon Sep 17 00:00:00 2001 From: ca333 Date: Wed, 10 Jun 2020 21:13:42 +0200 Subject: [PATCH 30/48] tagged GAME commit waiting for https://github.com/gamecredits-project/GameCredits/pull/34 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d747b47..395e7318 100755 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW St DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [28e6c4a](https://github.com/emc2foundation/einsteinium/tree/28e6c4a2d8e2cb5d8df0d6635317ae240c61ec55) | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P ETOMIC | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ETOMIC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -GAME | [game](https://github.com/gamecredits-project/GameCredits) | latest master | [![dPOW Status](http://116.203.64.110/svg/GAME_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +GAME | [game](https://github.com/gamecredits-project/GameCredits) | latest master (025f105) | [![dPOW Status](http://116.203.64.110/svg/GAME_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P HODL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/HODL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/MyHush/hush3/tree/v3.3.1) | [![dPOW Status](http://116.203.64.110/svg/HUSH3_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P ILN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From 8fda95b8852b6b3408fe8f7251a58ddcc872a528 Mon Sep 17 00:00:00 2001 From: gcharang Date: Fri, 12 Jun 2020 11:15:50 +0530 Subject: [PATCH 31/48] updates 3p coins' commits to build in the 3p_coins.json file --- iguana/3p_coins.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index 34bca134..cd949cb3 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -39,7 +39,7 @@ "git": { "repo": "https://github.com/sillyghost/AYAv2", "branch": "master", - "commit": "", + "commit": "aa6d65b", "tag": "" } }, @@ -124,7 +124,7 @@ "git": { "repo": "https://github.com/gamecredits-project/GameCredits.git", "branch": "master", - "commit": "", + "commit": "025f105", "tag": "" } }, @@ -168,7 +168,7 @@ "git": { "repo": "https://github.com/emc2foundation/einsteinium.git", "branch": "master", - "commit": "", + "commit": "28e6c4a", "tag": "" } }, @@ -195,7 +195,7 @@ "git": { "repo": "https://github.com/jl777/chips3.git", "branch": "dev", - "commit": "", + "commit": "65c1d27", "tag": "" } } From 3936c6276260d660b29f4d577df4912eea5f5092 Mon Sep 17 00:00:00 2001 From: gcharang Date: Fri, 12 Jun 2020 11:22:58 +0530 Subject: [PATCH 32/48] adds vrsc to 3p_coins.json --- iguana/3p_coins.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index cd949cb3..d8892dc3 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -198,5 +198,48 @@ "commit": "65c1d27", "tag": "" } + }, + { + "conf": "VRSC.conf", + "path": "$${HOME#'/'}/.komodo/VRSC", + "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": "VRSC", + "name": "Verus", + "hasheaders": 1, + "useaddmultisig": 0, + "netmagic": "91db4d20", + "p2p": 27485, + "rpc": 27486, + "pubval": 60, + "p2shval": 85, + "wifval": 188, + "txfee_satoshis": "10000", + "isPoS": 0, + "minoutput": 10000, + "minconfirms": 2, + "genesishash": "027e3758c3a65b12aa1046462b486d0a63bfa1beae327897f56c5cfb7daaae71", + "protover": 170002, + "genesisblock": "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a000000000000000000000000000000000000000000000000000000000000000029ab5f490f0f0f200b00000000000000000000000000000000000000000000000000000000000000fd4005000d5ba7cda5d473947263bf194285317179d2b0d307119c2e7cc4bd8ac456f0774bd52b0cd9249be9d40718b6397a4c7bbd8f2b3272fed2823cd2af4bd1632200ba4bf796727d6347b225f670f292343274cc35099466f5fb5f0cd1c105121b28213d15db2ed7bdba490b4cedc69742a57b7c25af24485e523aadbb77a0144fc76f79ef73bd8530d42b9f3b9bed1c135ad1fe152923fafe98f95f76f1615e64c4abb1137f4c31b218ba2782bc15534788dda2cc08a0ee2987c8b27ff41bd4e31cd5fb5643dfe862c9a02ca9f90c8c51a6671d681d04ad47e4b53b1518d4befafefe8cadfb912f3d03051b1efbf1dfe37b56e93a741d8dfd80d576ca250bee55fab1311fc7b3255977558cdda6f7d6f875306e43a14413facdaed2f46093e0ef1e8f8a963e1632dcbeebd8e49fd16b57d49b08f9762de89157c65233f60c8e38a1f503a48c555f8ec45dedecd574a37601323c27be597b956343107f8bd80f3a925afaf30811df83c402116bb9c1e5231c70fff899a7c82f73c902ba54da53cc459b7bf1113db65cc8f6914d3618560ea69abd13658fa7b6af92d374d6eca9529f8bd565166e4fcbf2a8dfb3c9b69539d4d2ee2e9321b85b331925df195915f2757637c2805e1d4131e1ad9ef9bc1bb1c732d8dba4738716d351ab30c996c8657bab39567ee3b29c6d054b711495c0d52e1cd5d8e55b4f0f0325b97369280755b46a02afd54be4ddd9f77c22272b8bbb17ff5118fedbae2564524e797bd28b5f74f7079d532ccc059807989f94d267f47e724b3f1ecfe00ec9e6541c961080d8891251b84b4480bc292f6a180bea089fef5bbda56e1e41390d7c0e85ba0ef530f7177413481a226465a36ef6afe1e2bca69d2078712b3912bba1a99b1fbff0d355d6ffe726d2bb6fbc103c4ac5756e5bee6e47e17424ebcbf1b63d8cb90ce2e40198b4f4198689daea254307e52a25562f4c1455340f0ffeb10f9d8e914775e37d0edca019fb1b9c6ef81255ed86bc51c5391e0591480f66e2d88c5f4fd7277697968656a9b113ab97f874fdd5f2465e5559533e01ba13ef4a8f7a21d02c30c8ded68e8c54603ab9c8084ef6d9eb4e92c75b078539e2ae786ebab6dab73a09e0aa9ac575bcefb29e930ae656e58bcb513f7e3c17e079dce4f05b5dbc18c2a872b22509740ebe6a3903e00ad1abc55076441862643f93606e3dc35e8d9f2caef3ee6be14d513b2e062b21d0061de3bd56881713a1a5c17f5ace05e1ec09da53f99442df175a49bd154aa96e4949decd52fed79ccf7ccbce32941419c314e374e4a396ac553e17b5340336a1a25c22f9e42a243ba5404450b650acfc826a6e432971ace776e15719515e1634ceb9a4a35061b668c74998d3dfb5827f6238ec015377e6f9c94f38108768cf6e5c8b132e0303fb5a200368f845ad9d46343035a6ff94031df8d8309415bb3f6cd5ede9c135fdabcc030599858d803c0f85be7661c88984d88faa3d26fb0e9aac0056a53f1b5d0baed713c853c4a2726869a0a124a8a5bbc0fc0ef80c8ae4cb53636aa02503b86a1eb9836fcc259823e2692d921d88e1ffc1e6cb2bde43939ceb3f32a611686f539f8f7c9f0bf00381f743607d40960f06d347d1cd8ac8a51969c25e37150efdf7aa4c2037a2fd0516fb444525ab157a0ed0a7412b2fa69b217fe397263153782c0f64351fbdf2678fa0dc8569912dcd8e3ccad38f34f23bbbce14c6a26ac24911b308b82c7e43062d180baeac4ba7153858365c72c63dcf5f6a5b08070b730adb017aeae925b7d0439979e2679f45ed2f25a7edcfd2fb77a8794630285ccb0a071f5cce410b46dbf9750b0354aae8b65574501cc69efb5b6a43444074fee116641bb29da56c2b4a7f456991fc92b2", + "debug": 0, + "seedipaddr": "54.39.23.248", + "sapling": 1, + "git": { + "repo": "https://github.com/VerusCoin/VerusCoin", + "branch": "master", + "commit": "c1057a5", + "tag": "v0.7.0" + } } ] From 6c04f935b359e76f08d776166e1457d0f83e962f Mon Sep 17 00:00:00 2001 From: gcharang Date: Fri, 12 Jun 2020 17:49:35 +0530 Subject: [PATCH 33/48] updats AYA build commit and tag --- README.md | 2 +- iguana/3p_coins.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 395e7318..745efcff 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Coin | src | Version/Tree | Status | dPoW KMD | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet BTC | [bitcoin](https://github.com/bitcoin/bitcoin) | 0.16 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet AXO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/AXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -AYA | [aryacoin](https://github.com/sillyghost/AYAv2) | [aa6d65b (v2.1.0)](https://github.com/sillyghost/AYAv2/tree/aa6d65b412954fea3063215daecac96cf03fee03) | [![dPOW Status](http://116.203.64.110/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +AYA | [aryacoin](https://github.com/sillyghost/AYAv2) | [fd94422 (AYAv2.1.0)](https://github.com/sillyghost/AYAv2/tree/aa6d65b412954fea3063215daecac96cf03fee03) | [![dPOW Status](http://116.203.64.110/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P BET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet BOTS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet BTCH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index d8892dc3..af8e260b 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -39,8 +39,8 @@ "git": { "repo": "https://github.com/sillyghost/AYAv2", "branch": "master", - "commit": "aa6d65b", - "tag": "" + "commit": "fd94422", + "tag": "AYAv2.1.0" } }, { From 0c2aa052cf3b2d7eaf13eff2c544b37b3206c25f Mon Sep 17 00:00:00 2001 From: gcharang Date: Fri, 12 Jun 2020 18:16:45 +0530 Subject: [PATCH 34/48] updates chips branch and commit --- README.md | 2 +- iguana/3p_coins.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 745efcff..00143432 100755 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ BET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Statu BOTS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet BTCH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CCL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -CHIPS | [chips](https://github.com/jl777/chips3/tree/dev) | [65c1d27](https://github.com/jl777/chips3/tree/65c1d27ebf5c1172bd322b428770f2e81f697cf9) | [![dPOW Status](http://116.203.64.110/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +CHIPS | [chips](https://github.com/jl777/chips3/tree/master) | [31d59f9](https://github.com/jl777/chips3/tree/65c1d27ebf5c1172bd322b428770f2e81f697cf9) | [![dPOW Status](http://116.203.64.110/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index af8e260b..88a5299b 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -194,8 +194,8 @@ "wifval": 188, "git": { "repo": "https://github.com/jl777/chips3.git", - "branch": "dev", - "commit": "65c1d27", + "branch": "master", + "commit": "31d59f9", "tag": "" } }, From 5e342ed9d447dd4acacfa2ac028f62ea630d6c55 Mon Sep 17 00:00:00 2001 From: gcharang Date: Fri, 12 Jun 2020 18:18:02 +0530 Subject: [PATCH 35/48] removes mcl from readme as they want to hardfork on 24th --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 00143432..99864ea0 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/M ILN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet JUMBLR | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/JUMBLR_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet KOIN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MCL | [marmara](https://github.com/marmarachain/Marmara-v.1.0) | [2c2530c](https://github.com/marmarachain/Marmara-v.1.0/tree/2c2530ca09187b0ecc933a6978299387dd41d5ef) | [![dPOW Status](http://116.203.64.110/svg/MCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P MESH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MGW | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MGW_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet MORTY | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From e6a5994437c5e5b021c49e4cec5c88a66fba3412 Mon Sep 17 00:00:00 2001 From: gcharang Date: Fri, 12 Jun 2020 18:22:55 +0530 Subject: [PATCH 36/48] removes etomic as it was dropped by atomicDEX --- README.md | 1 - iguana/assetchains.json | 63 +++++++++-------------------------------- iguana/assetchains.old | 1 - 3 files changed, 13 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index 99864ea0..1bfe36df 100755 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [28e6c4a](https://github.com/emc2foundation/einsteinium/tree/28e6c4a2d8e2cb5d8df0d6635317ae240c61ec55) | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -ETOMIC | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ETOMIC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet GAME | [game](https://github.com/gamecredits-project/GameCredits) | latest master (025f105) | [![dPOW Status](http://116.203.64.110/svg/GAME_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P HODL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/HODL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/MyHush/hush3/tree/v3.3.1) | [![dPOW Status](http://116.203.64.110/svg/HUSH3_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P diff --git a/iguana/assetchains.json b/iguana/assetchains.json index 7ad8f1cf..24723755 100644 --- a/iguana/assetchains.json +++ b/iguana/assetchains.json @@ -23,10 +23,7 @@ "ac_cc": "2", "addressindex": "1", "spentindex": "1", - "addnode": [ - "142.93.136.89", - "195.201.22.89" - ] + "addnode": ["142.93.136.89", "195.201.22.89"] }, { "ac_name": "COQUICASH", @@ -36,9 +33,7 @@ "ac_halving": "420000", "ac_cc": "2", "ac_ccenable": "227,235,236,241", - "addnode": [ - "78.47.108.168" - ] + "addnode": ["78.47.108.168"] }, { "ac_name": "CRYPTO", @@ -48,10 +43,6 @@ "ac_name": "DEX", "ac_supply": "999999" }, - { - "ac_name": "ETOMIC", - "ac_supply": "100000000" - }, { "ac_name": "HODL", "ac_supply": "9999999" @@ -60,9 +51,7 @@ "ac_name": "ILN", "ac_supply": "10000000000", "ac_cc": "2", - "addnode": [ - "51.75.122.83" - ] + "addnode": ["51.75.122.83"] }, { "ac_name": "JUMBLR", @@ -71,9 +60,7 @@ { "ac_name": "KOIN", "ac_supply": "125000000", - "addnode": [ - "3.0.32.10" - ] + "addnode": ["3.0.32.10"] }, { "ac_name": "MESH", @@ -90,10 +77,7 @@ "ac_reward": "100000000", "ac_cc": "3", "ac_staked": "10", - "addnode": [ - "138.201.136.145", - "95.217.44.58" - ] + "addnode": ["138.201.136.145", "95.217.44.58"] }, { "ac_name": "MSHARK", @@ -116,9 +100,7 @@ "ac_name": "PGT", "ac_supply": "10000000", "ac_end": "1", - "addnode": [ - "190.114.254.104" - ] + "addnode": ["190.114.254.104"] }, { "ac_name": "PIRATE", @@ -126,9 +108,7 @@ "ac_reward": "25600000000", "ac_halving": "77777", "ac_private": "1", - "addnode": [ - "136.243.102.225" - ] + "addnode": ["136.243.102.225"] }, { "ac_name": "REVS", @@ -145,10 +125,7 @@ "ac_reward": "100000000", "ac_cc": "3", "ac_staked": "10", - "addnode": [ - "138.201.136.145", - "95.217.44.58" - ] + "addnode": ["138.201.136.145", "95.217.44.58"] }, { "ac_name": "SUPERNET", @@ -169,10 +146,7 @@ "ac_cbmaturity": "1", "ac_sapling": "1", "earlytxid": "7e4a76259e99c9379551389e9f757fc5f46c33ae922a8644dc2b187af2a6adc1", - "addnode": [ - "157.230.45.184", - "165.22.52.123" - ] + "addnode": ["157.230.45.184", "165.22.52.123"] }, { "ac_name": "VRSC", @@ -188,10 +162,7 @@ "ac_timelockgte": "19200000000", "ac_timeunlockfrom": "129600", "ac_timeunlockto": "1180800", - "addnode": [ - "185.25.48.236", - "185.64.105.111" - ] + "addnode": ["185.25.48.236", "185.64.105.111"] }, { "ac_name": "WLC21", @@ -199,18 +170,13 @@ "ac_reward": "190258751", "ac_staked": "90", "ac_public": "1", - "addnode": [ - "37.187.225.231", - "51.38.38.134" - ] + "addnode": ["37.187.225.231", "51.38.38.134"] }, { "ac_name": "ZILLA", "ac_supply": "11000000", "ac_sapling": "5000000", - "addnode": [ - "51.68.215.104" - ] + "addnode": ["51.68.215.104"] }, { "ac_name": "STBL", @@ -219,9 +185,6 @@ "ac_public": "1", "ac_adaptivepow": "1", "ac_end": "1", - "addnode": [ - "142.93.173.53", - "68.183.74.250" - ] + "addnode": ["142.93.173.53", "68.183.74.250"] } ] diff --git a/iguana/assetchains.old b/iguana/assetchains.old index 8da9e0cb..18459436 100644 --- a/iguana/assetchains.old +++ b/iguana/assetchains.old @@ -12,7 +12,6 @@ echo $pubkey ./komodod -pubkey=$pubkey -ac_name=COQUICASH -ac_supply=72000000 -ac_reward=7200000000 -ac_staked=50 -ac_halving=420000 -ac_cc=2 -ac_ccenable=227,235,236,241 -addnode=78.47.108.168 & ./komodod -pubkey=$pubkey -ac_name=CRYPTO -ac_supply=999999 -addnode=95.213.238.98 $1 & ./komodod -pubkey=$pubkey -ac_name=DEX -ac_supply=999999 -addnode=95.213.238.98 $1 & -./komodod -pubkey=$pubkey -ac_name=ETOMIC -ac_supply=100000000 -addnode=95.213.238.98 & ./komodod -pubkey=$pubkey -ac_name=HODL -ac_supply=9999999 -addnode=95.213.238.98 $1 & #~/hush3/src/komodod -pubkey=$pubkey -ac_name=HUSH3 -ac_sapling=1 -ac_reward=0,1125000000,562500000 -ac_halving=129,340000,840000 -ac_end=128,340000,5422111 -ac_eras=3 -ac_blocktime=150 -ac_cc=2 -ac_ccenable=228,234,235,236,241 -ac_founders=1 -ac_supply=6178674 -ac_perc=11111111 -clientname=GoldenSandtrout -addnode=188.165.212.101 -addnode=136.243.227.142 -addnode=5.9.224.250 -ac_cclib=hush3 -ac_script=76a9145eb10cf64f2bab1b457f1f25e658526155928fac88ac & ./komodod -pubkey=$pubkey -ac_name=ILN -ac_supply=10000000000 -ac_cc=2 -addressindex=1 -spentindex=1 -addnode=51.75.122.83 & From 0cbeecb620881d76087ba2e633d63c19b1d6a354 Mon Sep 17 00:00:00 2001 From: gcharang Date: Fri, 12 Jun 2020 18:27:32 +0530 Subject: [PATCH 37/48] updates stbl's build commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bfe36df..616b6e3b 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ PIRATE | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW St REVS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/REVS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet RFOX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/RFOX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet RICK | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/RICK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -STBL | [komodo](https://github.com/komodoplatform/komodo) | [212c4e7](https://github.com/KomodoPlatform/komodo/tree/212c4e7f44fddca6121953258966407e4e91f6a5/) | [![dPOW Status](http://116.203.64.110/svg/STBL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +STBL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/STBL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet SUPERNET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet THC | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [c1057a5 (v0.7.0)](https://github.com/VerusCoin/VerusCoin/tree/c1057a53938fdd453d484486687d3b610de1990c) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P From 365db1913e21a9516d0bd68ee77ed0c5b2d394a7 Mon Sep 17 00:00:00 2001 From: gcharang Date: Fri, 12 Jun 2020 19:17:28 +0530 Subject: [PATCH 38/48] updates chips, aya coins' build commit links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 616b6e3b..1704d9a2 100755 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ Coin | src | Version/Tree | Status | dPoW KMD | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet BTC | [bitcoin](https://github.com/bitcoin/bitcoin) | 0.16 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet AXO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/AXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -AYA | [aryacoin](https://github.com/sillyghost/AYAv2) | [fd94422 (AYAv2.1.0)](https://github.com/sillyghost/AYAv2/tree/aa6d65b412954fea3063215daecac96cf03fee03) | [![dPOW Status](http://116.203.64.110/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +AYA | [aryacoin](https://github.com/sillyghost/AYAv2) | [fd94422 (AYAv2.1.0)](https://github.com/sillyghost/AYAv2/tree/fd94422aff2886919dc963d85c313df4dfb0d770) | [![dPOW Status](http://116.203.64.110/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P BET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet BOTS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet BTCH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CCL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -CHIPS | [chips](https://github.com/jl777/chips3/tree/master) | [31d59f9](https://github.com/jl777/chips3/tree/65c1d27ebf5c1172bd322b428770f2e81f697cf9) | [![dPOW Status](http://116.203.64.110/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +CHIPS | [chips](https://github.com/jl777/chips3/tree/master) | [31d59f9](https://github.com/jl777/chips3/tree/31d59f9d8fa4a8e00dd474ef0561a5b174056d86) | [![dPOW Status](http://116.203.64.110/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From 4a23c3c162bd2cad36668faa3bd5911fb061db44 Mon Sep 17 00:00:00 2001 From: ca333 Date: Fri, 12 Jun 2020 16:12:15 +0200 Subject: [PATCH 39/48] update VRSC cc: @tonymorony @DeckerSU @Alrighttt @smk762 @himu007 @CHMEX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 395e7318..77705733 100755 --- a/README.md +++ b/README.md @@ -81,6 +81,6 @@ RICK | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Stat STBL | [komodo](https://github.com/komodoplatform/komodo) | [212c4e7](https://github.com/KomodoPlatform/komodo/tree/212c4e7f44fddca6121953258966407e4e91f6a5/) | [![dPOW Status](http://116.203.64.110/svg/STBL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet SUPERNET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet THC | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [c1057a5 (v0.7.0)](https://github.com/VerusCoin/VerusCoin/tree/c1057a53938fdd453d484486687d3b610de1990c) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [9d4787b (v0.7.0-1)](https://github.com/VerusCoin/VerusCoin/tree/9d4787b057409668819b73c784697ebe2e6cdb54) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P WLC21 | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/WLC21_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet ZILLA | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ZILLA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From 25aca2930c5afa1d44d26fbcdecff4a7d5811488 Mon Sep 17 00:00:00 2001 From: gcharang Date: Sat, 13 Jun 2020 06:20:49 +0530 Subject: [PATCH 40/48] updates vrsc in 3p_coins.json --- iguana/3p_coins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index 88a5299b..6b0c3ca4 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -238,8 +238,8 @@ "git": { "repo": "https://github.com/VerusCoin/VerusCoin", "branch": "master", - "commit": "c1057a5", - "tag": "v0.7.0" + "commit": "9d4787b", + "tag": "v0.7.0-1" } } ] From 7e8b71b5bd7108a2695d4baed8d63f5c858b120e Mon Sep 17 00:00:00 2001 From: gcharang Date: Sat, 13 Jun 2020 06:22:07 +0530 Subject: [PATCH 41/48] updates emc2's build commit --- README.md | 2 +- iguana/3p_coins.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d58b16f1..282b0b88 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ CHIPS | [chips](https://github.com/jl777/chips3/tree/master) | [31d59f9](https:/ COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [28e6c4a](https://github.com/emc2foundation/einsteinium/tree/28e6c4a2d8e2cb5d8df0d6635317ae240c61ec55) | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P +EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [70d7dc2](https://github.com/emc2foundation/einsteinium/commit/70d7dc2b94e0b275f026ae51fda2a23725929bfd) | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P GAME | [game](https://github.com/gamecredits-project/GameCredits) | latest master (025f105) | [![dPOW Status](http://116.203.64.110/svg/GAME_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P HODL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/HODL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/MyHush/hush3/tree/v3.3.1) | [![dPOW Status](http://116.203.64.110/svg/HUSH3_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P diff --git a/iguana/3p_coins.json b/iguana/3p_coins.json index 6b0c3ca4..9fc843c2 100644 --- a/iguana/3p_coins.json +++ b/iguana/3p_coins.json @@ -168,7 +168,7 @@ "git": { "repo": "https://github.com/emc2foundation/einsteinium.git", "branch": "master", - "commit": "28e6c4a", + "commit": "70d7dc2", "tag": "" } }, From d6d6cef16d2313ae90bc8197b3168a4b7d9eba39 Mon Sep 17 00:00:00 2001 From: gcharang Date: Sat, 13 Jun 2020 13:49:25 +0530 Subject: [PATCH 42/48] updates komodo build commit --- README.md | 60 +++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 282b0b88..17c1dbf6 100755 --- a/README.md +++ b/README.md @@ -45,40 +45,40 @@ General [Setup instructions](https://docs.komodoplatform.com/notary/setup-Komodo Coin | src | Version/Tree | Status | dPoW --------|------|---|------|------ -KMD | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet +KMD | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet BTC | [bitcoin](https://github.com/bitcoin/bitcoin) | 0.16 | [![dPOW Status](http://116.203.64.110/svg/KMD_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-Mainnet -AXO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/AXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +AXO | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/AXO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet AYA | [aryacoin](https://github.com/sillyghost/AYAv2) | [fd94422 (AYAv2.1.0)](https://github.com/sillyghost/AYAv2/tree/fd94422aff2886919dc963d85c313df4dfb0d770) | [![dPOW Status](http://116.203.64.110/svg/AYA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -BET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -BOTS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -BTCH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -CCL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +BET | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/BET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +BOTS | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/BOTS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +BTCH | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/BTCH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +CCL | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/CCL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet CHIPS | [chips](https://github.com/jl777/chips3/tree/master) | [31d59f9](https://github.com/jl777/chips3/tree/31d59f9d8fa4a8e00dd474ef0561a5b174056d86) | [![dPOW Status](http://116.203.64.110/svg/CHIPS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -COQUICASH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -CRYPTO | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -DEX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +COQUICASH | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/COQUICASH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +CRYPTO | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/CRYPTO_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +DEX | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/DEX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet EMC2 | [emc2](https://github.com/emc2foundation/einsteinium) | [70d7dc2](https://github.com/emc2foundation/einsteinium/commit/70d7dc2b94e0b275f026ae51fda2a23725929bfd) | [![dPOW Status](http://116.203.64.110/svg/EMC2_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P GAME | [game](https://github.com/gamecredits-project/GameCredits) | latest master (025f105) | [![dPOW Status](http://116.203.64.110/svg/GAME_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -HODL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/HODL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +HODL | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/HODL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet HUSH3 | [hush3](https://github.com/myhush/hush3) | [v3.3.1](https://github.com/MyHush/hush3/tree/v3.3.1) | [![dPOW Status](http://116.203.64.110/svg/HUSH3_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -ILN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -JUMBLR | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/JUMBLR_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -KOIN | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MESH | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MGW | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MGW_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MORTY | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -MSHARK | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/MSHARK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -NINJA | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/NINJA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -OOT | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/OOT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -PANGEA | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/PANGEA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -PGT | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/PGT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -PIRATE | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/PIRATE_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -REVS | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/REVS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -RFOX | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/RFOX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -RICK | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/RICK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -STBL | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/STBL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -SUPERNET | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -THC | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +ILN | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/ILN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +JUMBLR | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/JUMBLR_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +KOIN | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/KOIN_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MESH | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/MESH_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MGW | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/MGW_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MORTY | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/MORTY_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +MSHARK | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/MSHARK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +NINJA | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/NINJA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +OOT | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/OOT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +PANGEA | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/PANGEA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +PGT | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/PGT_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +PIRATE | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/PIRATE_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +REVS | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/REVS_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +RFOX | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/RFOX_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +RICK | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/RICK_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +STBL | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/STBL_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +SUPERNET | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/SUPERNET_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +THC | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/THC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet VRSC | [verus](https://github.com/VerusCoin/VerusCoin) | [9d4787b (v0.7.0-1)](https://github.com/VerusCoin/VerusCoin/tree/9d4787b057409668819b73c784697ebe2e6cdb54) | [![dPOW Status](http://116.203.64.110/svg/VRSC_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-3P -WLC21 | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/WLC21_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet -ZILLA | [komodo](https://github.com/komodoplatform/komodo) | 0.6.0 | [![dPOW Status](http://116.203.64.110/svg/ZILLA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +WLC21 | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/WLC21_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet +ZILLA | [komodo](https://github.com/komodoplatform/komodo/tree/master) | [b998ca1](https://github.com/KomodoPlatform/komodo/commit/b998ca191fd1d8c00c09c381d911ece79a6567ee) | [![dPOW Status](http://116.203.64.110/svg/ZILLA_badge.svg?maxAge=60)](https://komodostats.com) | dPoW-mainnet From f0d2b811c3b400197bb915ce3f1e5c05bd74e134 Mon Sep 17 00:00:00 2001 From: "Anton \"TonyL\" Lysakov" Date: Sat, 13 Jun 2020 16:44:52 +0700 Subject: [PATCH 43/48] temp comment out MCL --- iguana/m_notary_3rdparty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/m_notary_3rdparty b/iguana/m_notary_3rdparty index 4154cfc0..ccedadcf 100755 --- a/iguana/m_notary_3rdparty +++ b/iguana/m_notary_3rdparty @@ -44,7 +44,7 @@ coins/emc2_7779 coins/gin_7779 coins/hush3_7779 coins/aya_7779 -coins/mcl_7779 +# coins/mcl_7779 sleep 30 @@ -58,5 +58,5 @@ curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dp curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"GIN\",\"pubkey\":\"$pubkey\"}" curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"HUSH3\",\"pubkey\":\"$pubkey\"}" curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"AYA\",\"freq\":5,\"pubkey\":\"$pubkey\"}" -curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"MCL\",\"pubkey\":\"$pubkey\"}" +# curl --url "http://127.0.0.1:7779" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"MCL\",\"pubkey\":\"$pubkey\"}" From 01b6d42ed29d65e618828011042bce2b66d7beea Mon Sep 17 00:00:00 2001 From: gcharang Date: Sat, 13 Jun 2020 16:15:46 +0530 Subject: [PATCH 44/48] removes vrsc from assetchains.json --- iguana/assetchains.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/iguana/assetchains.json b/iguana/assetchains.json index 24723755..97d4119b 100644 --- a/iguana/assetchains.json +++ b/iguana/assetchains.json @@ -148,22 +148,6 @@ "earlytxid": "7e4a76259e99c9379551389e9f757fc5f46c33ae922a8644dc2b187af2a6adc1", "addnode": ["157.230.45.184", "165.22.52.123"] }, - { - "ac_name": "VRSC", - "ac_algo": "verushash", - "ac_cc": "1", - "ac_veruspos": "50", - "ac_supply": "0", - "ac_eras": "3", - "ac_reward": "0,38400000000,2400000000", - "ac_halving": "1,43200,1051920", - "ac_decay": "100000000,0,0", - "ac_end": "10080,226080,0", - "ac_timelockgte": "19200000000", - "ac_timeunlockfrom": "129600", - "ac_timeunlockto": "1180800", - "addnode": ["185.25.48.236", "185.64.105.111"] - }, { "ac_name": "WLC21", "ac_supply": "21000000", From 913053eaacaa9d449671cec25ba03c4107f2a40a Mon Sep 17 00:00:00 2001 From: gcharang Date: Sat, 13 Jun 2020 16:59:08 +0530 Subject: [PATCH 45/48] makes assetchains.old execurable --- iguana/assetchains.old | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 iguana/assetchains.old diff --git a/iguana/assetchains.old b/iguana/assetchains.old old mode 100644 new mode 100755 From 6c531617c690fb305c08dcbf996320728e092e1d Mon Sep 17 00:00:00 2001 From: smk762 <35845239+smk762@users.noreply.github.com> Date: Sat, 13 Jun 2020 23:52:36 +0800 Subject: [PATCH 46/48] Clarify mining average period for hunting nodes. --- doc/bible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bible.md b/doc/bible.md index e7f81fcd..d30e8e6f 100644 --- a/doc/bible.md +++ b/doc/bible.md @@ -213,7 +213,7 @@ The consensus rules allow every network participant to hunt the so-called “unc ### Mine Komodo blocks with your NN pubkey: -In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN and in any event not below 15 blocks per day on average. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several blocks in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". +In the event a NN opts to hunt, as above, that NN must find some way to contribute block production to the network similar to the result of "traditional NN mining". This contribution shall be no less than 75% of the blocks produced by the region's leading block producing NN and in any event not below 15 blocks per day on average over the course of a week. The contribution may be through means of only hunting part time, employing "external" hashrate full-time, or some combination of the two. This contribution shall not include mining several blocks in a short time with "external" hashrate and then abandoning the chain for a time, such an action does not produce a "similar result". ### NN gurus: From b7fbf5fd63aa11683dc8cddf61713c63c939c455 Mon Sep 17 00:00:00 2001 From: ca333 Date: Sat, 13 Jun 2020 18:48:19 +0200 Subject: [PATCH 47/48] add update 0.2.0 --- doc/update020.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/update020.md diff --git a/doc/update020.md b/doc/update020.md new file mode 100644 index 00000000..1606571b --- /dev/null +++ b/doc/update020.md @@ -0,0 +1,8 @@ +### dPoW 0.2.0 update informations: + +Please update iguana to 0.2.0 and ensure your NN infrastructure is ready for S4. + + +The [dPoW table](https://github.com/KomodoPlatform/dPoW#dpow-asset-status) contains tree commit and repo URL. + +notice: VRSC is on 3P now! From 7878588679b92d00d8831a1f62694a75049308ba Mon Sep 17 00:00:00 2001 From: ca333 Date: Sat, 13 Jun 2020 18:49:53 +0200 Subject: [PATCH 48/48] update changelog --- doc/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/changelog.md b/doc/changelog.md index 5542486f..25ba6f34 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,3 +1,10 @@ +### 0.2.0 + +- removed inactive coins +- update bible +- bumped version +- update iguana and NN network to dPoW Season 4 + ### 0.1.5 - update VRSC (main)