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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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/29] 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 075fbcd639d2cc1deb34cd97e636645d43561325 Mon Sep 17 00:00:00 2001 From: 0xAN Date: Mon, 23 Oct 2023 04:27:33 +0800 Subject: [PATCH 20/29] 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 21/29] 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 22/29] 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 23/29] 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 24/29] 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 25/29] 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 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 26/29] 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 27/29] 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 28/29] 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 960a9378243ac1ff22db088792e3b0a6aa3b5508 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Tue, 24 Oct 2023 13:24:42 +0200 Subject: [PATCH 29/29] 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