From 1770cd74e54166fd5cfc9e20b9ec3205fcedfb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cilhanu=E2=80=9D?= Date: Sat, 21 Oct 2023 15:06:42 +0200 Subject: [PATCH 01/93] add gentx Staker Space --- celestia/gentx/staker-space.json | 62 ++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/staker-space.json diff --git a/celestia/gentx/staker-space.json b/celestia/gentx/staker-space.json new file mode 100644 index 00000000..2963eb65 --- /dev/null +++ b/celestia/gentx/staker-space.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Staker Space", + "identity": "59850BC3A3C5F039", + "website": "https://staker.space", + "security_contact": "hello@staker.space or @gnossienli on telegram", + "details": "Independent node operator securing public blockchains" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.100000000000000000", + "max_change_rate": "0.001000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1qdfdh8stxpkj4zz46x2n9ejyyy9h0c86s4kaya", + "validator_address": "celestiavaloper1qdfdh8stxpkj4zz46x2n9ejyyy9h0c86425yjm", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "Kw9ZMXqaRVALHVjVACA+WNIMFQ1hpxpWERzqs3ruuHs=" + }, + "value": { + "denom": "utia", + "amount": "67650000000" + } + } + ], + "memo": "a41b4bc451b1b71d537aa1018226e08d7fa7e44e@192.168.1.78:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AsGac0QSgWHVa7Qtpk4uPbdNGAMvBlSkasB35DDfBV1h" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "b8fFcqklCYIXcJbw7uK3hZVNwEIQUrP1KvV9272PfAtAGAesQdxilcv2U9twORh5fssq+rXPvOKU9lXvyoBkTg==" + ] +} From 402c338fd00fb899da8c5ebe5ea123e5f8363c0d Mon Sep 17 00:00:00 2001 From: packettsracer Date: Sat, 21 Oct 2023 19:26:16 +0200 Subject: [PATCH 02/93] Add Blockscope.net gentx --- celestia/gentx/blockscope.net.json | 62 ++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/blockscope.net.json diff --git a/celestia/gentx/blockscope.net.json b/celestia/gentx/blockscope.net.json new file mode 100644 index 00000000..a89e25de --- /dev/null +++ b/celestia/gentx/blockscope.net.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Blockscope.net", + "identity": "54788E59DF2F2272", + "website": "https://blockscope.net", + "security_contact": "blockscope@protonmail.com", + "details": "Experienced team of IT engineers building dApps and infrastructures for blockchain projects like Near, Solana and Sui" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1cqgzxhn3dqd58xexz8yley2wntdvym4e7awcmc", + "validator_address": "celestiavaloper1cqgzxhn3dqd58xexz8yley2wntdvym4emzvpd7", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "DiYTDGlIQlhuxbH6hc/lJ3Bi4BGc2Tpf1dvLVH+r62A=" + }, + "value": { + "denom": "utia", + "amount": "52000000000" + } + } + ], + "memo": "d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AgfUqwAZDE1LhUMboqYJ5NeIrmM+1gO+DVL/ZJ5nP/xA" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "pdk4jUrkJu5JkuGH3Bn21PlGjgkNHKL2irKJ1Ibtu9B9m0Vy51bXblULxNJLJup88D0Yg6+oYMZ2krA5Ay5sug==" + ] +} From fe0dd081facd49f4b37529b06eb65a60cdfcaba7 Mon Sep 17 00:00:00 2001 From: packettsracer Date: Sat, 21 Oct 2023 19:28:32 +0200 Subject: [PATCH 03/93] Add Blockscope peer --- celestia/peers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..7461b869 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656 From a2ae475898ffe5f523de1ea704b10ef13a0b953b Mon Sep 17 00:00:00 2001 From: kjnodes <50621007+kj89@users.noreply.github.com> Date: Sat, 21 Oct 2023 20:44:25 +0300 Subject: [PATCH 04/93] Add kjnodes gentx --- celestia/gentx/kjnodes.json | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/kjnodes.json diff --git a/celestia/gentx/kjnodes.json b/celestia/gentx/kjnodes.json new file mode 100644 index 00000000..26d8d961 --- /dev/null +++ b/celestia/gentx/kjnodes.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": " kjnodes.com πŸ¦„", + "identity": "1C5ACD2EEF363C3A", + "website": "http://kjnodes.com", + "security_contact": "contact@kjnodes.com", + "details": "Trusted Proof of Stake validator across Cosmos universe. Active ecosystem contributor, IBC relayer and chain service provider since 2021. We deliver top-notch secure and reliable infrastructure for Cosmos projects. 24/7 monitoring with no slashing history in our track record." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia17p8y0sm76zhrtjny98tknevafvlq9860ugx05h", + "validator_address": "celestiavaloper17p8y0sm76zhrtjny98tknevafvlq9860ehykz3", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "FMxXDtNPGfUajZIUaKqGkuqCSiUGtebIytw1IoxstyE=" + }, + "value": { + "denom": "utia", + "amount": "61600000000" + } + } + ], + "memo": "2ac099417df995dcb721e492900ce0894489ca21@95.216.217.192:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AuANWsM7bbKD3c+aMJ+B6Dpjvpj3PvAr3gW1vhzTSmj3" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "YQXGbfmvCSv2zWusqDPPy39fizOPmLaDnjf6ELQ+4FsqCoHrgD99O1wY7A5QdWVpyzgurBoaKS4B9/ND9krSyQ==" + ] +} From b118149d4573b28e112042b6d95e8fd5a52d72fd Mon Sep 17 00:00:00 2001 From: mabalaru Date: Sat, 21 Oct 2023 23:15:41 +0300 Subject: [PATCH 05/93] Create ScalaVentures.json gentx --- celestia/gentx/ScalaVentures.json | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/ScalaVentures.json diff --git a/celestia/gentx/ScalaVentures.json b/celestia/gentx/ScalaVentures.json new file mode 100644 index 00000000..c8890ffa --- /dev/null +++ b/celestia/gentx/ScalaVentures.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "AI", + "identity": "2C9864355EA8C4AF", + "website": "", + "security_contact": "celestia.aezyl@8alias.com", + "details": "This validator is operated by AI." + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1v5hrqlv8dqgzvy0pwzqzg0gxy899rm4k6ayzec", + "validator_address": "celestiavaloper1v5hrqlv8dqgzvy0pwzqzg0gxy899rm4klzxm07", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "WJJElHEmeEREbb6vbYE6If9laLyipD5IkqCtpKrXGuM=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "fecd30654f84a61bbb88be97a3773606c6195366@192.168.0.53:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AsICOBNYDs+Jyw2UfKbmWmTfXozcpKHHlpG/Lv7cyEkw" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "chjQIR741FEbc+LXP4W/d1eA4Cu2MvwIiXmQYXaqRr1IdmulevyScnZQHCXEYOti/wR60dT46UH8QrWGkQdokQ==" + ] +} From 5680d2c2abb35134a6786b6dbee4e2eb85c13f0a Mon Sep 17 00:00:00 2001 From: larry <26318510+larry0x@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:44:45 +0100 Subject: [PATCH 06/93] add larry gentx --- celestia/gentx/larry.json | 62 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/larry.json diff --git a/celestia/gentx/larry.json b/celestia/gentx/larry.json new file mode 100644 index 00000000..f7cf2e15 --- /dev/null +++ b/celestia/gentx/larry.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Larry Engineer", + "identity": "28DC4101DA38C22C", + "website": "https://larry.engineer", + "security_contact": "gm@larry.engineer", + "details": "Bare metal validator based in Portugal" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.120000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1ryyzale2qcp3e35k0ze3kc0mpfdtw9jad8jf8s", + "validator_address": "celestiavaloper1ryyzale2qcp3e35k0ze3kc0mpfdtw9jagcss3k", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "yFOHPDSiBjo+MyNIeuZ2sTLZJIwkWRwbEo7Y3fEYwXo=" + }, + "value": { + "denom": "utia", + "amount": "66850000000" + } + } + ], + "memo": "cf858e3e6cc1c3ebce0d55d4a6ed8094beaba140@127.0.0.1:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Awnhq4A7CyYJjkTxCcnozIQX2WgarCol02bAW/WNhcjD" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "lxGFnkdhbChKhdeb4EAfA8evKAFdWNetWODfqEN+wFs7qyktzPfSDv640wIg+1Av1iQVawGyQeFwBLukPCG/bg==" + ] +} From 2398159401f1da9b818fe2e46bed639cc83d9482 Mon Sep 17 00:00:00 2001 From: larry <26318510+larry0x@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:44:59 +0100 Subject: [PATCH 07/93] add larry peer --- celestia/peers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..b9601145 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +629c36a551ee1a3c8bb3ecee6e00a9977a60e53e@65.108.46.248:56656 From 4180527b02cf3b24366551f942985e69bec3b94a Mon Sep 17 00:00:00 2001 From: neoprom <118759246+neoprom@users.noreply.github.com> Date: Sun, 22 Oct 2023 12:45:41 +0200 Subject: [PATCH 08/93] Create Neoprom-gentx.json --- celestia/gentx/Neoprom-gentx.json | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/Neoprom-gentx.json diff --git a/celestia/gentx/Neoprom-gentx.json b/celestia/gentx/Neoprom-gentx.json new file mode 100644 index 00000000..7ee3677f --- /dev/null +++ b/celestia/gentx/Neoprom-gentx.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Neoprom", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.120000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1000000", + "delegator_address": "celestia187fhh435s76juewsmrey5yv3ljq4vpptmahqvr", + "validator_address": "celestiavaloper187fhh435s76juewsmrey5yv3ljq4vppt7z4e69", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "i2jI3tw8z/3AO+3G17/jQZlNxi4ufSxoAlmvKqU/fng=" + }, + "value": { + "denom": "utia", + "amount": "54160000000" + } + } + ], + "memo": "b1187a51400cef8b49a8482088eac57327989fe8@135.181.75.114:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A6QIjvnNJo4jE/+2zQq4ho5T7vrKf9L2zJeg0Io88HvF" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "bloqZK33RULUwABlgfQNSyy2zQMlK8WbCdduXp/5kLpea3KOHJH6hNPjSVY+o2yxEEDA6712tSLFxjb1BkrWAg==" + ] +} From 8a91d939eec25f186ac214cac0c636cc75eb7700 Mon Sep 17 00:00:00 2001 From: Brightlystake Date: Sun, 22 Oct 2023 18:51:03 +0800 Subject: [PATCH 09/93] Add gentx and peers for Brightlystake --- celestia/gentx/Brightlystake.json | 62 +++++++++++++++++++++++++++++++ celestia/peer.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/Brightlystake.json create mode 100644 celestia/peer.txt diff --git a/celestia/gentx/Brightlystake.json b/celestia/gentx/Brightlystake.json new file mode 100644 index 00000000..65bd498c --- /dev/null +++ b/celestia/gentx/Brightlystake.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Brightlystake", + "identity": "545033B5FD01FC86", + "website": "https://brightlystake.com", + "security_contact": "", + "details": "Stake with confidence" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.100000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia19y52qzj4hxw0u68krfptkjlm77cvth8ddre8j6", + "validator_address": "celestiavaloper19y52qzj4hxw0u68krfptkjlm77cvth8dgum7yu", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "NHPP98+UqQ+0ra4cnCXpTWtt0wO5c/gxilOs2VUIjY8=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "728855e7e1ef75604444bbe3223abc957deddc2c@172.31.18.244:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AosmapJlb5xofnox4iVQ7apwR9jZ6BymsfH1SrCHpMBx" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "q3zoiNFSxsO9YlV3AW1Fk+Lh+/JR9v3pAy0T9SJjce0Tq5iWZ5K2dJXtrVP+m505tAnyOGAvWmUfwF/CmGWeyw==" + ] +} diff --git a/celestia/peer.txt b/celestia/peer.txt new file mode 100644 index 00000000..876f51d9 --- /dev/null +++ b/celestia/peer.txt @@ -0,0 +1 @@ +2f05b07cde80c5b08ee0159658f7977c7765f966@148.113.17.55:26756 \ No newline at end of file From cf51704c5288ab2df0b6a7c3974b38bdef8b38fd Mon Sep 17 00:00:00 2001 From: Suntzu Date: Sun, 22 Oct 2023 18:01:02 +0700 Subject: [PATCH 10/93] Add Suntzu.json --- celestia/gentx/Suntzu.json | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/Suntzu.json diff --git a/celestia/gentx/Suntzu.json b/celestia/gentx/Suntzu.json new file mode 100644 index 00000000..3e5e76c1 --- /dev/null +++ b/celestia/gentx/Suntzu.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Suntzu", + "identity": "7DD13EEADCA17730", + "website": "", + "security_contact": "", + "details": "The best choice for staking!" + }, + "commission": { + "rate": "0.070000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1vl2ef86uxflhdy2qvy9f7qdpwzuw5jmar6gejm", + "validator_address": "celestiavaloper1vl2ef86uxflhdy2qvy9f7qdpwzuw5jmax92qya", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "rx/gvLop1aFsgQuat/513H30+xoRhDJo1rEySxQ3xdM=" + }, + "value": { + "denom": "utia", + "amount": "75555984000" + } + } + ], + "memo": "53784ef1e0d9767258b1da5d39c337f66baed5ba@65.21.29.41:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A5IeYS5KJMaSPh9ItQ7IYNKvF+2SAKygleqvOZcjN3Z2" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "B/QXHd1K8DjnJj7q8ZFxorg0ulwYsW7CaklAW9YrirNdVB//99kyuHdggpItJIFjekHulTY9a8Qti9kE6ObPiw==" + ] +} From 8dd1d7fb6533dec38f75998dad56d18f17dea4cb Mon Sep 17 00:00:00 2001 From: GPvalidator <71214898+GPvalidator@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:22:16 +0200 Subject: [PATCH 11/93] GPvalidator.json with Gentx folder --- celestia/gentx/GPvalidator.json | 62 +++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/GPvalidator.json diff --git a/celestia/gentx/GPvalidator.json b/celestia/gentx/GPvalidator.json new file mode 100644 index 00000000..f508ca83 --- /dev/null +++ b/celestia/gentx/GPvalidator.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "GPvalidator", + "identity": "CB9FF16299C91CF8", + "website": "https://gpvalidator.com/", + "security_contact": "contact@gpvalidator.com", + "details": "web3 the futureπŸ”’" + }, + "commission": { + "rate": "0.070000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1rrkk74mgyn2ylf5q27zwe8069n2qfyelnlvmgt", + "validator_address": "celestiavaloper1rrkk74mgyn2ylf5q27zwe8069n2qfyelkqwz7d", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "iZQLsep99TpmB0bb8EQD4MDGWcvTtzO9aCMWhJxBwHc=" + }, + "value": { + "denom": "utia", + "amount": "60888000000" + } + } + ], + "memo": "cfd138d52b4a9ed37ac92e2eac888f8d934bca60@193.34.213.151:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A1d7jZOT/vOoHwCZMvqJ3HWgll45AWiHTqec1C4m2s/Z" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "AZfZ/4ZyCPis9jTG4aEY2IgypupFJVwlNfQjrCFWt+5qpkV5RXwKgyUVDxUim6+fqYpHq6JpnJgVWXvuX3EQZA==" + ] +} From 1ce23f94cfb6830352eb2ecef8aa4b46a186af38 Mon Sep 17 00:00:00 2001 From: quantumcore1 <118763997+quantumcore1@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:22:40 +0200 Subject: [PATCH 12/93] Create quantumcore.json --- celestia/gentx/quantumcore.json | 62 +++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/quantumcore.json diff --git a/celestia/gentx/quantumcore.json b/celestia/gentx/quantumcore.json new file mode 100644 index 00000000..cabebd2a --- /dev/null +++ b/celestia/gentx/quantumcore.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "quantumcore", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.120000000000000000", + "max_rate": "0.250000000000000000", + "max_change_rate": "0.030000000000000000" + }, + "min_self_delegation": "1000000", + "delegator_address": "celestia1yxrf303ewxrwndex9cxj0mg24vekrpqshuaxjh", + "validator_address": "celestiavaloper1yxrf303ewxrwndex9cxj0mg24vekrpqsjrlly3", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "wZuyeykwQKPPi+UMxbNILha7/YzsJvZi5dCtlREdfRQ=" + }, + "value": { + "denom": "utia", + "amount": "53520000000" + } + } + ], + "memo": "398a17a83f8af55157ecb33ea81d4a9d5b9953e0@178.63.76.62:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A8OVyTx8anWpFAufREH/m0EqNXXLr7UuL4J/Mj4PKWeM" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "RaKP9uTYe7cG5VcshY8WYlZIU8tOyOCZY6PerPOfgu8zkPiDLxQ7TiWbmadWBUHI1nHailcYujKo5TYsHkQ2qA==" + ] +} From 36fd99ede5f76993bd1983f5451f8f5fa60fce14 Mon Sep 17 00:00:00 2001 From: creeea Date: Sun, 22 Oct 2023 17:08:50 +0200 Subject: [PATCH 13/93] Swiss Staking AG gentx --- celestia/gentx/swiss-staking.json | 62 +++++++++++++++++++++++++++++++ celestia/peers.txt | 2 +- 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 celestia/gentx/swiss-staking.json diff --git a/celestia/gentx/swiss-staking.json b/celestia/gentx/swiss-staking.json new file mode 100644 index 00000000..de06f07f --- /dev/null +++ b/celestia/gentx/swiss-staking.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Swiss Staking", + "identity": "165F85FC0194320D", + "website": "https://swiss-staking.ch", + "security_contact": "info@swiss-staking.ch", + "details": "Our Celestia bare metal validator is running in a former military bunker in Switzerland. We are trusted by 50,000+ addresses and known for top-notch protection, security and reliability." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.250000000000000000", + "max_change_rate": "0.025000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1u4vhh70lwlt2va7hw5evzl6sap92t0m9klqz2t", + "validator_address": "celestiavaloper1u4vhh70lwlt2va7hw5evzl6sap92t0m9nqzmud", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "gxPYrd5G0ZoaQZGTJatw2ISQ59dEZi0W9cVbeIURPaw=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "f5bce79feec9068154e7f50fe8db7a8191a58663@82.220.38.204:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A13KoNfzDfLYi1QInDKUSU2qCuhht6J4MdBXgDBaWm+9" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "AV6FvePQcfhC2QAJOGpSSyuKRWcGoVoJSSm3lvIHPZ1jqRTTiblKRSgfhC5Mdvl5pKEUVacf8eBFxlDUj9FmEg==" + ] +} diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..3996ddc7 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +f5bce79feec9068154e7f50fe8db7a8191a58663@82.220.38.204:10056 \ No newline at end of file From a7ed54419c546b3073495ab79f108617a105f35c Mon Sep 17 00:00:00 2001 From: rooiie <55528739+rooiie@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:24:51 +0200 Subject: [PATCH 14/93] Gentx P-OPS Team --- celestia/gentx/POPSTeam.json | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/POPSTeam.json diff --git a/celestia/gentx/POPSTeam.json b/celestia/gentx/POPSTeam.json new file mode 100644 index 00000000..5c0efa67 --- /dev/null +++ b/celestia/gentx/POPSTeam.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "P-OPS Team", + "identity": "A2B9CAA088770EA6", + "website": "https://www.pops.one", + "security_contact": "security@pops.one", + "details": "P-OPS TEAM is a decentralized organization providing you with validation and staking services, blockchain consultation, growth acceleration and investment capital for innovative Web 3.0 projects." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1ac4mnwg79gyvd0x5trl2fgjv07lgfas00dtggp", + "validator_address": "celestiavaloper1ac4mnwg79gyvd0x5trl2fgjv07lgfas02jf378", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "X53KLdX7D9S4M64VGeIQ7lNHPVc+RRYiPLtbBNZE+6I=" + }, + "value": { + "denom": "utia", + "amount": "78720000000" + } + } + ], + "memo": "5bc86308e2b3730ce611abf622c8be752780f934@5.199.172.53:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AsSx59PZzbWma4EXuASqkv8gO2oPfeZBdHnFF9BEZlBR" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "+K2aTOhFe14b7ptD/ZA6HHeZWuSqWlsgZ8kNOvueu80PeNWuVI4YByHTX2AzXEl1S2QgF735r0VAECPl8cWPvA==" + ] +} From 360557f2459a2c109b019a2d4e52a2bb7d736133 Mon Sep 17 00:00:00 2001 From: Alexey <87909854+AlexToTheMoon@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:25:20 +0300 Subject: [PATCH 15/93] Add amsolutions-gentx.json --- celestia/gentx/amsolutions-gentx.json | 62 +++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/amsolutions-gentx.json diff --git a/celestia/gentx/amsolutions-gentx.json b/celestia/gentx/amsolutions-gentx.json new file mode 100644 index 00000000..7de501dc --- /dev/null +++ b/celestia/gentx/amsolutions-gentx.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "AM Solutions πŸͺ", + "identity": "5A1DB2A1F7B6A66F", + "website": "https://www.theamsolutions.info", + "security_contact": "", + "details": "The most important is - reliability." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1m07mptc7nhz2qk55qa8xeyqt992sktddw354an", + "validator_address": "celestiavaloper1m07mptc7nhz2qk55qa8xeyqt992sktddtwkvt4", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "IAuGeG6xR60hG+bfwmSL1S4vsFWxI7qUOuCIORiVV5Q=" + }, + "value": { + "denom": "utia", + "amount": "63500000000" + } + } + ], + "memo": "db85beeac7c58bd6327fd376a246eefc66941a4b@162.19.95.240:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AyXkRzzsCtIGyPQFD1oYbs4CBQSREHAwdhsgJ01IV6nF" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "2w3rTa0y6NOt7io+kN96fkiXIwVbmAEuvov86Wfi57J7T2rMoFQAYwy3sRmzbwBdVWzzpoBL2wazRGOkAGT6tQ==" + ] +} From d272a06fa85c4141bb368de8f760ce94fa5c79de Mon Sep 17 00:00:00 2001 From: rooiie <55528739+rooiie@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:30:28 +0200 Subject: [PATCH 16/93] updated jq gentx From fb11ddcd00d59b860923ff42fa58fc47566a2de9 Mon Sep 17 00:00:00 2001 From: Edouard Lavidalle <34841632+EdouardLvdl@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:45:30 +0100 Subject: [PATCH 17/93] Add Stakin gentx --- celestia/gentx/stakin.json | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/stakin.json diff --git a/celestia/gentx/stakin.json b/celestia/gentx/stakin.json new file mode 100644 index 00000000..76c36a84 --- /dev/null +++ b/celestia/gentx/stakin.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Stakin", + "identity": "83D300CB42D06962", + "website": "https://stakin.com", + "security_contact": "security@stakin.com", + "details": "Reliable and Secure Staking Services Trusted by Institutions. ISO27001 certified, Cosmos ecosystem contributor, IBC relayer provider. Visit our website to know more about Stakin and for T&Cs." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.250000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1dlsl4u42ycahzjfwc6td6upgsup9tt7c8cwedn", + "validator_address": "celestiavaloper1dlsl4u42ycahzjfwc6td6upgsup9tt7cz8vqm4", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "PPWwBozpIT4BLPo5WUZBog9E4HrfL6PYO2+6lwePpFE=" + }, + "value": { + "denom": "utia", + "amount": "65000000000" + } + } + ], + "memo": "ea9d858371ba86ae8f9c5b292c105329029c9efd@65.109.59.174:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "An9YhCnHDgRjxE3D6tZvgNjYfk8zfkZ8Vg6Wb/uG/ZDa" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "QE9GykX6DV6pMMWSZhxOTCXD/nFjPcCbviKMIon7ZPMFVuofUwbNxwbMoztYLzHoqbzW54m9JWnvkoUrUwRP2Q==" + ] +} From 77eb1f6dfd5c73808d9595125ac9030f3b89bd30 Mon Sep 17 00:00:00 2001 From: Edouard Lavidalle <34841632+EdouardLvdl@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:04:33 +0100 Subject: [PATCH 18/93] Add Stakin peers.txt --- celestia/peers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..d46c4f8b 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +ea9d858371ba86ae8f9c5b292c105329029c9efd@5.199.174.19:26656 From dad2fb8dd026cd5ed219cec2322fd27826fc17bc Mon Sep 17 00:00:00 2001 From: rooiie <55528739+rooiie@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:07:25 +0200 Subject: [PATCH 19/93] POPS Update peers.txt --- celestia/peers.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..55143e9f 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1,2 @@ - +5bc86308e2b3730ce611abf622c8be752780f934@5.199.172.53:26656, +acca7837e4eb5f9dc7f5a94ed1d82edda6931ff8@rpc-celestia.pops.one:26656, From 1bdffa56a74ceedc12b4644817b25eb9a6e3469e Mon Sep 17 00:00:00 2001 From: staking4all Date: Sun, 22 Oct 2023 19:45:36 +0000 Subject: [PATCH 20/93] staking4all gentx --- celestia/gentx/Staking4All.json | 62 +++++++++++++++++++++++++++++++++ celestia/peers.txt | 2 +- 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 celestia/gentx/Staking4All.json diff --git a/celestia/gentx/Staking4All.json b/celestia/gentx/Staking4All.json new file mode 100644 index 00000000..a4bb0e9a --- /dev/null +++ b/celestia/gentx/Staking4All.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Staking4All", + "identity": "12375441A4267DC9", + "website": "https://www.staking4all.org", + "security_contact": "Shez", + "details": "Validator for Proof of Stake blockchains. Delegate to us for a easy staking experience" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia19kr4f4ndyek6kwa0vt3w4un8he0tkekuvz9juw", + "validator_address": "celestiavaloper19kr4f4ndyek6kwa0vt3w4un8he0tkekufa8t2g", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "jBDHJNSkgFhEfseF60+/4Cn7luH3zFSvn5PAcXpBZrQ=" + }, + "value": { + "denom": "utia", + "amount": "62910000000" + } + } + ], + "memo": "4ad28c8a0b04bac4aac441b105c815c449e2182f@65.108.61.189:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A83gt5BC1yQHFMl1nSpilymMYTOi0OkSx1tiNJOiKaes" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "dnajUv4FiWdpYg37kcwfj5LuDIJSA4ZxjN9U91POlBUI5j1d7MhwGmzaDo2SPMBoXCbKaVRo8lO2im0upIosxw==" + ] +} diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..95d2f93a 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +4ad28c8a0b04bac4aac441b105c815c449e2182f@65.108.61.189:26656 From c617892bbf4e2f5dc6c79e6b47ce9d7a61487fe8 Mon Sep 17 00:00:00 2001 From: staking4all Date: Sun, 22 Oct 2023 19:46:31 +0000 Subject: [PATCH 21/93] staking4all gentx --- celestia/peers.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 95d2f93a..e69de29b 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +0,0 @@ -4ad28c8a0b04bac4aac441b105c815c449e2182f@65.108.61.189:26656 From 8f5b8ce1c921927c810133903b262ee2828d2415 Mon Sep 17 00:00:00 2001 From: staking4all Date: Sun, 22 Oct 2023 19:54:19 +0000 Subject: [PATCH 22/93] Update Peers --- celestia/peers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/celestia/peers.txt b/celestia/peers.txt index e69de29b..95d2f93a 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -0,0 +1 @@ +4ad28c8a0b04bac4aac441b105c815c449e2182f@65.108.61.189:26656 From 075fbcd639d2cc1deb34cd97e636645d43561325 Mon Sep 17 00:00:00 2001 From: 0xAN Date: Mon, 23 Oct 2023 04:27:33 +0800 Subject: [PATCH 23/93] Add Nodes.Guru gentx --- celestia/gentx/NodesGuru.json | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/NodesGuru.json diff --git a/celestia/gentx/NodesGuru.json b/celestia/gentx/NodesGuru.json new file mode 100644 index 00000000..5920c0a5 --- /dev/null +++ b/celestia/gentx/NodesGuru.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Nodes.Guru", + "identity": "28B672FCE6BBD562", + "website": "https://stake.nodes.guru", + "security_contact": "security@nodes.guru", + "details": "Guru of non-custodial staking. Professional node running, low fees, best uptime and 24/7 customer support." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1hm2d8e6nd5ngtlte3hlded03vgj3rer9sne5de", + "validator_address": "celestiavaloper1hm2d8e6nd5ngtlte3hlded03vgj3rer94vmdml", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "YI3najh0I3cLeXbIuPhVNkGG3sq3/EVwjlPaHJi0yx8=" + }, + "value": { + "denom": "utia", + "amount": "56000000000" + } + } + ], + "memo": "1b92a439555a19ee6edea85b184abb6873757dae@51.89.173.96:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AlhVLe8NzaLROd4Pz93hJnU17OVLmOWcN3lvKHw/7tj2" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "OHskATtnApufSqV/7UIgM42BjuVDMtCoktWxtup+fUxjtlQrVeXHJT42kjBUJ+wjkgYMGpj6fCJLe/0kb2NzPg==" + ] +} From d3f5998a2d916990ae2236885c2536419e5cbd26 Mon Sep 17 00:00:00 2001 From: Ilhan <29432367+ilhanu@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:54:47 +0200 Subject: [PATCH 24/93] Update peers.txt add staker-space peer to list --- celestia/peers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..58852d45 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +a41b4bc451b1b71d537aa1018226e08d7fa7e44e@5.255.77.44:26656 From 63d4595f63c4f19195c1f95cc812f520b66f6f99 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Oct 2023 15:23:47 +0900 Subject: [PATCH 25/93] Add Keplr gentx --- celestia/gentx/Keplr.json | 62 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/Keplr.json diff --git a/celestia/gentx/Keplr.json b/celestia/gentx/Keplr.json new file mode 100644 index 00000000..41b2804d --- /dev/null +++ b/celestia/gentx/Keplr.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Keplr (formerly known as Blockapsis)", + "identity": "55AE6F8C61BF4749", + "website": "https://www.keplr.app/", + "security_contact": "", + "details": "Interchain infra. Apoapsis to the Periapsis." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1uwmf03ke52vld2sa9khs0nslpgzwsm5x4tmvh4", + "validator_address": "celestiavaloper1uwmf03ke52vld2sa9khs0nslpgzwsm5xs5e4pn", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "dZ1cV+w2F5KYKh13FkPYoUD/kTzU4Q0AQSkDAIT+u9I=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "28f617f8486c851a203e1f828e951be50178253a@172.31.35.194:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A5+arlLoPj2IJIVnKmyUBzY9caoro4ZRXxJe8LGKNcUm" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "S3GMOUIkIhXJQ1b/HbhCjdmA+G7nuSwU4QvogcF/AoRzN7ofvFgLFcZps3eKs0fbJciz26oXVK8Tnx4qqIbVRg==" + ] +} From 3b41b13083d38e81ab92dd2bdd2b2f53620481ea Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Oct 2023 15:25:34 +0900 Subject: [PATCH 26/93] Update Keplr's peer --- celestia/peers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..bf49d332 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +ce2873ef3893f0da50eb27892761e9c06e704944@159.203.143.94:26656 From 7447dd88d7cf97cfbcfe30da49912709007ce851 Mon Sep 17 00:00:00 2001 From: Qubelabs <61059709+qubelabsio@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:45:49 +0200 Subject: [PATCH 27/93] Gentx Qubelabs --- celestia/gentx/qubelabs.json | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/qubelabs.json diff --git a/celestia/gentx/qubelabs.json b/celestia/gentx/qubelabs.json new file mode 100644 index 00000000..5e963763 --- /dev/null +++ b/celestia/gentx/qubelabs.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Qubelabs", + "identity": "16DFCF6AF28D699D", + "website": "https://qubelabs.io", + "security_contact": "security@qubelabs.io", + "details": "Independent organization of validators, builders, network contributors and community builders." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1j2jq259d3rrc24876gwxg0ksp0lhd8gys65rxd", + "validator_address": "celestiavaloper1j2jq259d3rrc24876gwxg0ksp0lhd8gy49k6st", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "hf7BPUuIEY5mNTAXT33NvzEpineM5SsnjQrvzchnSpE=" + }, + "value": { + "denom": "utia", + "amount": "81520000000" + } + } + ], + "memo": "a3ce5d5756730df432424594aff979a7a5ac5c62@190.2.132.131:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A+bBqPSsN6QC3qOZMx+wzi5Ia6lwQUbGq096yu91PLHn" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "9rjQZ6bFWtvEsDpXuqOvwq6c2l0s6mvjw3yCyhSqzYcen++4wriN6gm3457QIYWL4bHIUI6UfS1BnocNcFLJzg==" + ] +} From ea2fba300623ea034b50e49a9d5b9db45108b8d2 Mon Sep 17 00:00:00 2001 From: Qubelabs <61059709+qubelabsio@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:58:11 +0200 Subject: [PATCH 28/93] Update peers.txt --- celestia/peers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..9d565bdb 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +1b92a439555a19ee6edea85b184abb6873757dae@51.89.173.96:26656 From dd7f2de34897da56cd3bc844661fbeacb1ec8eb1 Mon Sep 17 00:00:00 2001 From: Anthony BESCOND Date: Mon, 23 Oct 2023 13:06:26 +0200 Subject: [PATCH 29/93] Gentx Kiln --- celestia/gentx/Kiln.json | 62 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/Kiln.json diff --git a/celestia/gentx/Kiln.json b/celestia/gentx/Kiln.json new file mode 100644 index 00000000..26e2f5db --- /dev/null +++ b/celestia/gentx/Kiln.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Kiln", + "identity": "9B74364A5E526BED", + "website": "https://kiln.fi", + "security_contact": "contact@kiln.fi", + "details": "Enterprise-grade staking made easy" + }, + "commission": { + "rate": "0.080000000000000000", + "max_rate": "1.000000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1djqecw6nn5tydxq0shan7srv8j65clsf7vypl6", + "validator_address": "celestiavaloper1djqecw6nn5tydxq0shan7srv8j65clsfmnxcfu", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "eFL4Um4Y8r9FPLdJcHR5l8ebOmMgnK2h3M+HPZHLl3I=" + }, + "value": { + "denom": "utia", + "amount": "65000000000" + } + } + ], + "memo": "7d515e32eaa6b5deb06a75fbf4b77a7a36550240@192.168.1.39:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A87YS9o8Vn+aRs7rnhBO7z5cRpLJkapVuT8Hk/QoKJMe" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "B3UklhDY7uh1jUJpNkub3LrkV5HeKHMpKFTRkOziChQSJiz9qqzaiIQE1ArzbRxRZegGzbSC/5lpmgCpE6CihA==" + ] +} From 0847ade03b3a74f342bf9c496280d17dd92e38e9 Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Mon, 23 Oct 2023 18:57:53 +0700 Subject: [PATCH 30/93] Gentx ContributionDAO --- celestia/gentx/gentx-ContributionDAO.json | 62 +++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/gentx-ContributionDAO.json diff --git a/celestia/gentx/gentx-ContributionDAO.json b/celestia/gentx/gentx-ContributionDAO.json new file mode 100644 index 00000000..eb4d03cb --- /dev/null +++ b/celestia/gentx/gentx-ContributionDAO.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "ContributionDAO", + "identity": "3034BD2560DD86B4", + "website": "https://contributiondao.com", + "security_contact": "contacts@contributiondao.com", + "details": "Bootstrapping Quality Talents and Onboarding Users to the Projects for making opportunities in Web 3.0 accessible to everyone." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia17srrapx2cvqyyy4rg3menq0hn86py8f3nqmxpe", + "validator_address": "celestiavaloper17srrapx2cvqyyy4rg3menq0hn86py8f3klelhl", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "omcSlEcLLdSu7/BkcWMiZns2b2gP2taosaeCguEvdO4=" + }, + "value": { + "denom": "utia", + "amount": "9000000" + } + } + ], + "memo": "de9e0f03e4e858bda87df332f51ba34aa134cfda@51.79.229.177:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A8iA80p1wjchPdXYXQ2c5jV/7e/U/9Vf3yXnJzgqRUoN" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "YFU0JvaD+dnuVD++HnOyXLvhqYzvijPv0/FKX99dork8cdFJsM5ttpUe+N30rs5sdwY+dQHiZ6M4fAqmBvIvGg==" + ] +} \ No newline at end of file From a150c9479f77889d740d76b3e08c98427dca2135 Mon Sep 17 00:00:00 2001 From: Alexey <87909854+AlexToTheMoon@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:03:21 +0300 Subject: [PATCH 31/93] Update/Add amsolutions-gentx.json --- celestia/gentx/amsolutions-gentx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/celestia/gentx/amsolutions-gentx.json b/celestia/gentx/amsolutions-gentx.json index 7de501dc..7e81cb7a 100644 --- a/celestia/gentx/amsolutions-gentx.json +++ b/celestia/gentx/amsolutions-gentx.json @@ -7,7 +7,7 @@ "moniker": "AM Solutions πŸͺ", "identity": "5A1DB2A1F7B6A66F", "website": "https://www.theamsolutions.info", - "security_contact": "", + "security_contact": "Discord : AlexeyM#5409", "details": "The most important is - reliability." }, "commission": { @@ -57,6 +57,6 @@ "tip": null }, "signatures": [ - "2w3rTa0y6NOt7io+kN96fkiXIwVbmAEuvov86Wfi57J7T2rMoFQAYwy3sRmzbwBdVWzzpoBL2wazRGOkAGT6tQ==" + "5CKzUHbjJbAZBMdtOo/L79iHwaUyipnk3slW2Di9nOhNVxDTOO/8XP0LmeCHkwUbI3fFmfwZQiCcAYNuFHKXJA==" ] } From 27170e2abb14982f3e365a5e9e239305619c21b3 Mon Sep 17 00:00:00 2001 From: Alexey <87909854+AlexToTheMoon@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:21:24 +0300 Subject: [PATCH 32/93] Update/Add amsolutions-gentx.json --- celestia/gentx/amsolutions-gentx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/gentx/amsolutions-gentx.json b/celestia/gentx/amsolutions-gentx.json index 7e81cb7a..bdc82ba2 100644 --- a/celestia/gentx/amsolutions-gentx.json +++ b/celestia/gentx/amsolutions-gentx.json @@ -13,7 +13,7 @@ "commission": { "rate": "0.050000000000000000", "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" + "max_change_rate": "0.050000000000000000" }, "min_self_delegation": "1", "delegator_address": "celestia1m07mptc7nhz2qk55qa8xeyqt992sktddw354an", From 25b4a0fb948dd145b72124ac66f2796e4319ab11 Mon Sep 17 00:00:00 2001 From: Alexey <87909854+AlexToTheMoon@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:30:04 +0300 Subject: [PATCH 33/93] Update amsolutions-gentx.json --- celestia/gentx/amsolutions-gentx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/celestia/gentx/amsolutions-gentx.json b/celestia/gentx/amsolutions-gentx.json index bdc82ba2..719ec4e9 100644 --- a/celestia/gentx/amsolutions-gentx.json +++ b/celestia/gentx/amsolutions-gentx.json @@ -7,7 +7,7 @@ "moniker": "AM Solutions πŸͺ", "identity": "5A1DB2A1F7B6A66F", "website": "https://www.theamsolutions.info", - "security_contact": "Discord : AlexeyM#5409", + "security_contact": "Discord: AlexeyM#5409", "details": "The most important is - reliability." }, "commission": { @@ -57,6 +57,6 @@ "tip": null }, "signatures": [ - "5CKzUHbjJbAZBMdtOo/L79iHwaUyipnk3slW2Di9nOhNVxDTOO/8XP0LmeCHkwUbI3fFmfwZQiCcAYNuFHKXJA==" + "ybA6NqQzBfNTWWKG2vhMkdH7ZmdYLEqJUBtJS48MfTYbRpROPK8hQ0u9wKQPbH2XAkbz2asYDMkBMemCfH+Agg==" ] } From 9e26f44ab7d4e940c80413b1918d9a402864b976 Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Mon, 23 Oct 2023 19:32:02 +0700 Subject: [PATCH 34/93] Update gentx-ContributionDAO.json --- celestia/gentx/gentx-ContributionDAO.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/celestia/gentx/gentx-ContributionDAO.json b/celestia/gentx/gentx-ContributionDAO.json index eb4d03cb..ab5b420d 100644 --- a/celestia/gentx/gentx-ContributionDAO.json +++ b/celestia/gentx/gentx-ContributionDAO.json @@ -8,7 +8,7 @@ "identity": "3034BD2560DD86B4", "website": "https://contributiondao.com", "security_contact": "contacts@contributiondao.com", - "details": "Bootstrapping Quality Talents and Onboarding Users to the Projects for making opportunities in Web 3.0 accessible to everyone." + "details": "" }, "commission": { "rate": "0.050000000000000000", @@ -20,7 +20,7 @@ "validator_address": "celestiavaloper17srrapx2cvqyyy4rg3menq0hn86py8f3klelhl", "pubkey": { "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "omcSlEcLLdSu7/BkcWMiZns2b2gP2taosaeCguEvdO4=" + "key": "iM+kGBPIpJ8wxzqSOYrVROydaUQs5AO+Zp4NjanHPg0=" }, "value": { "denom": "utia", @@ -28,7 +28,7 @@ } } ], - "memo": "de9e0f03e4e858bda87df332f51ba34aa134cfda@51.79.229.177:26656", + "memo": "c7dac72f630d2b3c3354ed664bcd6704a8f9e627@51.79.229.177:26656", "timeout_height": "0", "extension_options": [], "non_critical_extension_options": [] @@ -40,6 +40,7 @@ "@type": "/cosmos.crypto.secp256k1.PubKey", "key": "A8iA80p1wjchPdXYXQ2c5jV/7e/U/9Vf3yXnJzgqRUoN" }, + "mode_info": { "single": { "mode": "SIGN_MODE_DIRECT" @@ -57,6 +58,6 @@ "tip": null }, "signatures": [ - "YFU0JvaD+dnuVD++HnOyXLvhqYzvijPv0/FKX99dork8cdFJsM5ttpUe+N30rs5sdwY+dQHiZ6M4fAqmBvIvGg==" + "JonWbqbn/FdujgtZekcydjk+qRTmMtg2475ajBM669YlheEhXSI5Lnm2B41SW3P4rnvqfRULQMd4IXuHjqs4Uw==" ] } \ No newline at end of file From b3339c1d777b070484625e177fc487e1662deb19 Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Mon, 23 Oct 2023 19:32:59 +0700 Subject: [PATCH 35/93] Update gentx-ContributionDAO.json --- celestia/gentx/gentx-ContributionDAO.json | 119 +++++++++++----------- 1 file changed, 59 insertions(+), 60 deletions(-) diff --git a/celestia/gentx/gentx-ContributionDAO.json b/celestia/gentx/gentx-ContributionDAO.json index ab5b420d..c159abf7 100644 --- a/celestia/gentx/gentx-ContributionDAO.json +++ b/celestia/gentx/gentx-ContributionDAO.json @@ -1,63 +1,62 @@ { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "ContributionDAO", - "identity": "3034BD2560DD86B4", - "website": "https://contributiondao.com", - "security_contact": "contacts@contributiondao.com", - "details": "" - }, - "commission": { - "rate": "0.050000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.010000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "celestia17srrapx2cvqyyy4rg3menq0hn86py8f3nqmxpe", - "validator_address": "celestiavaloper17srrapx2cvqyyy4rg3menq0hn86py8f3klelhl", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "iM+kGBPIpJ8wxzqSOYrVROydaUQs5AO+Zp4NjanHPg0=" - }, - "value": { - "denom": "utia", - "amount": "9000000" - } - } - ], - "memo": "c7dac72f630d2b3c3354ed664bcd6704a8f9e627@51.79.229.177:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A8iA80p1wjchPdXYXQ2c5jV/7e/U/9Vf3yXnJzgqRUoN" - }, - - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "210000", - "payer": "", - "granter": "" + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "ContributionDAO", + "identity": "3034BD2560DD86B4", + "website": "https://contributiondao.com", + "security_contact": "contacts@contributiondao.com", + "details": "" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia17srrapx2cvqyyy4rg3menq0hn86py8f3nqmxpe", + "validator_address": "celestiavaloper17srrapx2cvqyyy4rg3menq0hn86py8f3klelhl", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "iM+kGBPIpJ8wxzqSOYrVROydaUQs5AO+Zp4NjanHPg0=" + }, + "value": { + "denom": "utia", + "amount": "9000000" + } + } + ], + "memo": "c7dac72f630d2b3c3354ed664bcd6704a8f9e627@51.79.229.177:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A8iA80p1wjchPdXYXQ2c5jV/7e/U/9Vf3yXnJzgqRUoN" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } }, - "tip": null + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" }, - "signatures": [ - "JonWbqbn/FdujgtZekcydjk+qRTmMtg2475ajBM669YlheEhXSI5Lnm2B41SW3P4rnvqfRULQMd4IXuHjqs4Uw==" - ] -} \ No newline at end of file + "tip": null + }, + "signatures": [ + "JonWbqbn/FdujgtZekcydjk+qRTmMtg2475ajBM669YlheEhXSI5Lnm2B41SW3P4rnvqfRULQMd4IXuHjqs4Uw==" + ] +} From 542b1d829d3474afa55bd6ed131af7881c476caa Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Mon, 23 Oct 2023 19:54:12 +0700 Subject: [PATCH 36/93] Update gentx-ContributionDAO.json --- celestia/gentx/gentx-ContributionDAO.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/gentx/gentx-ContributionDAO.json b/celestia/gentx/gentx-ContributionDAO.json index c159abf7..65c8255d 100644 --- a/celestia/gentx/gentx-ContributionDAO.json +++ b/celestia/gentx/gentx-ContributionDAO.json @@ -7,7 +7,7 @@ "moniker": "ContributionDAO", "identity": "3034BD2560DD86B4", "website": "https://contributiondao.com", - "security_contact": "contacts@contributiondao.com", + "security_contact": "", "details": "" }, "commission": { From 83ff499ae79388e9d85e32cdd1fff8843d496f2a Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Mon, 23 Oct 2023 20:01:09 +0700 Subject: [PATCH 37/93] Update gentx-ContributionDAO.json --- celestia/gentx/gentx-ContributionDAO.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/celestia/gentx/gentx-ContributionDAO.json b/celestia/gentx/gentx-ContributionDAO.json index 65c8255d..67d27128 100644 --- a/celestia/gentx/gentx-ContributionDAO.json +++ b/celestia/gentx/gentx-ContributionDAO.json @@ -5,13 +5,13 @@ "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", "description": { "moniker": "ContributionDAO", - "identity": "3034BD2560DD86B4", - "website": "https://contributiondao.com", + "identity": "", + "website": "", "security_contact": "", "details": "" }, "commission": { - "rate": "0.050000000000000000", + "rate": "0.100000000000000000", "max_rate": "0.200000000000000000", "max_change_rate": "0.010000000000000000" }, From 40079c1883527913eda5735337c248a01101c36d Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Mon, 23 Oct 2023 20:12:27 +0700 Subject: [PATCH 38/93] Update gentx-ContributionDAO.json --- celestia/gentx/gentx-ContributionDAO.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/celestia/gentx/gentx-ContributionDAO.json b/celestia/gentx/gentx-ContributionDAO.json index 67d27128..be7d2044 100644 --- a/celestia/gentx/gentx-ContributionDAO.json +++ b/celestia/gentx/gentx-ContributionDAO.json @@ -5,9 +5,9 @@ "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", "description": { "moniker": "ContributionDAO", - "identity": "", - "website": "", - "security_contact": "", + "identity": "3034BD2560DD86B4", + "website": "https://contributiondao.com", + "security_contact": "contacts@contributiondao.com", "details": "" }, "commission": { From bb2fc4b9e2f08e174f26114a3ba42758d10d7654 Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Mon, 23 Oct 2023 20:19:18 +0700 Subject: [PATCH 39/93] Update gentx-ContributionDAO.json --- celestia/gentx/gentx-ContributionDAO.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/celestia/gentx/gentx-ContributionDAO.json b/celestia/gentx/gentx-ContributionDAO.json index be7d2044..67d27128 100644 --- a/celestia/gentx/gentx-ContributionDAO.json +++ b/celestia/gentx/gentx-ContributionDAO.json @@ -5,9 +5,9 @@ "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", "description": { "moniker": "ContributionDAO", - "identity": "3034BD2560DD86B4", - "website": "https://contributiondao.com", - "security_contact": "contacts@contributiondao.com", + "identity": "", + "website": "", + "security_contact": "", "details": "" }, "commission": { From be08449e1ef32a77190ff65b4c1959f73c6d2bb7 Mon Sep 17 00:00:00 2001 From: y3v63n <39760876+y3v63n@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:19:40 +0400 Subject: [PATCH 40/93] Create gentx-moonli_me.json --- celestia/gentx/gentx-moonli_me.json | 62 +++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/gentx-moonli_me.json diff --git a/celestia/gentx/gentx-moonli_me.json b/celestia/gentx/gentx-moonli_me.json new file mode 100644 index 00000000..8e5bc00a --- /dev/null +++ b/celestia/gentx/gentx-moonli_me.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "moonli.me", + "identity": "662AEC27BD90D036", + "website": "https://moonli.me", + "security_contact": "tequila@moonli.me", + "details": "Independent Staking Provider" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.250000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1qx43f066sh6728avms4qq09cj2a3mg83ghswuv", + "validator_address": "celestiavaloper1qx43f066sh6728avms4qq09cj2a3mg83dgjh22", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "njOL+kmlgZZHb6mf3/Mrep9jUK6A3lhpQyIkknlME4U=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "95c00bb9f24e907891e9a98c4ad506af093a7944@87.106.237.243:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A1YaPP8z4mCftWTYZJ+YVjmUv31YOizQSKjC7lLMIPjS" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "BOjr5W3zPV4zwwCNgk98Q1Q/aNuBmEcI3Yt6V0MJQvtPBpzUxeRdCG4trwxV/izoKAAXT8B6jFL3Mknn5HjMGw==" + ] +} From 987d39675423aa4d6b7d4cb4f0aaefaa4594a2a4 Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Mon, 23 Oct 2023 20:24:27 +0700 Subject: [PATCH 41/93] Update peers.txt --- celestia/peers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..cecea86f 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +c7dac72f630d2b3c3354ed664bcd6704a8f9e627@51.79.229.177:26656 From e3cd544b79d8d625350102b3d7656917429f32b1 Mon Sep 17 00:00:00 2001 From: y3v63n <39760876+y3v63n@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:54:17 +0400 Subject: [PATCH 42/93] Update peers.txt --- celestia/peers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celestia/peers.txt b/celestia/peers.txt index 8b137891..e180f4e1 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1 +1 @@ - +95c00bb9f24e907891e9a98c4ad506af093a7944@87.106.237.243:26656 From 4e0193a5e1a1fc670ba382cdcc7b39ab21c9f792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20J=C4=99drzejewski?= <33068017+matilote@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:54:02 +0200 Subject: [PATCH 43/93] Add Twinstake gentx --- celestia/gentx/Twinstake.json | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/Twinstake.json diff --git a/celestia/gentx/Twinstake.json b/celestia/gentx/Twinstake.json new file mode 100644 index 00000000..19d55994 --- /dev/null +++ b/celestia/gentx/Twinstake.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Twinstake", + "identity": "A7823F4D765E18AB", + "website": "https://twinstake.io", + "security_contact": "hello@twinstake.io", + "details": "Twinstake is an institutional-grade, non-custodial staking provider designed and built in collaboration with leaders in the digital assets space. The platform offers industry leading performance, institutional-grade security and uncompromising Know Your Client (KYC) procedures." + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1mhux0vt6qszz8qwv8axggt02jjm7tuvdvgq835", + "validator_address": "celestiavaloper1mhux0vt6qszz8qwv8axggt02jjm7tuvdfhz78j", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "qWEq7neppaXl9C3BkYN9OXBy9A5lIiOV551oFzj097c=" + }, + "value": { + "denom": "utia", + "amount": "63300000000" + } + } + ], + "memo": "f2ecdd78f28e5e3764e2273c568529110dc173a4@10.4.20.109:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A5vi4mCFMtIvQfe/ggD23jUTOyYM94uRPh5K6ah2to2c" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "J6q8ZJKjSJUKupfZl/198NwvCYzYMp6NiEW29q5yKAdpUXMIwmcc6AIbhv+tYu+dZ05x4sEzC/7Kp3WK0TuQGw==" + ] +} From 8d6cac366e192e9f6d679b78a321e14423c1b612 Mon Sep 17 00:00:00 2001 From: ivandiazperez <42877828+ivandiazperez@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:31:10 +0200 Subject: [PATCH 44/93] BloClick --- celestia/gentx/bloclick.json | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/bloclick.json diff --git a/celestia/gentx/bloclick.json b/celestia/gentx/bloclick.json new file mode 100644 index 00000000..16a24d91 --- /dev/null +++ b/celestia/gentx/bloclick.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "BloClick", + "identity": "E973700FB1927C26", + "website": "https://bloclick.com", + "security_contact": "bloclick@protonmail.com", + "details": "" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1000000", + "delegator_address": "celestia1gm7txvnd539ruc86mkz2sgnz3r456e86d6rffn", + "validator_address": "celestiavaloper1gm7txvnd539ruc86mkz2sgnz3r456e86g9psl4", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "xkKGQ6TDgEiMJ9LaIf1EpD7dVllC3Cl1In0gpQUVrVw=" + }, + "value": { + "denom": "utia", + "amount": "54837000000" + } + } + ], + "memo": "68f2a17bc910b0655d15840dcebfd2554ecd8d72@51.158.204.128:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AhmLb7dz1uaAUaHqPV5NYQM3jatnpitjlw9re2k4lIMz" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "DfTqIMVHSjjpcVD+D60oX+/vURnuNO9T/UbB0jZDuToUEpOKcRDYtjh2FswrbeQbjwMangVTjgu7shhW+kVIIA==" + ] +} From 8ef9e150a8fcf3d8e74bf5f72f675f2ee7fcfe7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20J=C4=99drzejewski?= <33068017+matilote@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:38:59 +0200 Subject: [PATCH 45/93] jq Twinstake.json --- celestia/gentx/Twinstake.json | 116 +++++++++++++++++----------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/celestia/gentx/Twinstake.json b/celestia/gentx/Twinstake.json index 19d55994..1f0d6ed9 100644 --- a/celestia/gentx/Twinstake.json +++ b/celestia/gentx/Twinstake.json @@ -1,62 +1,62 @@ { - "body": { - "messages": [ - { - "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", - "description": { - "moniker": "Twinstake", - "identity": "A7823F4D765E18AB", - "website": "https://twinstake.io", - "security_contact": "hello@twinstake.io", - "details": "Twinstake is an institutional-grade, non-custodial staking provider designed and built in collaboration with leaders in the digital assets space. The platform offers industry leading performance, institutional-grade security and uncompromising Know Your Client (KYC) procedures." - }, - "commission": { - "rate": "0.100000000000000000", - "max_rate": "0.200000000000000000", - "max_change_rate": "0.020000000000000000" - }, - "min_self_delegation": "1", - "delegator_address": "celestia1mhux0vt6qszz8qwv8axggt02jjm7tuvdvgq835", - "validator_address": "celestiavaloper1mhux0vt6qszz8qwv8axggt02jjm7tuvdfhz78j", - "pubkey": { - "@type": "/cosmos.crypto.ed25519.PubKey", - "key": "qWEq7neppaXl9C3BkYN9OXBy9A5lIiOV551oFzj097c=" - }, - "value": { - "denom": "utia", - "amount": "63300000000" - } - } - ], - "memo": "f2ecdd78f28e5e3764e2273c568529110dc173a4@10.4.20.109:26656", - "timeout_height": "0", - "extension_options": [], - "non_critical_extension_options": [] - }, - "auth_info": { - "signer_infos": [ - { - "public_key": { - "@type": "/cosmos.crypto.secp256k1.PubKey", - "key": "A5vi4mCFMtIvQfe/ggD23jUTOyYM94uRPh5K6ah2to2c" - }, - "mode_info": { - "single": { - "mode": "SIGN_MODE_DIRECT" - } - }, - "sequence": "0" - } - ], - "fee": { - "amount": [], - "gas_limit": "210000", - "payer": "", - "granter": "" + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Twinstake", + "identity": "A7823F4D765E18AB", + "website": "https://twinstake.io", + "security_contact": "hello@twinstake.io", + "details": "Twinstake is an institutional-grade, non-custodial staking provider designed and built in collaboration with leaders in the digital assets space. The platform offers industry leading performance, institutional-grade security and uncompromising Know Your Client (KYC) procedures." + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1mhux0vt6qszz8qwv8axggt02jjm7tuvdvgq835", + "validator_address": "celestiavaloper1mhux0vt6qszz8qwv8axggt02jjm7tuvdfhz78j", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "qWEq7neppaXl9C3BkYN9OXBy9A5lIiOV551oFzj097c=" + }, + "value": { + "denom": "utia", + "amount": "63300000000" + } + } + ], + "memo": "f2ecdd78f28e5e3764e2273c568529110dc173a4@10.4.20.109:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A5vi4mCFMtIvQfe/ggD23jUTOyYM94uRPh5K6ah2to2c" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } }, - "tip": null + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" }, - "signatures": [ - "J6q8ZJKjSJUKupfZl/198NwvCYzYMp6NiEW29q5yKAdpUXMIwmcc6AIbhv+tYu+dZ05x4sEzC/7Kp3WK0TuQGw==" - ] + "tip": null + }, + "signatures": [ + "J6q8ZJKjSJUKupfZl/198NwvCYzYMp6NiEW29q5yKAdpUXMIwmcc6AIbhv+tYu+dZ05x4sEzC/7Kp3WK0TuQGw==" + ] } From e7db66756f0b1b564fa291b83539ed0f0c370032 Mon Sep 17 00:00:00 2001 From: Gunter <97455701+Gunter038@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:24:34 +0200 Subject: [PATCH 46/93] Create Gunter.json --- celestia/gentx/Gunter.json | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/Gunter.json diff --git a/celestia/gentx/Gunter.json b/celestia/gentx/Gunter.json new file mode 100644 index 00000000..9862207f --- /dev/null +++ b/celestia/gentx/Gunter.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Gunter", + "identity": "2ED33F91521C07AB", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1pavac9yrlgwyw6v9yx84sttc96n9ee9zxdln2c", + "validator_address": "celestiavaloper1pavac9yrlgwyw6v9yx84sttc96n9ee9zrja2u7", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "WN5n8XM+TzDQnoq1q6tRggEZCum603LAYoItzZcGLCA=" + }, + "value": { + "denom": "utia", + "amount": "56800000000" + } + } + ], + "memo": "5992372287bbb173bd291e299a26495057310165@57.128.74.73:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "As+O2eFpWaDJkzmFQLdG4YMC5DBTTvsgTXCzOpmrdlCF" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "7UvqFcJYli2tyhX/1ZXGlC8R9o4TnBr5JP3oc5zk8ycxQbTsI7rrdLDI6HNkwGS+EV3B430cX2qCVtOVkyvtNg==" + ] +} From 960a9378243ac1ff22db088792e3b0a6aa3b5508 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Tue, 24 Oct 2023 13:24:42 +0200 Subject: [PATCH 47/93] fix: sheet in utia for validation to work and fix peers.txt whil at it (#446) --- .github/workflows/80_percent_accounts.csv | 98 +++++++++++------------ celestia/peer.txt | 1 - celestia/peers.txt | 1 + 3 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 celestia/peer.txt diff --git a/.github/workflows/80_percent_accounts.csv b/.github/workflows/80_percent_accounts.csv index a496d20a..f74dc058 100644 --- a/.github/workflows/80_percent_accounts.csv +++ b/.github/workflows/80_percent_accounts.csv @@ -1,50 +1,50 @@ address,balance -celestia14ntfv0qkg8522xe0pvrfgqxcmnj5x466fcqgae,108900 -celestia1j2jq259d3rrc24876gwxg0ksp0lhd8gys65rxd,101900 -celestia1ac4mnwg79gyvd0x5trl2fgjv07lgfas00dtggp,98400 -celestia1vl2ef86uxflhdy2qvy9f7qdpwzuw5jmar6gejm,93900 -celestia1rq8kvlncjvs42hmrx90dcff2tdshj5k75mqwew,93400 -celestia1cs37tvmahavw8xcnzcgyz342sh0al37mc2qetd,78150 -celestia1m07mptc7nhz2qk55qa8xeyqt992sktddw354an,77900 -celestia17p8y0sm76zhrtjny98tknevafvlq9860ugx05h,76950 -celestia1zdrz4w2pwwffdvmpum0626vycel9caayqvncfe,75950 -celestia1rrkk74mgyn2ylf5q27zwe8069n2qfyelnlvmgt,74400 -celestia1vdp8q3v72mntewqqak56yk3gzz7h5ukmumeups,72900 -celestia1un77nfm6axkhkupe8fk4xl6fd4adz3y5qk7ph6,72900 -celestia1t345w0vxnyyrf4eh43lpd3jl7z378rtsgv8j5h,72900 -celestia1kl5nxl54xt3g6k5k4zlk48udfcx8gkz2kkvm7e,72150 -celestia1wu24jxpn9j0580ehjz344d58cf3t7lzrxhzz99,70650 -celestia19kr4f4ndyek6kwa0vt3w4un8he0tkekuvz9juw,69900 -celestia1hm2d8e6nd5ngtlte3hlded03vgj3rer9sne5de,69900 -celestia1ekr44a2fss4emywwke36cuem46fmatdvtt5f8s,69400 -celestia1vfkgjmjxkvj0kfnzf5jkjzkj7wn3ms8dzwatqk,68450 -celestia1evu846d408jdz5ju4883gtq9pnjvs8hzq8z2c9,66400 -celestia187fhh435s76juewsmrey5yv3ljq4vpptmahqvr,67700 -celestia1gm7txvnd539ruc86mkz2sgnz3r456e86d6rffn,67700 -celestia1qdfdh8stxpkj4zz46x2n9ejyyy9h0c86s4kaya,67700 -celestia1yknsyf9ws4ugtv3r9g43kwqkne4zmrupae4xa3,66000 -celestia1q8teur40emyun60et4wh5z6yj5669stg8cyfzr,67200 -celestia1dlsl4u42ycahzjfwc6td6upgsup9tt7c8cwedn,66900 -celestia19f0w9svr905fhefusyx4z8sf83j6et0g3p3ppp,66900 -celestia1ryyzale2qcp3e35k0ze3kc0mpfdtw9jad8jf8s,66900 -celestia17srrapx2cvqyyy4rg3menq0hn86py8f3nqmxpe,66900 -celestia1cmaga4f6f7pttuwzfldn9067ld3090uw2xcmkp,66900 -celestia1pavac9yrlgwyw6v9yx84sttc96n9ee9zxdln2c,66900 -celestia1yxrf303ewxrwndex9cxj0mg24vekrpqshuaxjh,66900 -celestia1nttcw852wga4y4gww3hu70djg9d4fu4ca6ak38,66900 -celestia1djqecw6nn5tydxq0shan7srv8j65clsf7vypl6,66900 -celestia1vfydl5r98zev8xc7j0mus28r63jcklsulww9t3,66900 -celestia1cydgz3dtxpqd8j8t2k3wh9wa9vc28tkt53zges,64900 -celestia1m58punvt32u07ra4p6x7krgxakye3m90xa2zr7,66750 -celestia139mu0a0ucz0gmrkavm5wjar2lpx7yvxq5xgd0j,65900 -celestia1cqgzxhn3dqd58xexz8yley2wntdvym4e7awcmc,65000 -celestia1mhux0vt6qszz8qwv8axggt02jjm7tuvdvgq835,63400 -celestia17h2x3j7u44qkrq0sk8ul0r2qr440rwgjzhd27f,65300 -celestia1eualhqh07w7p45g45hvrjagkcxsfnflzg3kt5w,65100 -celestia1vl3dkus7g0cj4lg0e2jrqk2reukmlht0uxup4n,64500 -celestia1l0zmpm02u240crndlj7hkvlj5azuglv4uytp5d,64500 -celestia1vlugkygcx9dng7lsc03wjw997zq855xytylgh5,64500 -celestia1pmn4cjwf26hkcpvyl322glhpdpcemcelz8ln6e,64500 -celestia1nwu3ugynh8m6r7aphv0uxnca84t7gnrufmxqn7,64500 -celestia15urq2dtp9qce4fyc85m6upwm9xul3049d30meq,62000 -celestia1e2p4u5vqwgum7pm9vhp0yjvl58gvhfc6pkljcn,64400 \ No newline at end of file +celestia14ntfv0qkg8522xe0pvrfgqxcmnj5x466fcqgae,108900000000 +celestia1j2jq259d3rrc24876gwxg0ksp0lhd8gys65rxd,101900000000 +celestia1ac4mnwg79gyvd0x5trl2fgjv07lgfas00dtggp,98400000000 +celestia1vl2ef86uxflhdy2qvy9f7qdpwzuw5jmar6gejm,93900000000 +celestia1rq8kvlncjvs42hmrx90dcff2tdshj5k75mqwew,93400000000 +celestia1cs37tvmahavw8xcnzcgyz342sh0al37mc2qetd,78150000000 +celestia1m07mptc7nhz2qk55qa8xeyqt992sktddw354an,77900000000 +celestia17p8y0sm76zhrtjny98tknevafvlq9860ugx05h,76950000000 +celestia1zdrz4w2pwwffdvmpum0626vycel9caayqvncfe,75950000000 +celestia1rrkk74mgyn2ylf5q27zwe8069n2qfyelnlvmgt,74400000000 +celestia1vdp8q3v72mntewqqak56yk3gzz7h5ukmumeups,72900000000 +celestia1un77nfm6axkhkupe8fk4xl6fd4adz3y5qk7ph6,72900000000 +celestia1t345w0vxnyyrf4eh43lpd3jl7z378rtsgv8j5h,72900000000 +celestia1kl5nxl54xt3g6k5k4zlk48udfcx8gkz2kkvm7e,72150000000 +celestia1wu24jxpn9j0580ehjz344d58cf3t7lzrxhzz99,70650000000 +celestia19kr4f4ndyek6kwa0vt3w4un8he0tkekuvz9juw,69900000000 +celestia1hm2d8e6nd5ngtlte3hlded03vgj3rer9sne5de,69900000000 +celestia1ekr44a2fss4emywwke36cuem46fmatdvtt5f8s,69400000000 +celestia1vfkgjmjxkvj0kfnzf5jkjzkj7wn3ms8dzwatqk,68450000000 +celestia1evu846d408jdz5ju4883gtq9pnjvs8hzq8z2c9,66400000000 +celestia187fhh435s76juewsmrey5yv3ljq4vpptmahqvr,67700000000 +celestia1gm7txvnd539ruc86mkz2sgnz3r456e86d6rffn,67700000000 +celestia1qdfdh8stxpkj4zz46x2n9ejyyy9h0c86s4kaya,67700000000 +celestia1yknsyf9ws4ugtv3r9g43kwqkne4zmrupae4xa3,66000000000 +celestia1q8teur40emyun60et4wh5z6yj5669stg8cyfzr,67200000000 +celestia1dlsl4u42ycahzjfwc6td6upgsup9tt7c8cwedn,66900000000 +celestia19f0w9svr905fhefusyx4z8sf83j6et0g3p3ppp,66900000000 +celestia1ryyzale2qcp3e35k0ze3kc0mpfdtw9jad8jf8s,66900000000 +celestia17srrapx2cvqyyy4rg3menq0hn86py8f3nqmxpe,66900000000 +celestia1cmaga4f6f7pttuwzfldn9067ld3090uw2xcmkp,66900000000 +celestia1pavac9yrlgwyw6v9yx84sttc96n9ee9zxdln2c,66900000000 +celestia1yxrf303ewxrwndex9cxj0mg24vekrpqshuaxjh,66900000000 +celestia1nttcw852wga4y4gww3hu70djg9d4fu4ca6ak38,66900000000 +celestia1djqecw6nn5tydxq0shan7srv8j65clsf7vypl6,66900000000 +celestia1vfydl5r98zev8xc7j0mus28r63jcklsulww9t3,66900000000 +celestia1cydgz3dtxpqd8j8t2k3wh9wa9vc28tkt53zges,64900000000 +celestia1m58punvt32u07ra4p6x7krgxakye3m90xa2zr7,66750000000 +celestia139mu0a0ucz0gmrkavm5wjar2lpx7yvxq5xgd0j,65900000000 +celestia1cqgzxhn3dqd58xexz8yley2wntdvym4e7awcmc,65000000000 +celestia1mhux0vt6qszz8qwv8axggt02jjm7tuvdvgq835,63400000000 +celestia17h2x3j7u44qkrq0sk8ul0r2qr440rwgjzhd27f,65300000000 +celestia1eualhqh07w7p45g45hvrjagkcxsfnflzg3kt5w,65100000000 +celestia1vl3dkus7g0cj4lg0e2jrqk2reukmlht0uxup4n,64500000000 +celestia1l0zmpm02u240crndlj7hkvlj5azuglv4uytp5d,64500000000 +celestia1vlugkygcx9dng7lsc03wjw997zq855xytylgh5,64500000000 +celestia1pmn4cjwf26hkcpvyl322glhpdpcemcelz8ln6e,64500000000 +celestia1nwu3ugynh8m6r7aphv0uxnca84t7gnrufmxqn7,64500000000 +celestia15urq2dtp9qce4fyc85m6upwm9xul3049d30meq,62000000000 +celestia1e2p4u5vqwgum7pm9vhp0yjvl58gvhfc6pkljcn,64400000000 \ No newline at end of file diff --git a/celestia/peer.txt b/celestia/peer.txt deleted file mode 100644 index 876f51d9..00000000 --- a/celestia/peer.txt +++ /dev/null @@ -1 +0,0 @@ -2f05b07cde80c5b08ee0159658f7977c7765f966@148.113.17.55:26756 \ No newline at end of file diff --git a/celestia/peers.txt b/celestia/peers.txt index eda2a86b..17aa82ab 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -4,3 +4,4 @@ f5bce79feec9068154e7f50fe8db7a8191a58663@82.220.38.204:10056 629c36a551ee1a3c8bb3ecee6e00a9977a60e53e@65.108.46.248:56656 d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656 a41b4bc451b1b71d537aa1018226e08d7fa7e44e@5.255.77.44:26656 +2f05b07cde80c5b08ee0159658f7977c7765f966@148.113.17.55:26756 \ No newline at end of file From 85348207db6a2af54f5c03a6c8005e028effe9b2 Mon Sep 17 00:00:00 2001 From: Pongchai Tangbowonweerakun Date: Tue, 24 Oct 2023 19:09:45 +0700 Subject: [PATCH 48/93] Update gentx-ContributionDAO.json --- celestia/gentx/gentx-ContributionDAO.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/celestia/gentx/gentx-ContributionDAO.json b/celestia/gentx/gentx-ContributionDAO.json index 67d27128..2bdca2a3 100644 --- a/celestia/gentx/gentx-ContributionDAO.json +++ b/celestia/gentx/gentx-ContributionDAO.json @@ -5,10 +5,10 @@ "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", "description": { "moniker": "ContributionDAO", - "identity": "", - "website": "", + "identity": "3034BD2560DD86B4", + "website": "https://contributiondao.com", "security_contact": "", - "details": "" + "details": "Bootstrapping Quality Talents and Onboarding Users to the Projects for making opportunities in Web 3.0 accessible to everyone." }, "commission": { "rate": "0.100000000000000000", @@ -24,7 +24,7 @@ }, "value": { "denom": "utia", - "amount": "9000000" + "amount": "60000000000" } } ], @@ -57,6 +57,6 @@ "tip": null }, "signatures": [ - "JonWbqbn/FdujgtZekcydjk+qRTmMtg2475ajBM669YlheEhXSI5Lnm2B41SW3P4rnvqfRULQMd4IXuHjqs4Uw==" + "ESTEmLIJIzFhCrttczelyjZp6tEyDBxrkUPni4elHyxE3K00a2sI4145PRmx50KAFcNCdc9OSOxDSuhauN1dvQ==" ] } From dc30693b1c86ae9688f007a380d7649ae9bafc55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20J=C4=99drzejewski?= <33068017+matilote@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:09:44 +0200 Subject: [PATCH 49/93] Add Twinstake peers.txt --- celestia/peers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/celestia/peers.txt b/celestia/peers.txt index 589f937f..595315b5 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -8,3 +8,4 @@ f5bce79feec9068154e7f50fe8db7a8191a58663@82.220.38.204:10056 d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656 a41b4bc451b1b71d537aa1018226e08d7fa7e44e@5.255.77.44:26656 2f05b07cde80c5b08ee0159658f7977c7765f966@148.113.17.55:26756 +5001de72be39622c9dc34f2117eccc3f3fca8a7a@celestia-mainnet-01.twinstake.io:26756 From 36fe80ce4cfd818f108c84df3ddc4d49c1ff55e5 Mon Sep 17 00:00:00 2001 From: shivlim <7029732+shivlim@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:11:41 +0100 Subject: [PATCH 50/93] Added 4sv peer (#424) Co-authored-by: Ismail Khoffi --- celestia/gentx/4sv.json | 62 +++++++++++++++++++++++++++++++++++++++++ celestia/peers.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/4sv.json diff --git a/celestia/gentx/4sv.json b/celestia/gentx/4sv.json new file mode 100644 index 00000000..4678d976 --- /dev/null +++ b/celestia/gentx/4sv.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "4sv", + "identity": "2B65B2317C499E16", + "website": "https://www.4sv.io/", + "security_contact": "sumne@4sv.io", + "details": "4SV invests in nascent blockchain companies and advances the growth of their transformative technologies." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1vlugkygcx9dng7lsc03wjw997zq855xytylgh5", + "validator_address": "celestiavaloper1vlugkygcx9dng7lsc03wjw997zq855xywma3pj", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "Ri715K13nR7tANI+KZOUCJJn3o61aO0bJT2IrrXb7kQ=" + }, + "value": { + "denom": "utia", + "amount": "51600000000" + } + } + ], + "memo": "be5ea8954fa452ad464ae8a7067f01bf5a0da556@147.135.144.53:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Anm7sLFVwXl5q6fSM0DeDh2sLrQFqUEH5R66yq553j8F" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "kp60oBHcDqOXadSzN7vMgJLkXBGkvGv/6kHSN2zIkhVTfrNQ1P8NwCtuAHcpFbJvR0vpkIl9uqyZePkxMocCqg==" + ] +} diff --git a/celestia/peers.txt b/celestia/peers.txt index 98cce97c..5bd249c2 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1,3 +1,4 @@ +be5ea8954fa452ad464ae8a7067f01bf5a0da556@147.135.144.53:26656 95c00bb9f24e907891e9a98c4ad506af093a7944@87.106.237.243:26656 4ad28c8a0b04bac4aac441b105c815c449e2182f@65.108.61.189:26656 c7dac72f630d2b3c3354ed664bcd6704a8f9e627@51.79.229.177:26656 From 90fe03afed91b386fad7590cd3c6d7fc1b152ebb Mon Sep 17 00:00:00 2001 From: kooltek68 <80048456+travellingsoldier85@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:17:13 +0700 Subject: [PATCH 51/93] kooltek68 gentx and peer for celestia chain (#419) * Add kooltek68 gentx * Add kooltek68 peer --------- Co-authored-by: Ismail Khoffi Co-authored-by: John Adler --- celestia/gentx/kooltek68.json | 62 +++++++++++++++++++++++++++++++++++ celestia/peers.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/kooltek68.json diff --git a/celestia/gentx/kooltek68.json b/celestia/gentx/kooltek68.json new file mode 100644 index 00000000..1bb67539 --- /dev/null +++ b/celestia/gentx/kooltek68.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "kooltek68", + "identity": "2B1788BD8D14A3AF", + "website": "https://linktr.ee/datalac", + "security_contact": "kooltek68@yahoo.com", + "details": "We have a duty to be optimistic. Becoz the future is open, not predetermined and therefore cannot just be accepted: we are all responsible for what it holds. Thus it is our duty to Fight for a Better World." + }, + "commission": { + "rate": "0.080000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1ax83exaawlmy5p2qn22gcynrchwdntt5rnskk6", + "validator_address": "celestiavaloper1ax83exaawlmy5p2qn22gcynrchwdntt5xvj0qu", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "UP2MGLh3O4qD++Hj/79KPUouhtdExHxcVa/zmvGZ/uw=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "bb72dcd76b96214c4e647a1ebfe47c9e541d5325@185.182.186.202:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AmVo1c9OmwySsEmOE4hol0J/QETyRQhbd9i4sYxkkFn1" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "d5EQCtTrR6wl7mMlv7fO1GBiSqRQgvlhAI0/nE3PYowmE3o3C9aA3xNF7AwuDZjfb3yABDxxWAxJ9aS03wcUQA==" + ] +} diff --git a/celestia/peers.txt b/celestia/peers.txt index 5bd249c2..ecbe1480 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1,3 +1,4 @@ +bb72dcd76b96214c4e647a1ebfe47c9e541d5325@185.182.186.202:26656 be5ea8954fa452ad464ae8a7067f01bf5a0da556@147.135.144.53:26656 95c00bb9f24e907891e9a98c4ad506af093a7944@87.106.237.243:26656 4ad28c8a0b04bac4aac441b105c815c449e2182f@65.108.61.189:26656 From 5302fc7d611be50e597b209b229ef87da660ddb2 Mon Sep 17 00:00:00 2001 From: curlycrypto184 <57609195+curlycrypto184@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:23:47 +0800 Subject: [PATCH 52/93] Added StakeWithUs gentx (#402) * Added StakeWithUs gentx * Added StakeWithUs peer --------- Co-authored-by: Poh YH Co-authored-by: Yaz Khoury Co-authored-by: Ismail Khoffi Co-authored-by: John Adler --- celestia/gentx/StakeWithUs.json | 62 +++++++++++++++++++++++++++++++++ celestia/peers.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/StakeWithUs.json diff --git a/celestia/gentx/StakeWithUs.json b/celestia/gentx/StakeWithUs.json new file mode 100644 index 00000000..fda8c8e1 --- /dev/null +++ b/celestia/gentx/StakeWithUs.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "StakeWithUs", + "identity": "609F83752053AD57", + "website": "https://stakewith.us", + "security_contact": "node@stakewith.us", + "details": "Secured Staking Made Easy. Put Your Crypto to Work - Hassle Free. Disclaimer: Delegators should understand that delegation comes with slashing risk. By delegating to StakeWithUs Pte Ltd, you acknowledge that StakeWithUs Pte Ltd is not liable for any losses on your investment." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1c9ye54e3pzwm3e0zpdlel6pnavrj9qqvhxzwea", + "validator_address": "celestiavaloper1c9ye54e3pzwm3e0zpdlel6pnavrj9qqvjeqh0m", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "HRbnBq6RQdMLnVE81prrgNiCEA5i5uFqidQtleYktOA=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "be69f32ec9bf6d00bf95e6327578b2326bae5a41@192.168.50.188:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AvRbF677Kei9tPt9vn3EZXmDxr8XvZtqIZpaM+U4BVoI" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "vZs3ukXKr26EGi91/s4gHCzyk2M75R+gPJZpn6rJcAUJyhCaWkzfUsNzJjg8O6lNgABw/dcyD8rpiifDn3ACFw==" + ] +} diff --git a/celestia/peers.txt b/celestia/peers.txt index ecbe1480..fae0843b 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1,3 +1,4 @@ +4ebe56795fc5da1c0dc5f7acd5760d5c8fd4d250@5.9.87.216:33357 bb72dcd76b96214c4e647a1ebfe47c9e541d5325@185.182.186.202:26656 be5ea8954fa452ad464ae8a7067f01bf5a0da556@147.135.144.53:26656 95c00bb9f24e907891e9a98c4ad506af093a7944@87.106.237.243:26656 From cbc7abc30e3c284256f9d0aa85cb7aecc3a79d35 Mon Sep 17 00:00:00 2001 From: Conqueror <94050636+DasRasyo@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:39:29 +0300 Subject: [PATCH 53/93] Add Conqueror gentx & peer (#434) * Create Conqueror.json * Update peers.txt --------- Co-authored-by: Ismail Khoffi --- celestia/gentx/Conqueror.json | 62 +++++++++++++++++++++++++++++++++++ celestia/peers.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/Conqueror.json diff --git a/celestia/gentx/Conqueror.json b/celestia/gentx/Conqueror.json new file mode 100644 index 00000000..13df5d0c --- /dev/null +++ b/celestia/gentx/Conqueror.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Conqueror", + "identity": "EAD22B173DE57E6A", + "website": "https://github.com/DasRasyo", + "security_contact": "https://t.me/DasRasyo || conqueror.prime", + "details": "Stake with me" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia10f8l8m4879h40848rsvxat797t3a5ghgg0s35e", + "validator_address": "celestiavaloper10f8l8m4879h40848rsvxat797t3a5ghgdsjgzl", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "yT3q+LmNieKBkE7iFs5txYaRqHwxuYgCUqPthe4Jm/Y=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "c1c92e14d641a6368627da662b96ff77135e4754@185.182.193.20:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A06YuJ6TiyixPJhki+7xXTnPiFpR/Y2b8EH82GYUqKyh" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "0jzRByrcxWur7U4+vucUvCxLiM75jzjPDz/It3/4LzUqOomDWiHwfZollxxsR/Z9wNtCaawNv2n2w7/4iIWprA==" + ] +} diff --git a/celestia/peers.txt b/celestia/peers.txt index fae0843b..9f643df0 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -1,3 +1,4 @@ +c1c92e14d641a6368627da662b96ff77135e4754@185.182.193.20:26656 4ebe56795fc5da1c0dc5f7acd5760d5c8fd4d250@5.9.87.216:33357 bb72dcd76b96214c4e647a1ebfe47c9e541d5325@185.182.186.202:26656 be5ea8954fa452ad464ae8a7067f01bf5a0da556@147.135.144.53:26656 From e5739da0595e6774e3f9306b9c5b47cb902728f9 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Tue, 24 Oct 2023 17:22:24 +0200 Subject: [PATCH 54/93] Update validate-validator-github.yml (#460) --- .github/workflows/validate-validator-github.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-validator-github.yml b/.github/workflows/validate-validator-github.yml index ee89b0ee..048fa6c3 100644 --- a/.github/workflows/validate-validator-github.yml +++ b/.github/workflows/validate-validator-github.yml @@ -10,6 +10,7 @@ jobs: pull-requests: write env: VALIDATOR_LIST: ( + "nodebreaker0-0", "silviugae", "tiagocmachado", "EdouardLvdl", From ef586e62b40a450ccf1c39d741030302122913be Mon Sep 17 00:00:00 2001 From: STAKEME <79249177+stakemepro@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:02:33 +1000 Subject: [PATCH 55/93] Add gentx STAKEME (#462) * Create gentx STAKEME.json * Create peer STAKEME.txt --------- Co-authored-by: Ismail Khoffi --- celestia/STAKEME.txt | 1 + celestia/gentx/STAKEME.json | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/STAKEME.txt create mode 100644 celestia/gentx/STAKEME.json diff --git a/celestia/STAKEME.txt b/celestia/STAKEME.txt new file mode 100644 index 00000000..783cfb4d --- /dev/null +++ b/celestia/STAKEME.txt @@ -0,0 +1 @@ +fef05ab5f892d8c85c13e08f49935f1b0077efd0@95.163.230.31:26656 diff --git a/celestia/gentx/STAKEME.json b/celestia/gentx/STAKEME.json new file mode 100644 index 00000000..31f82abf --- /dev/null +++ b/celestia/gentx/STAKEME.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "STAKEME", + "identity": "5EAD753536BB995C", + "website": "https://stakeme.pro", + "security_contact": "team@stakeme.pro", + "details": "STAKEME helps web 3.0 projects to test their product, and provide the most efficient development support" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1vfkgjmjxkvj0kfnzf5jkjzkj7wn3ms8dzwatqk", + "validator_address": "celestiavaloper1vfkgjmjxkvj0kfnzf5jkjzkj7wn3ms8d83ljks", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "UgfOzR+CtVCvvxeYtxP2aslAUA8SHYkk//FmgzmB0pg=" + }, + "value": { + "denom": "utia", + "amount": "58180000000" + } + } + ], + "memo": "d07d7dcf21dcfd3e13573ee0afedbd0c6bf08b64@0.0.0.0:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Aq1twKCP648LJT5nLUO19jKj7kY2uqatuttKUZYStNb7" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "9xK/5aJd1HzTJP5iOh1PaK6pljZfTsXlrWBqm7s+Z8dPhxgTV5hu+xQK0qUXpOSs7nzYgHKnT13sbynnVcYBGw==" + ] +} From bf4ff9fa585d676afc80aa0a4547c02041bc4a0a Mon Sep 17 00:00:00 2001 From: easy2stake <59844152+easy2stake@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:07:30 +0300 Subject: [PATCH 56/93] Adding Easy2Stake GENTX and peer information (#442) * Adding Easy2Stake genesis file * Update peers.txt with Easy2Stake info * Update and rename peers.txt to easy2stake.txt * Revert "Update and rename peers.txt to easy2stake.txt" This reverts commit 961c4d08ba0d3da1250d09e7b28e4d94da4b9aae. * Revert "Update peers.txt with Easy2Stake info" This reverts commit 4c47744aa9707f8a78a6db214be700e388a1d6eb. * Create easy2stake.txt --------- Co-authored-by: Alex Co-authored-by: Ismail Khoffi Co-authored-by: John Adler --- celestia/easy2stake.txt | 1 + celestia/gentx/easy2stake.json | 62 ++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/easy2stake.txt create mode 100644 celestia/gentx/easy2stake.json diff --git a/celestia/easy2stake.txt b/celestia/easy2stake.txt new file mode 100644 index 00000000..c31a00f6 --- /dev/null +++ b/celestia/easy2stake.txt @@ -0,0 +1 @@ +4ebfc1fac7a646105956ee563ea0d760e3099269@celestia-peer1.easy2stake.com:26756 \ No newline at end of file diff --git a/celestia/gentx/easy2stake.json b/celestia/gentx/easy2stake.json new file mode 100644 index 00000000..e2e2a384 --- /dev/null +++ b/celestia/gentx/easy2stake.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Easy 2 Stake", + "identity": "2C877AC873132C91", + "website": "https://www.easy2stake.com/", + "security_contact": "", + "details": "Complete transparency and trust with a secure and stable validator." + }, + "commission": { + "rate": "0.060000000000000000", + "max_rate": "0.120000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1un77nfm6axkhkupe8fk4xl6fd4adz3y5qk7ph6", + "validator_address": "celestiavaloper1un77nfm6axkhkupe8fk4xl6fd4adz3y59fucpu", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "RxfIMOqG/8D+oPuCMci22JH4xG8ss8JyIYswkBlYwgc=" + }, + "value": { + "denom": "utia", + "amount": "72500000000" + } + } + ], + "memo": "372f0ee5553cf34fc5cf9fc6294f42b09048fb1b@10.100.115.28:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Assi/5PcNG/DcjJfgyk4Z6H/jejuU8ICpnHPHVcNyOKo" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "F94ivA3oN1FX3lKxsQMoW/SF5+KmFfTjpCOmtf56dDNTQwXB/uYWf8F8HB0xcI+i2k+PIAYH5W0lcwyfBGhQuw==" + ] +} From 2127a73c3b1250db8f522a22644ada32857a2bc3 Mon Sep 17 00:00:00 2001 From: JeseonLEE Date: Wed, 25 Oct 2023 01:21:14 +0900 Subject: [PATCH 57/93] Add B-Harvest gentx (#461) * Add B-Harvest gentx * Update B-Harvest.json --- celestia/B-Harvest.txt | 1 + celestia/gentx/B-Harvest.json | 62 +++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/B-Harvest.txt create mode 100644 celestia/gentx/B-Harvest.json diff --git a/celestia/B-Harvest.txt b/celestia/B-Harvest.txt new file mode 100644 index 00000000..e3602758 --- /dev/null +++ b/celestia/B-Harvest.txt @@ -0,0 +1 @@ +7d5767dfe229d6b82246165c1c353a56a6da1983@54.177.201.19:26656 \ No newline at end of file diff --git a/celestia/gentx/B-Harvest.json b/celestia/gentx/B-Harvest.json new file mode 100644 index 00000000..48006233 --- /dev/null +++ b/celestia/gentx/B-Harvest.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "B-Harvest", + "identity": "8957C5091FBF4192", + "website": "https://bharvest.io", + "security_contact": "contact@bharvest.io", + "details": "B-Harvest focus on the value of high standard security & stability, active community participation on Cosmos Network, and real world practical use-case of blockchain technology." + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia14ntfv0qkg8522xe0pvrfgqxcmnj5x466fcqgae", + "validator_address": "celestiavaloper14ntfv0qkg8522xe0pvrfgqxcmnj5x466v8z3tl", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "LlPYsY3SJVZpj453ugU31a+Ue/++MSbgh0PgsI+iuhs=" + }, + "value": { + "denom": "utia", + "amount": "108800000000" + } + } + ], + "memo": "7d5767dfe229d6b82246165c1c353a56a6da1983@138.3.67.156:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Anh1x2nyktoquD5/fhG/H8Q0T6KVL4qVvnQ6QiJvBwlI" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "MqzGS4nl7OPk6ihmu6Nx/nPgZQWD0qjISuL5pZmMxPJ+69WvouSwl4nUIH8ngfgx7Tp1uRAao473kIJSc8Yy5A==" + ] +} From 7f4b692f0654ea03743b49e90413801f8f0fdd22 Mon Sep 17 00:00:00 2001 From: NakoTurk Date: Tue, 24 Oct 2023 19:31:44 +0300 Subject: [PATCH 58/93] Gentx & Peer NakoTurk (#436) * Create NakoTurk.json * Create peers.txt * Update NakoTurk.json * Update NakoTurk.json * Add files via upload * Update NakoTurk.json * Update peers.txt * Rename peers.txt to NakoTurk.txt * Create NakoTurk.txt * Delete celestia/gentx/NakoTurk.txt --------- Co-authored-by: Ismail Khoffi --- celestia/NakoTurk.txt | 1 + celestia/gentx/NakoTurk.json | 62 ++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/NakoTurk.txt create mode 100644 celestia/gentx/NakoTurk.json diff --git a/celestia/NakoTurk.txt b/celestia/NakoTurk.txt new file mode 100644 index 00000000..74f82ccb --- /dev/null +++ b/celestia/NakoTurk.txt @@ -0,0 +1 @@ +1d824f2cf4df9c9da98c120b78be3f4319a1d7ff@46.4.23.42:26656 diff --git a/celestia/gentx/NakoTurk.json b/celestia/gentx/NakoTurk.json new file mode 100644 index 00000000..9e1b7fed --- /dev/null +++ b/celestia/gentx/NakoTurk.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "NakoTurk", + "identity": "CD2574B68358E7B3", + "website": "https://github.com/okannako", + "security_contact": "cryptochainnakoturk@gmail.com", + "details": "Validator | Node Runner | Crypto and Blockchain Enthusiast πŸ”—" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1pnzrk7yzx0nr9xrcjyswj7ram4qxlrfz0cy49u", + "validator_address": "celestiavaloper1pnzrk7yzx0nr9xrcjyswj7ram4qxlrfz28xvn6", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "wABEWz0WhQoHosUoSM0nw86u261vJiikQ2jgCQ0mNYk=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "1d824f2cf4df9c9da98c120b78be3f4319a1d7ff@46.4.23.42:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "As8v1Yy3cZpQG2Cq9UIAmgm5EvutOdbirgTKOMfRNar2" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "Lbbwq9/5sxXhMqJ3cfcr1ogeDCk6IiLeLVQ0epoOHdUuIvUw4S0YQCZR0syQem745JjtJmaWSup8lCsNO8TN0A==" + ] +} From 2a53308ea54a74e99bacbf168b91b950dcefb9ba Mon Sep 17 00:00:00 2001 From: jmc000 <55138306+jmc000@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:43:18 -0500 Subject: [PATCH 59/93] add Node Guardians gentx (#423) --- celestia/gentx/node-guardians.json | 62 ++++++++++++++++++++++++++++++ celestia/node-guardians.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/node-guardians.json create mode 100644 celestia/node-guardians.txt diff --git a/celestia/gentx/node-guardians.json b/celestia/gentx/node-guardians.json new file mode 100644 index 00000000..d948b525 --- /dev/null +++ b/celestia/gentx/node-guardians.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Node Guardians", + "identity": "26FE476C84A3C760", + "website": "nodeguardians.io", + "security_contact": "admin@nodeguardians.io", + "details": "Celestia Network is under the watchful eyes of the Node Guardians, delivering protection and rewards - nodeguardians.io" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1m58punvt32u07ra4p6x7krgxakye3m90xa2zr7", + "validator_address": "celestiavaloper1m58punvt32u07ra4p6x7krgxakye3m90rzgm4c", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "YYCXr43pteNhGfV5nFA4UQQTU/ldof/3N/8TiTCiGUY=" + }, + "value": { + "denom": "utia", + "amount": "66700000000" + } + } + ], + "memo": "094e037734702dc0803a58a10b50fc3bb46c7e73@0.0.0.0:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Aittcerd0j6ZMH0skLzfKC++FPPr2CN6zKREOSwmCYDj" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "3HfzI1f/vG/7mgv0czU1b0Gb6dYmCnICI6ala3mbMnQJQg6ZAp8Yk3JNS0juwnD1kchlqeiejfzU55AgqWDy5g==" + ] +} diff --git a/celestia/node-guardians.txt b/celestia/node-guardians.txt new file mode 100644 index 00000000..917c204f --- /dev/null +++ b/celestia/node-guardians.txt @@ -0,0 +1 @@ +094e037734702dc0803a58a10b50fc3bb46c7e73@51.210.34.156:26656 From 9b2cc5520ec67a90d935a2c94379dfb23ecfbc6a Mon Sep 17 00:00:00 2001 From: "richard@stakingcabin" <89649113+richard-stakingcabin@users.noreply.github.com> Date: Wed, 25 Oct 2023 00:51:26 +0800 Subject: [PATCH 60/93] add StakingCabin gentx and peer (#464) * add StakingCabin gentx and peer * add StakingCabin gentx and peer --- celestia/StakingCabin.txt | 2 ++ celestia/gentx/StakingCabin.json | 62 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 celestia/StakingCabin.txt create mode 100644 celestia/gentx/StakingCabin.json diff --git a/celestia/StakingCabin.txt b/celestia/StakingCabin.txt new file mode 100644 index 00000000..41096b4e --- /dev/null +++ b/celestia/StakingCabin.txt @@ -0,0 +1,2 @@ +0015a3241645e7029804f5e363cdc1822eb0797b@mainnet.celestia.stakingcabin.com:26656 + diff --git a/celestia/gentx/StakingCabin.json b/celestia/gentx/StakingCabin.json new file mode 100644 index 00000000..49fdcc27 --- /dev/null +++ b/celestia/gentx/StakingCabin.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "StakingCabin", + "identity": "C0522DF992B0C407", + "website": "https://stakingcabin.com", + "security_contact": "richard@stakingcabin.com", + "details": "StakingCabin" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1vdp8q3v72mntewqqak56yk3gzz7h5ukmumeups", + "validator_address": "celestiavaloper1vdp8q3v72mntewqqak56yk3gzz7h5ukmeym9hk", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "e4g7CnAmtrrq6E3b03itBdoxVblOnwyTAwkshzoV9QU=" + }, + "value": { + "denom": "utia", + "amount": "72800000000" + } + } + ], + "memo": "0015a3241645e7029804f5e363cdc1822eb0797b@172.31.23.140:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A4Gccxdh3893NKftGH1dGs+ndKOsZXfo5D4AQxhNYCKj" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "FlR8X6IFE+CW2xi9pebP6yPbEM1xFjcjWrWkmaX37eZ4pAsnczi8PAptksMbE883dr0mAe2dXQ5Of5j4CDOwmg==" + ] +} From a450356d032432d3d0990d109c6448d8c2b07e4a Mon Sep 17 00:00:00 2001 From: Jim | wavefive <59484786+cryptovestor21@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:53:17 +0100 Subject: [PATCH 61/93] Wavefive gentx and peers (#465) * Create wavefive.txt * Add files via upload --- celestia/gentx/wavefive.json | 62 ++++++++++++++++++++++++++++++++++++ celestia/wavefive.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/wavefive.json create mode 100644 celestia/wavefive.txt diff --git a/celestia/gentx/wavefive.json b/celestia/gentx/wavefive.json new file mode 100644 index 00000000..2485c375 --- /dev/null +++ b/celestia/gentx/wavefive.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "wavefive", + "identity": "6050863ECCF387E4", + "website": "https://wavefive.co", + "security_contact": "hello@wavefive.co", + "details": "Wavefive - We work for protocols and protocols work for us" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1cmaga4f6f7pttuwzfldn9067ld3090uw2xcmkp", + "validator_address": "celestiavaloper1cmaga4f6f7pttuwzfldn9067ld3090uw0e6zq8", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "YT4/Xc+fP+1EvVhq9WsivOJgFr/+Vit8On8H3PDY9cY=" + }, + "value": { + "denom": "utia", + "amount": "53520000000" + } + } + ], + "memo": "b833d0cac06e9831550f3273de21792cec23211d@78.46.21.248:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AuaDNqb3EOSIHTvjE4ksCHkFBKmmCZxEhXDfs+PrrkN9" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "0Of2cmVA4YbZ85hRu5oLjUtCruCRw287aRIoiHz2+bloE0+Jk7YrJynTfMGvysACqbXaAxr/cBNhb+o674GVaQ==" + ] +} \ No newline at end of file diff --git a/celestia/wavefive.txt b/celestia/wavefive.txt new file mode 100644 index 00000000..6ebc05c7 --- /dev/null +++ b/celestia/wavefive.txt @@ -0,0 +1 @@ +b833d0cac06e9831550f3273de21792cec23211d@78.46.21.248:26656 From 1f2dba3630663a1a550791a1df8a9f8ca84b9e2d Mon Sep 17 00:00:00 2001 From: Northa Date: Tue, 24 Oct 2023 20:31:33 +0300 Subject: [PATCH 62/93] add alphab gentx. update peers (#457) * add alphab gentx. update peers.txt * revert peers.txt. create alphab.txt with peer info --------- Co-authored-by: Ismail Khoffi --- celestia/alphab.txt | 1 + celestia/gentx/alphab.json | 62 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/alphab.txt create mode 100644 celestia/gentx/alphab.json diff --git a/celestia/alphab.txt b/celestia/alphab.txt new file mode 100644 index 00000000..cf446fad --- /dev/null +++ b/celestia/alphab.txt @@ -0,0 +1 @@ +890940193b592e7b53b882b62bf85d7a25190192@51.222.244.105:26656 \ No newline at end of file diff --git a/celestia/gentx/alphab.json b/celestia/gentx/alphab.json new file mode 100644 index 00000000..54b0d477 --- /dev/null +++ b/celestia/gentx/alphab.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "alphab.ai", + "identity": "", + "website": "https://alphab.ai/s/m/celestia/", + "security_contact": "https://t.me/intelix", + "details": "Analytics & staking dashboard" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1v987evnk7hsqct7smdqpxqprhvlcxgt45fxqc7", + "validator_address": "celestiavaloper1v987evnk7hsqct7smdqpxqprhvlcxgt43kyewc", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "1NfzJ7SfbqNONm8nVvSkvUhl9srbpv1NrOerb3LFJmI=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "ce62c77109abd6d8ebdd82c3f11b93120e0f4f6a@0.0.0.0:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AxqR5FqIngkOEoNQc2f1gxbe4Wwh1JTKvbUdQFQzOByT" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "QTcZ4oWPo7BbQFP4Z2IHOsIK2Fgl1gbEuy1LO8572NcJ3c+FA3MwHc+HUi1jAIX/iqXGN/lTVqjj9oiTacgliw==" + ] +} From fd38696901d10935894cab8f492a63805024b461 Mon Sep 17 00:00:00 2001 From: Hyung-Gi <42402378+kim201212@users.noreply.github.com> Date: Wed, 25 Oct 2023 03:02:14 +0900 Subject: [PATCH 63/93] Add DSRV gentx (#418) * Add DSRV gentx Add DSRV gentx Signed-off-by: Hyung-Kyu Choi * Add DSRV peer * Edit peers.txt to DSRV.txt * Remove peers.txti file change --------- Signed-off-by: Hyung-Kyu Choi Co-authored-by: Hyung-Kyu Choi --- celestia/DSRV.txt | 1 + celestia/gentx/DSRV.json | 62 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/DSRV.txt create mode 100644 celestia/gentx/DSRV.json diff --git a/celestia/DSRV.txt b/celestia/DSRV.txt new file mode 100644 index 00000000..1f593889 --- /dev/null +++ b/celestia/DSRV.txt @@ -0,0 +1 @@ +45779d388b18ad48d98c6ad54f35e95fe2a3b35a@165.22.30.175:26656 diff --git a/celestia/gentx/DSRV.json b/celestia/gentx/DSRV.json new file mode 100644 index 00000000..22356ef9 --- /dev/null +++ b/celestia/gentx/DSRV.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "DSRV", + "identity": "CC434B6FE536F51B", + "website": "https://dsrvlabs.com", + "security_contact": "validator@dsrvlabs.com", + "details": "DSRV is an integrated blockchain solutions company with the mission of enriching the crypto ecosystem via stronger connectivity. We strive to be your gateway to a suite of all-comprehensive blockchain services. Everything distributed, served complete." + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1vje2he3pcq3w5udyvla7zm9qd5yes6hzvkjts5", + "validator_address": "celestiavaloper1vje2he3pcq3w5udyvla7zm9qd5yes6hzffsjxj", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "n3OpFWpY1FDepbaqwB0dBVyzhozeN5TL1lL1cN2yEQo=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "45779d388b18ad48d98c6ad54f35e95fe2a3b35a@165.22.30.175:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "ApLykr6Yvg0DlyWbD6cyUC4WRk2wv/Lt/tfaDZ4XQqWA" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "GuK6B4ApSjSbaIlahx1hRChMutO76lyT6dLQXq2o3bgONpE/A5zvVpyG+uZnivtSzkbUIqOCdLsixxks9zovGQ==" + ] +} From 6ee298db60d48fb9c974105bd4724a0898e08ff1 Mon Sep 17 00:00:00 2001 From: maxzonder Date: Tue, 24 Oct 2023 21:16:31 +0300 Subject: [PATCH 64/93] Create MZONDER.json (#469) * Create MZONDER.json * Update MZONDER.json * Create MZONDER.txt --------- Co-authored-by: John Adler --- celestia/MZONDER.txt | 1 + celestia/gentx/MZONDER.json | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/MZONDER.txt create mode 100644 celestia/gentx/MZONDER.json diff --git a/celestia/MZONDER.txt b/celestia/MZONDER.txt new file mode 100644 index 00000000..47f5d46d --- /dev/null +++ b/celestia/MZONDER.txt @@ -0,0 +1 @@ +3c18baae029c2d39347ef77ac777fe6fd38bc1e6@176.9.48.38:20056 diff --git a/celestia/gentx/MZONDER.json b/celestia/gentx/MZONDER.json new file mode 100644 index 00000000..d7338ff7 --- /dev/null +++ b/celestia/gentx/MZONDER.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "MZONDER", + "identity": "931A47B46A0D32AA", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.090000000000000000", + "max_rate": "0.120000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1demcj83q7nxt6gtqxlu7qsmwqpt4jspj5za6nv", + "validator_address": "celestiavaloper1demcj83q7nxt6gtqxlu7qsmwqpt4jspj3alr92", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "9ExpHkbi6LQJu2GMfdHA2OzXLV/LKMZ9neZThB0mOrY=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "3c18baae029c2d39347ef77ac777fe6fd38bc1e6@127.0.0.7:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AmUV7ak8d4wLWTg/wj2SNShhY1LRsWJXrBOXOzIsKSl9" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "PHYzzqWQ+YbCg/scJSeHuUhl7HElNh+VQ0PqnWUaKd4jFAxCfYr6EeaOSmRi5N/J5qtgY+XOM9y2UH81lf08Qw==" + ] +} From 392d3ad4ce6ff6aa49e3266150d6e1941cc65a57 Mon Sep 17 00:00:00 2001 From: Nicolas Wainach Date: Tue, 24 Oct 2023 20:25:33 +0200 Subject: [PATCH 65/93] Add BitNordic Gentx & S.Peer (#476) Co-authored-by: Ismail Khoffi --- celestia/BitNordic.txt | 1 + celestia/gentx/BitNordic.json | 62 +++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/BitNordic.txt create mode 100644 celestia/gentx/BitNordic.json diff --git a/celestia/BitNordic.txt b/celestia/BitNordic.txt new file mode 100644 index 00000000..a89e07cb --- /dev/null +++ b/celestia/BitNordic.txt @@ -0,0 +1 @@ +de7a0953f9d5878604c077a54925167c120a97eb@141.95.65.115:26656 diff --git a/celestia/gentx/BitNordic.json b/celestia/gentx/BitNordic.json new file mode 100644 index 00000000..e0df01e5 --- /dev/null +++ b/celestia/gentx/BitNordic.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "BitNordic", + "identity": "8620B2B38D72599B", + "website": "https://bitnordic.com", + "security_contact": "info@bitnordic.com", + "details": "Your partner in staking & web3" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.120000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1slnzmhg3kwhc2c5y9atrt5jtmt3sauzzy2f325", + "validator_address": "celestiavaloper1slnzmhg3kwhc2c5y9atrt5jtmt3sauzzp4tguj", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "ptuoujxCDDF4+F0M5J7Gv8jwMwijkxFNmphxzxavcvM=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "de7a0953f9d5878604c077a54925167c120a97eb@141.95.65.115:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A1nz20Lk0+VWTf//MN4tGcW6+nwCkIeb/WtI+pmrzc3C" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "uoiS9Rgs+BleC/t/T+OtmiBbYWpV9KvjOznsYdIciXJLvuvo+P7vosQYDwq+O502q+ZmqTXgnjhneWAihfHEgg==" + ] +} \ No newline at end of file From 59b8be17cf4c6de3f201d4b89d9f726e8e27e439 Mon Sep 17 00:00:00 2001 From: Aviaone <105792641+AviaOne@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:44:41 +0200 Subject: [PATCH 66/93] AviaOne peers Celestia Mainnet (#467) Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> --- celestia/peers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/celestia/peers.txt b/celestia/peers.txt index 9f643df0..11f8ed3e 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -16,3 +16,4 @@ d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656 a41b4bc451b1b71d537aa1018226e08d7fa7e44e@5.255.77.44:26656 2f05b07cde80c5b08ee0159658f7977c7765f966@148.113.17.55:26756 5001de72be39622c9dc34f2117eccc3f3fca8a7a@celestia-mainnet-01.twinstake.io:26756 +9a82b9bc0ab0f15692952aa829c8ba7d2f55315f@78.46.93.125:26666 From dccfd6a1d8fcebc058b0a3026cebc7c0899eeabe Mon Sep 17 00:00:00 2001 From: Long <77162856+mgl2150@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:52:20 +0700 Subject: [PATCH 67/93] add Notional gentx and peer (#478) * add-Notional-Gentx * notional-peer --- celestia/gentx/Notional.json | 62 ++++++++++++++++++++++++++++++++++++ celestia/notional.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/Notional.json create mode 100644 celestia/notional.txt diff --git a/celestia/gentx/Notional.json b/celestia/gentx/Notional.json new file mode 100644 index 00000000..02e19695 --- /dev/null +++ b/celestia/gentx/Notional.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Notional", + "identity": "0E480E2B83B23D80", + "website": "https://notional.ventures", + "security_contact": "contact@notional.ventures", + "details": "High-quality in-house validation, relaying, and software engineering for the Cosmos" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1cydgz3dtxpqd8j8t2k3wh9wa9vc28tkt53zges", + "validator_address": "celestiavaloper1cydgz3dtxpqd8j8t2k3wh9wa9vc28tkt3wq30k", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "hykgLmpkKVGwfjJRxafw9ymRmckZ8b8bQ7LS6rrWi58=" + }, + "value": { + "denom": "utia", + "amount": "64000000000" + } + } + ], + "memo": "3b11e4123a9db23f72fb5828b3f5b101217ee43d@116.202.208.214:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A3mT8AccrOWPgsDXY4DpSP88CqnXp1P/yBdsol+9rNqk" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "8uMDdEA4OPl12W1Ycueuij1Mpl9UaX3P+pnE5qR/mChQqYqmcQYm38DaZ3m7UI4lq8YrQF+oofwEe/26RdcIUg==" + ] +} diff --git a/celestia/notional.txt b/celestia/notional.txt new file mode 100644 index 00000000..141b70b7 --- /dev/null +++ b/celestia/notional.txt @@ -0,0 +1 @@ +3b11e4123a9db23f72fb5828b3f5b101217ee43d@116.202.208.214:2600 From fef742c677e7b05230c5ec602e0ce999f3b2a57b Mon Sep 17 00:00:00 2001 From: "Imperator.co" <81272306+imperator-co@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:52:43 +0200 Subject: [PATCH 68/93] Add Imperator gentx & peers (#430) * Add imperator gentx * Add peers * Fix gentx jq-format * Correct jq formatted * Correct peers c/c directory --------- Co-authored-by: Ismail Khoffi --- celestia/gentx/imperator.json | 62 +++++++++++++++++++++++++++++++++++ celestia/peers.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/imperator.json diff --git a/celestia/gentx/imperator.json b/celestia/gentx/imperator.json new file mode 100644 index 00000000..67c00a7f --- /dev/null +++ b/celestia/gentx/imperator.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Imperator.co", + "identity": "0878BA6BE556C132", + "website": "https://imperator.co/", + "security_contact": "contact@imperator.co", + "details": "100% refund on downtime slashing -- Leading Proof-of-Stake Network Validator & Relayer" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.500000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1r5xt7twqmh39ky72f4txxjrhlt2z0qww7jlx37", + "validator_address": "celestiavaloper1r5xt7twqmh39ky72f4txxjrhlt2z0qwwmdal8c", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "P0Fju/UVVtGbxQ5CiwkQ5FssuintfgKz2ZIxcFYWMlk=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "88ccf3f3292189a0cc74e8a064844f2b21c8642d@192.168.1.25:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AraslphdObs8l/mSzfs8ainRl53RmIHZ1CL/NqE/oDWU" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "0cKEgGKczIb6IRlGnV+rPJux1BMg2735Ayq+JsR9g9UzgvaOHFUBDbMHkSeFLqmJEl9JqVsjvvPJE4h/VkPyrQ==" + ] +} diff --git a/celestia/peers.txt b/celestia/peers.txt index 11f8ed3e..fd71adf6 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -15,5 +15,6 @@ f5bce79feec9068154e7f50fe8db7a8191a58663@82.220.38.204:10056 d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656 a41b4bc451b1b71d537aa1018226e08d7fa7e44e@5.255.77.44:26656 2f05b07cde80c5b08ee0159658f7977c7765f966@148.113.17.55:26756 +22ea694db139e744c46c74c9b5f22851266630af@51.159.80.121:2090 5001de72be39622c9dc34f2117eccc3f3fca8a7a@celestia-mainnet-01.twinstake.io:26756 9a82b9bc0ab0f15692952aa829c8ba7d2f55315f@78.46.93.125:26666 From 4bb6b024d2b67d58e47d6d9c9fb1ff15997580dc Mon Sep 17 00:00:00 2001 From: Trader_Payne Date: Tue, 24 Oct 2023 21:53:21 +0300 Subject: [PATCH 69/93] Add StakeSquid gentx & peers (#470) * Create StakeSquid.json * Create StakeSquid.txt --------- Co-authored-by: John Adler Co-authored-by: Ismail Khoffi --- celestia/StakeSquid.txt | 1 + celestia/gentx/StakeSquid.json | 62 ++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/StakeSquid.txt create mode 100644 celestia/gentx/StakeSquid.json diff --git a/celestia/StakeSquid.txt b/celestia/StakeSquid.txt new file mode 100644 index 00000000..63e0ffb5 --- /dev/null +++ b/celestia/StakeSquid.txt @@ -0,0 +1 @@ +1d607e1859212eb8cd4130a1df074d201fb5186c@168.119.64.26:26656 diff --git a/celestia/gentx/StakeSquid.json b/celestia/gentx/StakeSquid.json new file mode 100644 index 00000000..2ba1c343 --- /dev/null +++ b/celestia/gentx/StakeSquid.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "StakeπŸ¦‘Squid", + "identity": "580B79398A609483", + "website": "https://stakesquid.com/", + "security_contact": "", + "details": "We provide enterprise-grade, secure, high availability non-custodial staking services and developer tools." + }, + "commission": { + "rate": "0.060000000000000000", + "max_rate": "0.120000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1l0zmpm02u240crndlj7hkvlj5azuglv4uytp5d", + "validator_address": "celestiavaloper1l0zmpm02u240crndlj7hkvlj5azuglv4emfczt", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "JN3I8u+mdTRe57lw7VDDXV/ROZv8c1U3dk4frW3kxfk=" + }, + "value": { + "denom": "utia", + "amount": "64400000000" + } + } + ], + "memo": "29a62fa3df2c55e7313509bf0096db3b0452820d@10.82.68.171:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AtNs16e0QFSuDwwgcb+Z84DOJw4bfZhU2ficzNzlrumH" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "wN2keL3twdpprfGRAflED5/WIjQY3JCGkw1Lf5Q//Zsbm2rN3zVcdSuwLgrahIx/eZGev/SsJ83V9iKf8n3Y/A==" + ] +} From e173d948d886b5f76e1ed9baf60fb20577cdfda6 Mon Sep 17 00:00:00 2001 From: Alexey <87909854+AlexToTheMoon@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:03:55 +0300 Subject: [PATCH 70/93] Create AMSolutions.txt (#468) peer --- celestia/AMSolutions.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 celestia/AMSolutions.txt diff --git a/celestia/AMSolutions.txt b/celestia/AMSolutions.txt new file mode 100644 index 00000000..a4c652f8 --- /dev/null +++ b/celestia/AMSolutions.txt @@ -0,0 +1 @@ +a623f039a36391662a3b514d1fa17fbaa2e25319@149.50.96.24:16656 From 61287a7a6cf306cb971df34bf6ded687698464c1 Mon Sep 17 00:00:00 2001 From: Aderks Date: Tue, 24 Oct 2023 13:07:10 -0600 Subject: [PATCH 71/93] Maple Nodes gentx and peer (#480) * Create maplenodes.json * Create maplenodes.txt --------- Co-authored-by: Ismail Khoffi --- celestia/gentx/maplenodes.json | 62 ++++++++++++++++++++++++++++++++++ celestia/maplenodes.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/maplenodes.json create mode 100644 celestia/maplenodes.txt diff --git a/celestia/gentx/maplenodes.json b/celestia/gentx/maplenodes.json new file mode 100644 index 00000000..83c296d3 --- /dev/null +++ b/celestia/gentx/maplenodes.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Maple Nodes", + "identity": "17FE787DE7A41E46", + "website": "https://maplenodes.com/", + "security_contact": "security@maplenodes.com", + "details": "Canadian-based Blockchain Validator" + }, + "commission": { + "rate": "0.080000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1nttcw852wga4y4gww3hu70djg9d4fu4ca6ak38", + "validator_address": "celestiavaloper1nttcw852wga4y4gww3hu70djg9d4fu4cc9l08p", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "JqnevZ6bUB6+Vs83BeHyXQCPmruLGmXviVAjgUaa9kA=" + }, + "value": { + "denom": "utia", + "amount": "60000000000" + } + } + ], + "memo": "0a0da77a47cc1a58febe39c73b3bc96758455de6@142.165.207.45:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "ArTmBP6JGGy8CIqnY2dXVCH5GLmNy2DU6SpOm/54ir2U" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "7FxWmwBPAd4sYT/XRFpeDbmS0QA+NeUIber7CkfZVw42738dHLDb15VCctwl62KgqkA7zC5QJ65nJXhGtzmYvg==" + ] +} diff --git a/celestia/maplenodes.txt b/celestia/maplenodes.txt new file mode 100644 index 00000000..1acd4268 --- /dev/null +++ b/celestia/maplenodes.txt @@ -0,0 +1 @@ +0a0da77a47cc1a58febe39c73b3bc96758455de6@142.165.207.45:26656 From 78cbedea1411528e5b13c977694be4a4aeebc9bd Mon Sep 17 00:00:00 2001 From: Koen Date: Tue, 24 Oct 2023 21:07:49 +0200 Subject: [PATCH 72/93] ZKValidator gentx and peers (#452) * Create ZKValidator.json * Update peers.txt --------- Co-authored-by: Ismail Khoffi --- celestia/gentx/ZKValidator.json | 62 +++++++++++++++++++++++++++++++++ celestia/peers.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/ZKValidator.json diff --git a/celestia/gentx/ZKValidator.json b/celestia/gentx/ZKValidator.json new file mode 100644 index 00000000..035b0124 --- /dev/null +++ b/celestia/gentx/ZKValidator.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "ZKValidator", + "identity": "", + "website": "https://zkvalidator.com", + "security_contact": "devops@zkvalidator.com", + "details": "Zero Knowledge Validator: Stake & Support ZKP Research & Privacy Tech" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia187avawwq7qhanrkxf45mayztdqsr49huzqmmm3", + "validator_address": "celestiavaloper187avawwq7qhanrkxf45mayztdqsr49hu8lezdh", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "ueUh8xh/b1zlBcCgblxHrZ9impMwKOkgyG5P3f1HkjE=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "572cb08735d4572fe62b2fc8b9555c479d8e162f@65.108.137.217:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Al8SRkVkR6L279CtmVXYOt10l44z6oCINYal8nhxbb8O" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "cMqEzGokIHcDsvm2cDqSYPVz8g1XNHAourNmAKPWmJd2iyfCfxyMCW3ofAjW7uaLfwwT4L8uqSPhow49E9VOHQ==" + ] +} diff --git a/celestia/peers.txt b/celestia/peers.txt index fd71adf6..1b56f356 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -15,6 +15,7 @@ f5bce79feec9068154e7f50fe8db7a8191a58663@82.220.38.204:10056 d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656 a41b4bc451b1b71d537aa1018226e08d7fa7e44e@5.255.77.44:26656 2f05b07cde80c5b08ee0159658f7977c7765f966@148.113.17.55:26756 +572cb08735d4572fe62b2fc8b9555c479d8e162f@65.108.137.217:26656 22ea694db139e744c46c74c9b5f22851266630af@51.159.80.121:2090 5001de72be39622c9dc34f2117eccc3f3fca8a7a@celestia-mainnet-01.twinstake.io:26756 9a82b9bc0ab0f15692952aa829c8ba7d2f55315f@78.46.93.125:26666 From 751ff629611a784302f2679f3e5c570a9d5b2527 Mon Sep 17 00:00:00 2001 From: bonsfi Date: Tue, 24 Oct 2023 20:13:16 +0100 Subject: [PATCH 73/93] Create LowFeeValidation.json (#447) Co-authored-by: Ismail Khoffi --- celestia/gentx/LowFeeValidation.json | 62 ++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/LowFeeValidation.json diff --git a/celestia/gentx/LowFeeValidation.json b/celestia/gentx/LowFeeValidation.json new file mode 100644 index 00000000..6a2937fc --- /dev/null +++ b/celestia/gentx/LowFeeValidation.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "LowFeeValidation", + "identity": "DFC0A03938AD2177", + "website": "https://lowfeevalidation.com/", + "security_contact": "bonsfi@lowfeevalidation.com", + "details": "Low Fees. Transparent. Secure." + }, + "commission": { + "rate": "0.070000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1ekr44a2fss4emywwke36cuem46fmatdvtt5f8s", + "validator_address": "celestiavaloper1ekr44a2fss4emywwke36cuem46fmatdvw5ks3k", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "NvoYjJx1Fgv+xEUihHwXxwaWduQ+JnHa5j/Bi7fWq9A=" + }, + "value": { + "denom": "utia", + "amount": "56908000000" + } + } + ], + "memo": "636fc3d6c8e492fa398b3bfda43a977605fa0545@65.108.64.240:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A1Ar+kzmFcKTFITTZcUFpQ12Zljwr51LlRj3ZpCpBC/4" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "OoWB/ZdmmtXIp9D45nzG5+KQuhYDeY6Z5kOQw4Djvd8mK9JWZkV7TRgGhZjVgbz9KD9CBVOqb1eDsIWilYT1Qw==" + ] +} From 0a1494159f7048285aac33da1095d3cdfa153f65 Mon Sep 17 00:00:00 2001 From: NodeStake Date: Tue, 24 Oct 2023 14:16:34 -0500 Subject: [PATCH 74/93] Gentx NodeStake (#425) * Create NodeStake.json * Update peers.txt * Delete celestia/peers.txt * Create NodeStake.txt peers * revert peers.txt * Update peers.txt --------- Co-authored-by: Ismail Khoffi --- celestia/NodeStake.txt | 1 + celestia/gentx/NodeStake.json | 62 +++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/NodeStake.txt create mode 100644 celestia/gentx/NodeStake.json diff --git a/celestia/NodeStake.txt b/celestia/NodeStake.txt new file mode 100644 index 00000000..63459d51 --- /dev/null +++ b/celestia/NodeStake.txt @@ -0,0 +1 @@ +8240e8a13594d40b6839f183795c551503309d3c@57.128.87.18:26656 diff --git a/celestia/gentx/NodeStake.json b/celestia/gentx/NodeStake.json new file mode 100644 index 00000000..225dfabe --- /dev/null +++ b/celestia/gentx/NodeStake.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "NodeStake", + "identity": "94EFE192B2C52424", + "website": "https://nodestake.top", + "security_contact": "info@nodestake.top", + "details": "NodeStake is the professional validator, infrastructure provider and IBC relayer.βš›οΈ7*24h | https://twitter.com/Nodestake_top" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.200000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia19f0w9svr905fhefusyx4z8sf83j6et0g3p3ppp", + "validator_address": "celestiavaloper19f0w9svr905fhefusyx4z8sf83j6et0g57nch8", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "+Fd7ar/vc1cnJVgX3px7N5LrDbQsirHND+5wtfRK1DA=" + }, + "value": { + "denom": "utia", + "amount": "53800000000" + } + } + ], + "memo": "8240e8a13594d40b6839f183795c551503309d3c@57.128.87.18:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AyXNapUUTmRRsDn68E0Ld+4/y8HnqKZ7VcX1ZAeyJ8U3" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "8caqvV/PprLl0R5F5g79Q9BcLo5FNr2mjgVAMtg6JD4H4imUhUlRmQsEhaY+7EYvrCthJ7NZ+UUB7B0CbjvqnA==" + ] +} From 8866e84232ad62328b37240ea9e0188e7c95339e Mon Sep 17 00:00:00 2001 From: Active Nodes <11424273+activenodes@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:19:34 +0200 Subject: [PATCH 75/93] Active Nodes gentx (#404) Co-authored-by: Yaz Khoury Co-authored-by: Ismail Khoffi Co-authored-by: John Adler Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> --- celestia/gentx/ActiveNodes.json | 62 +++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/ActiveNodes.json diff --git a/celestia/gentx/ActiveNodes.json b/celestia/gentx/ActiveNodes.json new file mode 100644 index 00000000..a8e943d5 --- /dev/null +++ b/celestia/gentx/ActiveNodes.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Active Nodes", + "identity": "A2EA7DE76AD57E1A", + "website": "https://www.activenodes.io", + "security_contact": "", + "details": "We Skyrocket your Stake! Highly Available Enterprise Infrastructure with multiple nodes around the world" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1t345w0vxnyyrf4eh43lpd3jl7z378rtsgv8j5h", + "validator_address": "celestiavaloper1t345w0vxnyyrf4eh43lpd3jl7z378rtsdn9tz3", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "J+TjVEWF8QcOdjJAfuaVjK+AlZdUn3wK5qW5DrVIDFo=" + }, + "value": { + "denom": "utia", + "amount": "72850000000" + } + } + ], + "memo": "ffffffffffffffffffffffffffffffffffffffff@255.255.255.255:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AmGqHnQI9Nf6lykK1RyTvia6tbmsqOreLGFg7tvuD6BF" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "wJO1xraxuyQycgDsyjHGUYRHgfphewcaP6AvY29NP+ICyP88n0H6P27j6cURSsFy8XTTxs/EXPhDGNHBY/a4jw==" + ] +} From 88343c1a08e5713a9a2b1f4c7d87c237c5b2e829 Mon Sep 17 00:00:00 2001 From: "[NODERS]TEAM" <94483941+nodersteam@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:21:41 +0700 Subject: [PATCH 76/93] add [NODERS]TEAM gentx and peer (#439) * add [NODERS]TEAM peer * add [NODERS]TEAM gentx * Update delegation amount * resolved conflict * add nodersteam.txt with peer --------- Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> Co-authored-by: Ismail Khoffi --- celestia/gentx/[NODERS]TEAM.json | 62 ++++++++++++++++++++++++++++++++ celestia/nodersteam.txt | 1 + 2 files changed, 63 insertions(+) create mode 100644 celestia/gentx/[NODERS]TEAM.json create mode 100644 celestia/nodersteam.txt diff --git a/celestia/gentx/[NODERS]TEAM.json b/celestia/gentx/[NODERS]TEAM.json new file mode 100644 index 00000000..7ff8fe25 --- /dev/null +++ b/celestia/gentx/[NODERS]TEAM.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "[NODERS]TEAM", + "identity": "B38EBF2F38B998F4", + "website": "https://noders.team", + "security_contact": "office@noders.team", + "details": "Tell me what node you set, and I will tell you who you are" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia139mu0a0ucz0gmrkavm5wjar2lpx7yvxq5xgd0j", + "validator_address": "celestiavaloper139mu0a0ucz0gmrkavm5wjar2lpx7yvxq3e25e5", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "m7tzBRBy/nTfmNCNelQtq0Bme3QOK3Bv+ACrnUfNFgo=" + }, + "value": { + "denom": "utia", + "amount": "53000000000" + } + } + ], + "memo": "24a869f01efa19104dbce61ae6697952a9e9a5d2@0.0.0.0:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Alxb70AydK7EravoM1kz5aIV76emXA9iJqxFHQZBeese" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "vdaeijCeWN/bfYsDA5pZ0cvDZJKWi+UqTLn/TztYTaEwAXjz5K7WXYBPZkCIdWvlrV+vaadPbx63TYKs/GvYmA==" + ] +} diff --git a/celestia/nodersteam.txt b/celestia/nodersteam.txt new file mode 100644 index 00000000..b5839cdf --- /dev/null +++ b/celestia/nodersteam.txt @@ -0,0 +1 @@ +24a869f01efa19104dbce61ae6697952a9e9a5d2@139.84.232.124:26656 From 92310e8ad01456ef18ae11d51dec9b152e949fa7 Mon Sep 17 00:00:00 2001 From: Oleh Borzov <106029451+bo-everstake@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:26:09 +0300 Subject: [PATCH 77/93] Create Everstake.json gentx Everstake validator (#427) Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> Co-authored-by: Ismail Khoffi --- celestia/gentx/Everstake.json | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/Everstake.json diff --git a/celestia/gentx/Everstake.json b/celestia/gentx/Everstake.json new file mode 100644 index 00000000..b2685073 --- /dev/null +++ b/celestia/gentx/Everstake.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Everstake", + "identity": "EF5AC70C00BECEDC", + "website": "https://everstake.one", + "security_contact": "", + "details": "Reliable and experienced staking service provider from Ukraine. Visit our website for more details." + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.120000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1eualhqh07w7p45g45hvrjagkcxsfnflzg3kt5w", + "validator_address": "celestiavaloper1eualhqh07w7p45g45hvrjagkcxsfnflzdw5jzg", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "Xyh/BhvPUETay1aNSmcEX9VYK86qzYRZN1pyxxcV5lY=" + }, + "value": { + "denom": "utia", + "amount": "65099000000" + } + } + ], + "memo": "87af580078c80c630625db2360b3dc19483d29cd@185.182.194.163:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AtBiicf1nccJ6y3qNtV3mY2DFm8Q28ciVnyE6djqevBe" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "SQzEs8n1g25k/QxIbiwV+UUd5lytiGRZBIZ4D9534TAh7TuwkWxZNOw5GMU5iry4FjCpjCM/xpgMBqou5fyxkw==" + ] +} From 349b3df364a1349590b34551650d154f19efb514 Mon Sep 17 00:00:00 2001 From: JoseCT-HS <20905039+JoseCT-HS@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:28:23 +0200 Subject: [PATCH 78/93] Create Stakely.json (#450) --- celestia/gentx/Stakely.json | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/Stakely.json diff --git a/celestia/gentx/Stakely.json b/celestia/gentx/Stakely.json new file mode 100644 index 00000000..9a16c47b --- /dev/null +++ b/celestia/gentx/Stakely.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Stakely.io", + "identity": "55A5F88B4ED52D3E", + "website": "https://stakely.io/", + "security_contact": "admin@stakely.io", + "details": "πŸ”₯ Professional validator highly experienced in PoS πŸ”₯ Slashing protection & Eligible for airdrops | Learn with our staking guides, video tutorials and FAQs | Part of the commission of our nodes will go to our Multicoin Faucet funds and other tools 🌱 Carbon Neutral 🌱" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1yknsyf9ws4ugtv3r9g43kwqkne4zmrupae4xa3", + "validator_address": "celestiavaloper1yknsyf9ws4ugtv3r9g43kwqkne4zmrupcxhlth", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "YrMG8QfYW5/ww/s82Z1wR13x8lewK+9S3tfy/tqU0aA=" + }, + "value": { + "denom": "utia", + "amount": "53000000000" + } + } + ], + "memo": "5e727b10ba178737a56f2891168a0e42380b6755@0.0.0.0:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A1atLx8OGPfei8PkoLu9wK7HD21NhM+af4D9VeN4xyV2" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "dthvNRXVjaEcPj40bY2P2LES0uD6l/Z4ai8WYrlRGoJ692W3dqItMx7ByCIoPNMCWZm8FkGJAZ5aJ/aoVVrvzA==" + ] +} From fac72426e4cace456234dd70047e1a35a673f688 Mon Sep 17 00:00:00 2001 From: Aviaone <105792641+AviaOne@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:33:45 +0200 Subject: [PATCH 79/93] Gentx Mainnet AVIAONE.json (#466) Binary v1.2.0 Co-authored-by: John Adler Co-authored-by: Ismail Khoffi --- celestia/gentx/AVIAONE.json | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/AVIAONE.json diff --git a/celestia/gentx/AVIAONE.json b/celestia/gentx/AVIAONE.json new file mode 100644 index 00000000..493c7f18 --- /dev/null +++ b/celestia/gentx/AVIAONE.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "AVIAONE 🟒", + "identity": "DCD3D6C0BF61C200", + "website": "https://aviaone.com", + "security_contact": "", + "details": "Staking with Aviaone 🟒 generate a yield and your tokens stays on your wallet πŸ”‘ πŸ”’. NO TRANSFER REQUIRED πŸ‘" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.500000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1e7jh5dt02ee5k6vrfls0ttuxyj9k0g5a42tl2q", + "validator_address": "celestiavaloper1e7jh5dt02ee5k6vrfls0ttuxyj9k0g5as4fxux", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "XKPJp8fSr/wPh3RcIAApC25x2B/jLoRmYXkUzBu5MV4=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "9a82b9bc0ab0f15692952aa829c8ba7d2f55315f@1.2.3.4:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A7pAfmtfGBPoc/Pa92lD8kmFJa2DL/lIfcCjeipTrooO" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "Y/Et8EZcYHb/8wp0p/NnU+Z2fDv13mhi5yqlInRSt6p1HqXEXvLYpKrygfOs4lWMHT1VVUl+pkqAsGlGGfvg/w==" + ] +} From 6e698b2edebb6bb9b0807a9d4205a723f86625fd Mon Sep 17 00:00:00 2001 From: Ryan Funduk Date: Tue, 24 Oct 2023 15:34:22 -0400 Subject: [PATCH 80/93] add figment gentx (#482) --- celestia/gentx/figment.json | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/figment.json diff --git a/celestia/gentx/figment.json b/celestia/gentx/figment.json new file mode 100644 index 00000000..a0ac4e11 --- /dev/null +++ b/celestia/gentx/figment.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Figment", + "identity": "E5F274B870BDA01D", + "website": "https://figment.io", + "security_contact": "security@figment.io", + "details": "Figment" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.200000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1xqc7w3pe38kg4tswjt7mnvks7gy4p38vw07aw5", + "validator_address": "celestiavaloper1xqc7w3pe38kg4tswjt7mnvks7gy4p38vtsuycj", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "vrSsYrWno/rLAE0wFry5RYXA/o/jh7XI8aGsqO/XkrE=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "db9f8559f0435aaee1f49ccf3c03756fc2bd76eb@192.168.2.12:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "ApxNW3wka1SXYbrOXgUhu8+mwjJAu0ogauwBZQ6QX3Ms" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "onLelbyeo5g6Y57OMWke5e0NkgVFLQ5vMoYE1WhIVKNsoj7N/GyqSICFTwKQCldPgGyPJIi5woqCh2jv1yDM4g==" + ] +} From 982d26ceea00a6fc01050d93668f87df3eeccfa4 Mon Sep 17 00:00:00 2001 From: fkbenjamin <7634997+fkbenjamin@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:34:45 +0200 Subject: [PATCH 81/93] Add StakingFacilities gentx && peers (#483) * Add StakingFacilities gentx && peers * Add peers Stakingfacilities --------- Co-authored-by: fkbenjamin --- celestia/StakingFacilities.txt | 1 + celestia/gentx/StakingFacilities.json | 62 +++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/StakingFacilities.txt create mode 100644 celestia/gentx/StakingFacilities.json diff --git a/celestia/StakingFacilities.txt b/celestia/StakingFacilities.txt new file mode 100644 index 00000000..a8c6f21a --- /dev/null +++ b/celestia/StakingFacilities.txt @@ -0,0 +1 @@ +4727239dfe0173ef862f55c2fa26e9a6a057a572@celestia-mainnet.stakingwizard.com:26656 diff --git a/celestia/gentx/StakingFacilities.json b/celestia/gentx/StakingFacilities.json new file mode 100644 index 00000000..f338a077 --- /dev/null +++ b/celestia/gentx/StakingFacilities.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Staking Facilities", + "identity": "6B0DF6793DE1FB1F", + "website": "https://stakingfacilities.com/", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.080000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1wu24jxpn9j0580ehjz344d58cf3t7lzrxhzz99", + "validator_address": "celestiavaloper1wu24jxpn9j0580ehjz344d58cf3t7lzrrgqmnr", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "cQZHcOGkyQeBZzydXfZwjKKIxHBOBOCGq5jML1bH5dM=" + }, + "value": { + "denom": "utia", + "amount": "70640000000" + } + } + ], + "memo": "4727239dfe0173ef862f55c2fa26e9a6a057a572@192.168.86.26:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A7M97Ymfc5eegsgQqIMecRFbk8bt/J3+ULmWWq8GPTZx" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "oluxXCOUOuGSPnJ4MmU+R1FodyGCXkoHPJ7FgFOeoBcYuz5XOTyp9IqBbLzc0ipSOTsqUxtiUCHe5hoMyiiCtQ==" + ] +} From df098e951ab98b0d0bd2ba97778fc3b1920b0687 Mon Sep 17 00:00:00 2001 From: Ryabina <67865446+Ryabina-io@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:35:18 +0100 Subject: [PATCH 82/93] Ryabina gentx and peer (#451) * Create Ryabina.json * Update peers.txt * Update peers.txt * Create Ryabina.txt --- celestia/Ryabina.txt | 1 + celestia/gentx/Ryabina.json | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/Ryabina.txt create mode 100644 celestia/gentx/Ryabina.json diff --git a/celestia/Ryabina.txt b/celestia/Ryabina.txt new file mode 100644 index 00000000..64e547e6 --- /dev/null +++ b/celestia/Ryabina.txt @@ -0,0 +1 @@ +e979a4f3528a4fac1c1ab93af14d26b978eead8a@162.19.72.172:26656 diff --git a/celestia/gentx/Ryabina.json b/celestia/gentx/Ryabina.json new file mode 100644 index 00000000..403721d7 --- /dev/null +++ b/celestia/gentx/Ryabina.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "πŸ’ RYABINA πŸ’", + "identity": "6B1C8FDD84CF4ACD", + "website": "https://ryabina.io", + "security_contact": "info@ryabina.io", + "details": "We are validators and developers on awesome networks" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1rq8kvlncjvs42hmrx90dcff2tdshj5k75mqwew", + "validator_address": "celestiavaloper1rq8kvlncjvs42hmrx90dcff2tdshj5k73yzh0g", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "Zd6HWnViTNpzq/sKpVPyUJKrS7uMgtmEVEtQfjcdr3c=" + }, + "value": { + "denom": "utia", + "amount": "74730000000" + } + } + ], + "memo": "e979a4f3528a4fac1c1ab93af14d26b978eead8a@162.19.72.172:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A6kukp2IXEipfTnfwIdNWdomhexbaMLBUEV4+WJBebby" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "XW+He4phpyZat5VwH356RDr1hOtQhSrQnAFz/Vg8XTtinPsNWj9SxdpvzZPL1/t3xRyATUVvinOT+TBkTAZ2eg==" + ] +} From 5755f2c1d7f103d9fcd04d3e1d373e860f0e4e7a Mon Sep 17 00:00:00 2001 From: Validatus <92102712+Validatus@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:40:41 +0200 Subject: [PATCH 83/93] Validatus gentx and peers. (#474) * Validatus Peers - Let's power the Celestia network together. Stake in Germany! Validatus Peers - Let's power the Celestia network together. Stake in Germany! * Validatus gentx - Let's power the Celestia network together. Validatus - Let's power the Celestia network together. Stake in Germany! A huge thank you to the Celestia Team! * Update Validatus.json We have updated our gentx with the proper flag --ip="0.0.0.0" - cryptography is so strong. Here we go - our updated file. Sorry for that! Many thanks --- celestia/Validatus.txt | 4 +++ celestia/gentx/Validatus.json | 62 +++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 celestia/Validatus.txt create mode 100644 celestia/gentx/Validatus.json diff --git a/celestia/Validatus.txt b/celestia/Validatus.txt new file mode 100644 index 00000000..9a982832 --- /dev/null +++ b/celestia/Validatus.txt @@ -0,0 +1,4 @@ +23b88ebcfb2177dbd2d8b2920c363a25e038e69a@89.58.61.213:2000 +00133e62873e724700421d41d4f2f6d24b849bf4@185.111.159.231:2000 +58e2c4d930c235aeee1e5bd4b906aa373f0ad4f5@65.21.232.33:2000 +a86cfe5a22e73ff0c9ceec388e9b52bf8355efdd@85.239.233.57:2000 \ No newline at end of file diff --git a/celestia/gentx/Validatus.json b/celestia/gentx/Validatus.json new file mode 100644 index 00000000..fc5978db --- /dev/null +++ b/celestia/gentx/Validatus.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Validatus", + "identity": "DEF3590B1DCD96A4", + "website": "https://www.validatus.com", + "security_contact": "support@validatus.com", + "details": "Validatus - verifying blockchain entries on purely Enterprise Linux based systems with regular security audits. Stay safe. Stake with us." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.120000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia19v94c3z7ckarwsum76kaagma0wqsqhh5kqkmkw", + "validator_address": "celestiavaloper19v94c3z7ckarwsum76kaagma0wqsqhh5nl5zqg", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "Rt3Fh5rJJblo7Ljh1u6R63aTWMnxtdGOvvV8ktWvXmY=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "58e2c4d930c235aeee1e5bd4b906aa373f0ad4f5@0.0.0.0:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AkCfwsZTE5zyzMN14s/Be+sfgh1gBibkk8e9t5HU2FrL" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "m3mk3+GzPUmXc2BzAIvgRqTnayNln2pPSl0xXQnVfndzDlwtvAkrx+QSoewjeR2rPsDqP6O9yO26lMG/kCrB4A==" + ] +} From c7e3361dec76ee229336c5707f96999cc6543482 Mon Sep 17 00:00:00 2001 From: 0xAN Date: Wed, 25 Oct 2023 03:47:44 +0800 Subject: [PATCH 84/93] Add Nodes.Guru peer (#481) Co-authored-by: John Adler --- celestia/NodesGuru.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 celestia/NodesGuru.txt diff --git a/celestia/NodesGuru.txt b/celestia/NodesGuru.txt new file mode 100644 index 00000000..3c5e2e85 --- /dev/null +++ b/celestia/NodesGuru.txt @@ -0,0 +1 @@ +1b92a439555a19ee6edea85b184abb6873757dae@51.89.173.96:43656 From e49fdb51073141b2fec7da5be129b721efa9d5db Mon Sep 17 00:00:00 2001 From: Chainode Tech <53407923+Chainode@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:08:07 +0200 Subject: [PATCH 85/93] gentx for ChainodeTech (#487) --- celestia/gentx/ChainodeTech.json | 62 ++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/ChainodeTech.json diff --git a/celestia/gentx/ChainodeTech.json b/celestia/gentx/ChainodeTech.json new file mode 100644 index 00000000..bfe71867 --- /dev/null +++ b/celestia/gentx/ChainodeTech.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "ChainodeTech", + "identity": "E34BF744FF5BA8A9", + "website": "https://chainode.tech/", + "security_contact": "contact@chainode.tech", + "details": "Chainode Tech is your reliable partner for Distributed Ledger Technology (DLT) staking and validation services. Join our staking crew and engage with us: https://t.me/ChainodeTech" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.050000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1qxeza0sa037u35p3ze8p7ka7emajvydnpdacec", + "validator_address": "celestiavaloper1qxeza0sa037u35p3ze8p7ka7emajvydnyjlp07", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "GPhLy9RdAJq/SqyxX0M4Wt5hqQ+Xx5yZqzXu4v2cMp4=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "e2befae1193317b0ddbfa4fec7146fc4b31d1316@141.95.145.31:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Aiyd1exeYj8ao95P+5POx3d/doCCfiKbiUwtR3yjs4L2" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "cTk4gY3wA9j9e2XIERUF7WDAFIoAsEMQsErI8LlhUsFIFOhWTqYZure85puWAHaAYG48TlmSBZHVGhISuQbm/w==" + ] +} From b13a7f7e988ce8f5016ccf368c6af8108ad02be4 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Tue, 24 Oct 2023 22:08:39 +0200 Subject: [PATCH 86/93] add gh user (#485) --- .github/workflows/validate-validator-github.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-validator-github.yml b/.github/workflows/validate-validator-github.yml index 048fa6c3..c30513bb 100644 --- a/.github/workflows/validate-validator-github.yml +++ b/.github/workflows/validate-validator-github.yml @@ -10,6 +10,7 @@ jobs: pull-requests: write env: VALIDATOR_LIST: ( + "ybstaked", "nodebreaker0-0", "silviugae", "tiagocmachado", From 4072eb82db62cbbf60af4817fa94da96dbfc2dc6 Mon Sep 17 00:00:00 2001 From: Yash Bhutwala <85460995+ybstaked@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:19:05 -0400 Subject: [PATCH 87/93] Staked gentx and peers (#463) * base Staked.json * add peers.txt --------- Co-authored-by: Ismail Khoffi --- celestia/Staked.txt | 1 + celestia/gentx/Staked.json | 62 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/Staked.txt create mode 100644 celestia/gentx/Staked.json diff --git a/celestia/Staked.txt b/celestia/Staked.txt new file mode 100644 index 00000000..9853a0a9 --- /dev/null +++ b/celestia/Staked.txt @@ -0,0 +1 @@ +b751ffe713e3e5d80e8f45c3bd5e640ee9a91cb9@10.129.127.95:26656 \ No newline at end of file diff --git a/celestia/gentx/Staked.json b/celestia/gentx/Staked.json new file mode 100644 index 00000000..384fdfc0 --- /dev/null +++ b/celestia/gentx/Staked.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Staked", + "identity": "", + "website": "", + "security_contact": "", + "details": "" + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1pmn4cjwf26hkcpvyl322glhpdpcemcelz8ln6e", + "validator_address": "celestiavaloper1pmn4cjwf26hkcpvyl322glhpdpcemcel8ca2vl", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "meCW/d9wIhUoWKqVyfbzNOTwn/cb/lCP0e3c5HK85KE=" + }, + "value": { + "denom": "utia", + "amount": "51600000000" + } + } + ], + "memo": "b751ffe713e3e5d80e8f45c3bd5e640ee9a91cb9@10.129.127.95:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Ajv1AaaPhDfVkZ/omSD3h04NC+XforEzTB3iSmu5Yf0r" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "tZ2k03j4vjR/CGYuyYZSWI1fv07viFDLBmKOzM1SEVBVtdhLBRR5SzrsMgp6PkZBMY83CzaxX0RyBzXkXIjm8g==" + ] +} From f4b65bc59b4326fbccec432352d35a8674cd8677 Mon Sep 17 00:00:00 2001 From: puneetfinoa <124160444+puneetfinoa@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:20:23 +0200 Subject: [PATCH 88/93] Finoa Consensus Services gentx and peers added (#484) --- celestia/Finoa-Consensus-Services.txt | 1 + celestia/gentx/Finoa-Consensus-Services.json | 62 ++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/Finoa-Consensus-Services.txt create mode 100644 celestia/gentx/Finoa-Consensus-Services.json diff --git a/celestia/Finoa-Consensus-Services.txt b/celestia/Finoa-Consensus-Services.txt new file mode 100644 index 00000000..4d60bf95 --- /dev/null +++ b/celestia/Finoa-Consensus-Services.txt @@ -0,0 +1 @@ +005b439eca9a27b736156c0081a863a40b3be517@peers.celestia-node.pn.prod.fcstech.de:26656 diff --git a/celestia/gentx/Finoa-Consensus-Services.json b/celestia/gentx/Finoa-Consensus-Services.json new file mode 100644 index 00000000..69763b80 --- /dev/null +++ b/celestia/gentx/Finoa-Consensus-Services.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Finoa Consensus Services", + "identity": "0FA38A5EDF5FA362", + "website": "https://www.finoa.io/staking-delegation", + "security_contact": "operations@consensus.finoa.io", + "details": "Stake and grow your assets using Finoa's institutional-grade infrastructure." + }, + "commission": { + "rate": "0.100000000000000000", + "max_rate": "0.100000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1e2p4u5vqwgum7pm9vhp0yjvl58gvhfc6pkljcn", + "validator_address": "celestiavaloper1e2p4u5vqwgum7pm9vhp0yjvl58gvhfc6yfatw4", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "rm4LhKWZEO8B1HeEJnQaUOAjzgJrHnvOMlNOj+tzKiA=" + }, + "value": { + "denom": "utia", + "amount": "52000000000" + } + } + ], + "memo": "005b439eca9a27b736156c0081a863a40b3be517@178.23.126.73:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Au5b9U1ISo9l2SbWe/JazdFzwRMDmVroZfrFmseITUoM" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "Pwm8qSCVu4XZEjGhZb2TUgUze6zEEKmiKpuDwxW/jKRMh0uhkSjeUp8FzgFBhr0ctgB0xStvu/hv44zbZ/nFTQ==" + ] +} From 9b6e1d5cc97b97aee0792655f0dc6b4d1776aedf Mon Sep 17 00:00:00 2001 From: mabalaru Date: Tue, 24 Oct 2023 23:30:26 +0300 Subject: [PATCH 89/93] Update peers.txt to add ScalaVentures peer (#443) Co-authored-by: Ismail Khoffi Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> Co-authored-by: John Adler --- celestia/peers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/celestia/peers.txt b/celestia/peers.txt index 1b56f356..1aaf0fc6 100644 --- a/celestia/peers.txt +++ b/celestia/peers.txt @@ -13,6 +13,7 @@ acca7837e4eb5f9dc7f5a94ed1d82edda6931ff8@rpc-celestia.pops.one:26656 f5bce79feec9068154e7f50fe8db7a8191a58663@82.220.38.204:10056 629c36a551ee1a3c8bb3ecee6e00a9977a60e53e@65.108.46.248:56656 d0c530290267e1c539f27061c9446d5042eaf1ca@161.97.180.20:26656 +b3f473393a6469c0da65e4a7ebaa3ff3182df705@37.120.245.32:26656 a41b4bc451b1b71d537aa1018226e08d7fa7e44e@5.255.77.44:26656 2f05b07cde80c5b08ee0159658f7977c7765f966@148.113.17.55:26756 572cb08735d4572fe62b2fc8b9555c479d8e162f@65.108.137.217:26656 From 536ab3ea91b5040f9a2022911a5052cc2d656c8d Mon Sep 17 00:00:00 2001 From: 0xFury <129474687+0x-Fury@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:17:40 -0600 Subject: [PATCH 90/93] 0xFury gentx and peer (#489) * Create 0xfury.json * Create 0xfury.txt --- celestia/0xfury.txt | 1 + celestia/gentx/0xfury.json | 62 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/0xfury.txt create mode 100644 celestia/gentx/0xfury.json diff --git a/celestia/0xfury.txt b/celestia/0xfury.txt new file mode 100644 index 00000000..56951e4c --- /dev/null +++ b/celestia/0xfury.txt @@ -0,0 +1 @@ +4b19506a0432de219ee2db883c53756c1b3cbdfb@88.217.142.187:26656 diff --git a/celestia/gentx/0xfury.json b/celestia/gentx/0xfury.json new file mode 100644 index 00000000..c000e0a4 --- /dev/null +++ b/celestia/gentx/0xfury.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "0xFury", + "identity": "CD3DA1D23BBA4D59", + "website": "https://0xfury.com", + "security_contact": "security@0xfury.com", + "details": "0xFury - Enterprise-grade blockchain infrastructure solutions." + }, + "commission": { + "rate": "0.080000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1kl5nxl54xt3g6k5k4zlk48udfcx8gkz2kkvm7e", + "validator_address": "celestiavaloper1kl5nxl54xt3g6k5k4zlk48udfcx8gkz2nfwzgl", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "ZbIukxRVlvD2EugqyWY5oq8VPvxLDBs61qzHVK0bqAo=" + }, + "value": { + "denom": "utia", + "amount": "72140000000" + } + } + ], + "memo": "4b19506a0432de219ee2db883c53756c1b3cbdfb@88.217.142.187:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A4na4/X64wk9FHVDp6MfS2s/p7a44diN7hIFaQwGiYPq" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "jRX337417YAEQgSxA9Y0EyYaMrq0O7Jq6vV+TKokGP4qao2b/Yvwcilc+7Zy/SAVSqqBtWx7Kbk9BerkCewmxA==" + ] +} From a7e4122c22150479bd5e28fe1ca0756de02909c0 Mon Sep 17 00:00:00 2001 From: BlackBlocks <109079134+BlackBlocks-io@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:13:56 +0200 Subject: [PATCH 91/93] Add BlackBlocks gentx and peer (#490) * Add gentx BlackBlocks.json * Add peer BlackBlocks.txt * Reduce details gentx BlackBlocks.json --------- Co-authored-by: Ismail Khoffi --- celestia/BlackBlocks.txt | 1 + celestia/gentx/BlackBlocks.json | 62 +++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/BlackBlocks.txt create mode 100644 celestia/gentx/BlackBlocks.json diff --git a/celestia/BlackBlocks.txt b/celestia/BlackBlocks.txt new file mode 100644 index 00000000..8d13cf83 --- /dev/null +++ b/celestia/BlackBlocks.txt @@ -0,0 +1 @@ +c89507c926f41901784f54b26e1ccc49ac9ecfda@31.214.144.83:20056 diff --git a/celestia/gentx/BlackBlocks.json b/celestia/gentx/BlackBlocks.json new file mode 100644 index 00000000..118a132f --- /dev/null +++ b/celestia/gentx/BlackBlocks.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "BlackBlocks", + "identity": "2E0040A44894A00D", + "website": "https://blackblocks.io", + "security_contact": "security@blackblocks.io", + "details": "Collaborative validator featuring WayneWayner, a top-10 participant in the Blockspace Race (incentivized testnet), and winner of the light node challenge, along with BlackBlocks GmbH, a professional node infrastructure company. Our validator is housed at firstcolo FRA4, Germany." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.070000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1knn88yl08ctsdrtxvfp39jywt7rph9ptfpkguz", + "validator_address": "celestiavaloper1knn88yl08ctsdrtxvfp39jywt7rph9ptv7532y", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "zPYTB+0OM56gFu6V03k1DIvyHP6IIEu2yNsTGRvkfu0=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "c89507c926f41901784f54b26e1ccc49ac9ecfda@31.214.144.83:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A5Fp4EO5JreMTHmPii1doys4T3fBGqUtSgaW3hVGvf+X" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "YFNUBuV50Emy5+67IzeSqOzed4MumhoIlpY1s8XZUPZkutgEFio+HDgPvNTk7h0aufhGwwTjxunhmwptTBFRKQ==" + ] +} From d5793a55775a65d6d3e6fbd946512c26da2c77c8 Mon Sep 17 00:00:00 2001 From: Calin Tatar Date: Wed, 25 Oct 2023 02:15:42 +0300 Subject: [PATCH 92/93] Add Moonlet gentx and peers (#491) Co-authored-by: Calin Tatar --- celestia/Moonlet.txt | 1 + celestia/gentx/Moonlet.json | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 celestia/Moonlet.txt create mode 100644 celestia/gentx/Moonlet.json diff --git a/celestia/Moonlet.txt b/celestia/Moonlet.txt new file mode 100644 index 00000000..6b21ccdd --- /dev/null +++ b/celestia/Moonlet.txt @@ -0,0 +1 @@ +6a50a814bece6ee873467299c9d6d6339055697@162.55.245.228:16656 diff --git a/celestia/gentx/Moonlet.json b/celestia/gentx/Moonlet.json new file mode 100644 index 00000000..9e0c5b08 --- /dev/null +++ b/celestia/gentx/Moonlet.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Moonlet", + "identity": "9A2BCB95983B1B73", + "website": "https://moonlet.io", + "security_contact": "contact@moonlet.io", + "details": "We operate nodes for next-generation blockchain networks and we are committed to support the decentralisation movement forward" + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.020000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia1q8teur40emyun60et4wh5z6yj5669stg8cyfzr", + "validator_address": "celestiavaloper1q8teur40emyun60et4wh5z6yj5669stgz8xs59", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "DUjLobSYVLIGTJaUHx7dpExRTnh/E5FhktNDVq18Zv0=" + }, + "value": { + "denom": "utia", + "amount": "75000000000" + } + } + ], + "memo": "b9d80602f39f644380258592766f924efecf692b@192.168.1.200:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A9wy/tPya7kfXNsnRVbEn2PxzxD8nS2Qap8r4yrk84FJ" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "/vp+4fwe9t0XQFQJ7EWLutAMC3Ug2wsN5Nre54fFgoME4Md/wZLrgy5otzszK1h1QyyIAMQBQ/+c/ao3gSDPCQ==" + ] +} From ef718beca864d27b115506fbe7d2d090211543c9 Mon Sep 17 00:00:00 2001 From: Mateusz Kaczanowski Date: Wed, 25 Oct 2023 01:17:14 +0200 Subject: [PATCH 93/93] Add chorusone gentx (#428) * Add Chorus One gentx * add chorusone peers * fix chorusone gentx * move peers to ChorusOne.txt --- celestia/ChorusOne.txt | 3 ++ celestia/gentx/ChorusOne.json | 62 +++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 celestia/ChorusOne.txt create mode 100644 celestia/gentx/ChorusOne.json diff --git a/celestia/ChorusOne.txt b/celestia/ChorusOne.txt new file mode 100644 index 00000000..86bd3818 --- /dev/null +++ b/celestia/ChorusOne.txt @@ -0,0 +1,3 @@ +6ba9f87efe6beb23bb7af2204eac769767d8ec78@78.129.165.127:23656 +491c37d5de210600463c5599a3ffd272c8690014@57.128.20.184:23656 +7f067f54987cccfe489fbe302ff1bf6c56aaf02f@162.19.81.54:23656 diff --git a/celestia/gentx/ChorusOne.json b/celestia/gentx/ChorusOne.json new file mode 100644 index 00000000..a647cbe0 --- /dev/null +++ b/celestia/gentx/ChorusOne.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Chorus One", + "identity": "00B79D689B7DC1CE", + "website": "https://chorus.one", + "security_contact": "security@chorus.one", + "details": "Secure Celestia and shape its future by delegating to Chorus One, a highly secure and stable validator. By delegating, you agree to the terms of service at: https://chorus.one/tos" + }, + "commission": { + "rate": "0.080000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.100000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia15urq2dtp9qce4fyc85m6upwm9xul3049d30meq", + "validator_address": "celestiavaloper15urq2dtp9qce4fyc85m6upwm9xul3049gwdz0x", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "TFWxyudpTzYq2s5V3bQgkKoImG/xhG5f2yQYmdHsNTo=" + }, + "value": { + "denom": "utia", + "amount": "62000000000" + } + } + ], + "memo": "a99cebabe607bffba1d81878450fa5a18fbc5c33@192.168.1.36:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "AoUAnGnBsT7xGv2PTnIQbfK4t4oNyimGk2AhPwfgxq3T" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_LEGACY_AMINO_JSON" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "Y+KnImc1yokmgShG2+UofZbbT68VQ+whZKLTbRXD1s0yTVtvsPRM0iynt/Y1qYqubd2hc/wrWb/NCjk9T8XlKg==" + ] +}