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] 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==" + ] +}