From 696bffd4a59ddc03e0bf9861f5cfb0d8a6addbc6 Mon Sep 17 00:00:00 2001 From: molla202 <91562185+molla202@users.noreply.github.com> Date: Mon, 2 Jun 2025 01:25:49 +0300 Subject: [PATCH 1/2] Add files via upload --- .../gentx/gentx-1144a4f1f0fde2f5ce87d5366c912c04a1ade24e.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 mainnet/gentx/gentx-1144a4f1f0fde2f5ce87d5366c912c04a1ade24e.json diff --git a/mainnet/gentx/gentx-1144a4f1f0fde2f5ce87d5366c912c04a1ade24e.json b/mainnet/gentx/gentx-1144a4f1f0fde2f5ce87d5366c912c04a1ade24e.json new file mode 100644 index 0000000..5ae50a9 --- /dev/null +++ b/mainnet/gentx/gentx-1144a4f1f0fde2f5ce87d5366c912c04a1ade24e.json @@ -0,0 +1 @@ +{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"corenode","identity":"5067F2E06F7E7599","website":"https://corenodehq.com","security_contact":"corenodehq@gmail.com","details":"https://github.com/Core-Node-Team"},"commission":{"rate":"0.100000000000000000","max_rate":"0.250000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"lumeravaloper1jyhgnwq426am46w9t3ps0x4uadyemly7e8d73n","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"w2kABdPh100SeXOnVvEEHDQjNRV7CfGEU00FPRNQMR4="},"value":{"denom":"ulume","amount":"1000000"}}],"memo":"1144a4f1f0fde2f5ce87d5366c912c04a1ade24e@65.109.16.218:26656","timeout_height":"0","extension_options":[],"non_critical_extension_options":[]},"auth_info":{"signer_infos":[{"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aubhl7XKIt22uXSD1471SYN4XLzPj76tfPigs+XDdHpG"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["f4lh3tJIkFqhcEoothXcblC6IRclFyZhlaQco8PyTiga8/zJypBIwffNAX3Ej6QiJqv8DrKbXcKD5BqLJuWitQ=="]} From 42716d3d0d9244ef6d1ff409873d6062bf83e256 Mon Sep 17 00:00:00 2001 From: molla202 <91562185+molla202@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:13:06 +0300 Subject: [PATCH 2/2] Update SUPERNODE_GUIDE.md service on-failure change always. this will prevent the pause. --- docs/SUPERNODE_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SUPERNODE_GUIDE.md b/docs/SUPERNODE_GUIDE.md index 9e6ba8d..4d3f525 100644 --- a/docs/SUPERNODE_GUIDE.md +++ b/docs/SUPERNODE_GUIDE.md @@ -293,7 +293,7 @@ After=network-online.target [Service] User= ExecStart=/usr/local/bin/supernode start --basedir /home//.supernode -Restart=on-failure +Restart=always RestartSec=5 LimitNOFILE=65536 @@ -354,7 +354,7 @@ After=network-online.target [Service] User= ExecStart=/usr/local/bin/sn-manager start -Restart=on-failure +Restart=always RestartSec=10 LimitNOFILE=65536 Environment="HOME=/home/"