Skip to content

Commit

Permalink
Validatus gentx and peers. (#474)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Validatus authored Oct 24, 2023
1 parent df098e9 commit 5755f2c
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
4 changes: 4 additions & 0 deletions celestia/Validatus.txt
Original file line number Diff line number Diff line change
@@ -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
62 changes: 62 additions & 0 deletions celestia/gentx/Validatus.json
Original file line number Diff line number Diff line change
@@ -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=="
]
}

0 comments on commit 5755f2c

Please sign in to comment.