├── Git └── README.md ├── Mainnet-Guides ├── Agoric │ ├── Basic-Installation.md │ ├── PingPub │ │ ├── README.md │ │ └── agoric.png │ ├── README.md │ ├── Sentry-Node-Architecture.md │ ├── Upgrade.md │ └── tmkms-(separated-server).md ├── Desmos │ └── Upgrade.md ├── Gravity-Bridge │ ├── Basic-Installation.md │ ├── Gravity-Bridge-(Mercury-II-upgrade).md │ ├── Gravity-Bridge-(Polaris).md │ ├── Peers_problem_with_GETH.md │ ├── README.md │ ├── Sentry-Node-Architecture.md │ ├── Transfer_Validator_To_Another_Server.md │ ├── Upgrade.md │ └── tmkms-(separated-server).md ├── IDEP │ ├── README.md │ ├── Sentry-Node-Architecture.md │ └── tmkms.md ├── IRISnet │ ├── Upgrade.md │ ├── addrbook.json │ └── tmkms.md ├── Minimum-server-protection.md ├── Quicksilver │ ├── Node-insallation.md │ └── Update.md ├── README.md ├── Rizon │ └── Upgrade.md ├── Tgrade │ ├── Basic-Installation-Synchronization.md │ ├── Cosmovisor.md │ ├── Hermes_relayer_Tgrade-Osmosis.md │ ├── Minimum-server-protection.md │ ├── Monitoring │ │ ├── README.md │ │ ├── add_node.sh │ │ └── prometheus.yml │ ├── PingPub │ │ ├── Tgrade.md │ │ ├── Tgrade.png │ │ └── Tgrade.svg │ ├── README.md │ ├── Sentry-Node-Architecture.md │ ├── Upgrade.md │ ├── Wallet-Funding-&-Validator-Creating.md │ └── tmkms-validator-security.md └── Umee │ ├── Basic-Installation-Synchronization.md │ ├── Cosmovisor.md │ ├── Monitoring │ ├── README.md │ ├── add_node.sh │ └── prometheus.yml │ ├── README.md │ ├── Sentry-Node-Architecture.md │ ├── Wallet-Funding-Validator-Creating.md │ └── tmkms-validator-security.md ├── Monitoring-And-Alerting ├── Missed_blocks-Telegram-Alerting │ └── README.md └── Monitoring_Grafana_&_Prometheus │ ├── README.md │ ├── add_node.sh │ └── prometheus.yml ├── README.md ├── Solidity ├── Install_Truffle_for_Windows.md ├── Learning-web3.md └── Truffle-smart-contract-deploying.md ├── State-Sync ├── Agoric-mainnet.md ├── Haqq-(haqq_54211-2).md ├── OLLO-Testnet.md ├── README.md ├── Tgrade-Mainnet.md ├── Uptick.md └── archive │ ├── Axelar-testnet-2.md │ ├── Clan-(playstation-2_testnet).md │ ├── EmpowerChain-Testnet.md │ ├── Gravity-Bridge.md │ ├── IDEP.md │ ├── OKP4.md │ ├── Rebus-testnet.md │ ├── SEI-atlantic-1.md │ ├── StaFiHub_(stafihub-public-testnet-3).md │ ├── Umee-Mainnet.md │ ├── quicksilver-(Killerqueen-Testnet).md │ └── quicksilver-(kqcosmos-1).md ├── Testnet-guides ├── Agoric │ ├── Agoric-Devnet.md │ └── Testnet-(agoricollinet-11).md ├── Axelar │ ├── Basic-Installation.md │ ├── Monitoring │ │ ├── README.md │ │ ├── add_node.sh │ │ └── prometheus.yml │ ├── README.md │ ├── Sentry-Node-Architecture.md │ └── tmkms-(separated-server).md ├── ConsenSys-zkEVM │ ├── README.md │ ├── Truffle-zkEVM-Ubuntu.md │ └── Truffle-zkEVM-Windows.md ├── Empower │ └── Upgrade.md ├── Haqq │ ├── Commands.md │ ├── Node-insallation.md │ ├── Tasks.md │ ├── Update.md │ ├── Validator-Security │ │ ├── Alerting-Telegram-Missed_blocks.md │ │ ├── Alerting-Telegram.sh │ │ ├── Minimum-server-protection.md │ │ ├── Monitoring │ │ │ ├── README.md │ │ │ ├── add_node.sh │ │ │ └── prometheus.yml │ │ ├── Sentry-Node-Architecture.md │ │ └── tmkms.md │ ├── Wallet-Funding-Validator-Creating.md │ ├── explorer │ │ ├── Default-Configs.md │ │ ├── HAQQ.png │ │ ├── HAQQ.svg │ │ └── README.md │ └── sender_script.md ├── Neutron │ └── tmkms.md ├── OKP4 │ ├── Node-insallation.md │ └── Wallet-Funding-Validator-Creating.md ├── OLLO │ ├── Commands.md │ ├── Node-insallation.md │ ├── Wallet-Funding-Validator-Creating.md │ ├── addrbook.json │ ├── backup.md │ └── ollo-sei-Hermes-ibc-relayer.md ├── Quicksilver │ ├── Quicksilver-Rhapsody-Testnet.md │ ├── Quicksilver-Rhapsody-UPDATING-(quicktest-5).md │ └── kqcosmos-1.md ├── Rebus │ └── Monitoring │ │ ├── README.md │ │ ├── add_node.sh │ │ └── prometheus.yml ├── SEI-testnet-devnet │ ├── From_Atlantic-sub_to_Atlantic-1_Cosmovisor.md │ ├── Hermes-relayer.md │ ├── README.md │ ├── SEI_atlantic-1.md │ ├── SEI_atlantic-1_(1.1.1beta_upgrade).md │ ├── Sentry-Node-Architecture.md │ └── validator-security-tmkms.md ├── SUI │ ├── Updating.md │ └── fullnode-(testnet-wave-2).md ├── Source │ ├── Basic-Installation-Synchronization.md │ ├── Cosmovisor.md │ ├── Hermes-relayer.md │ ├── Minimum-server-protection.md │ ├── Monitoring │ │ ├── README.md │ │ ├── add_node.sh │ │ └── prometheus.yml │ ├── PingPub │ │ ├── source.md │ │ └── source.png │ ├── README.md │ ├── Sentry-Node-Architecture.md │ ├── Wallet-Funding-&-Validator-Creating.md │ └── tmkms-validator-security.md ├── StafiHub │ ├── Basic-Installation.md │ ├── Hermes-relayer.md │ ├── README.md │ ├── Sentry-Node-Architecture.md │ ├── Update.md │ └── tmkms.md ├── Stride │ ├── Cosmovisor.md │ ├── Hermes_relayer_Stride-Gaia.md │ └── Monitoring │ │ ├── README.md │ │ ├── add_node.sh │ │ └── prometheus.yml └── Uptick │ ├── Basic-Installation.md │ ├── Monitoring │ ├── README.md │ ├── add_node.sh │ └── prometheus.yml │ ├── Update-v0.2.5.md │ ├── Upgrade.md │ └── addrbook.json └── archive └── README.md /Git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Git/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Agoric/Basic-Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Agoric/Basic-Installation.md -------------------------------------------------------------------------------- /Mainnet-Guides/Agoric/PingPub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Agoric/PingPub/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Agoric/PingPub/agoric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Agoric/PingPub/agoric.png -------------------------------------------------------------------------------- /Mainnet-Guides/Agoric/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Agoric/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Agoric/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Agoric/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Mainnet-Guides/Agoric/Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Agoric/Upgrade.md -------------------------------------------------------------------------------- /Mainnet-Guides/Agoric/tmkms-(separated-server).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Agoric/tmkms-(separated-server).md -------------------------------------------------------------------------------- /Mainnet-Guides/Desmos/Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Desmos/Upgrade.md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/Basic-Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/Basic-Installation.md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/Gravity-Bridge-(Mercury-II-upgrade).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/Gravity-Bridge-(Mercury-II-upgrade).md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/Gravity-Bridge-(Polaris).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/Gravity-Bridge-(Polaris).md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/Peers_problem_with_GETH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/Peers_problem_with_GETH.md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/Transfer_Validator_To_Another_Server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/Transfer_Validator_To_Another_Server.md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/Upgrade.md -------------------------------------------------------------------------------- /Mainnet-Guides/Gravity-Bridge/tmkms-(separated-server).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Gravity-Bridge/tmkms-(separated-server).md -------------------------------------------------------------------------------- /Mainnet-Guides/IDEP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/IDEP/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/IDEP/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/IDEP/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Mainnet-Guides/IDEP/tmkms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/IDEP/tmkms.md -------------------------------------------------------------------------------- /Mainnet-Guides/IRISnet/Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/IRISnet/Upgrade.md -------------------------------------------------------------------------------- /Mainnet-Guides/IRISnet/addrbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/IRISnet/addrbook.json -------------------------------------------------------------------------------- /Mainnet-Guides/IRISnet/tmkms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/IRISnet/tmkms.md -------------------------------------------------------------------------------- /Mainnet-Guides/Minimum-server-protection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Minimum-server-protection.md -------------------------------------------------------------------------------- /Mainnet-Guides/Quicksilver/Node-insallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Quicksilver/Node-insallation.md -------------------------------------------------------------------------------- /Mainnet-Guides/Quicksilver/Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Quicksilver/Update.md -------------------------------------------------------------------------------- /Mainnet-Guides/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Rizon/Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Rizon/Upgrade.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Basic-Installation-Synchronization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Basic-Installation-Synchronization.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Cosmovisor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Cosmovisor.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Hermes_relayer_Tgrade-Osmosis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Hermes_relayer_Tgrade-Osmosis.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Minimum-server-protection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Minimum-server-protection.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Monitoring/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Monitoring/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Monitoring/add_node.sh -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Monitoring/prometheus.yml -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/PingPub/Tgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/PingPub/Tgrade.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/PingPub/Tgrade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/PingPub/Tgrade.png -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/PingPub/Tgrade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/PingPub/Tgrade.svg -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Upgrade.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/Wallet-Funding-&-Validator-Creating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/Wallet-Funding-&-Validator-Creating.md -------------------------------------------------------------------------------- /Mainnet-Guides/Tgrade/tmkms-validator-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Tgrade/tmkms-validator-security.md -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/Basic-Installation-Synchronization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/Basic-Installation-Synchronization.md -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/Cosmovisor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/Cosmovisor.md -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/Monitoring/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/Monitoring/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/Monitoring/add_node.sh -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/Monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/Monitoring/prometheus.yml -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/README.md -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/Wallet-Funding-Validator-Creating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/Wallet-Funding-Validator-Creating.md -------------------------------------------------------------------------------- /Mainnet-Guides/Umee/tmkms-validator-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Mainnet-Guides/Umee/tmkms-validator-security.md -------------------------------------------------------------------------------- /Monitoring-And-Alerting/Missed_blocks-Telegram-Alerting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Monitoring-And-Alerting/Missed_blocks-Telegram-Alerting/README.md -------------------------------------------------------------------------------- /Monitoring-And-Alerting/Monitoring_Grafana_&_Prometheus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Monitoring-And-Alerting/Monitoring_Grafana_&_Prometheus/README.md -------------------------------------------------------------------------------- /Monitoring-And-Alerting/Monitoring_Grafana_&_Prometheus/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Monitoring-And-Alerting/Monitoring_Grafana_&_Prometheus/add_node.sh -------------------------------------------------------------------------------- /Monitoring-And-Alerting/Monitoring_Grafana_&_Prometheus/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Monitoring-And-Alerting/Monitoring_Grafana_&_Prometheus/prometheus.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/README.md -------------------------------------------------------------------------------- /Solidity/Install_Truffle_for_Windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Solidity/Install_Truffle_for_Windows.md -------------------------------------------------------------------------------- /Solidity/Learning-web3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Solidity/Learning-web3.md -------------------------------------------------------------------------------- /Solidity/Truffle-smart-contract-deploying.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Solidity/Truffle-smart-contract-deploying.md -------------------------------------------------------------------------------- /State-Sync/Agoric-mainnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/Agoric-mainnet.md -------------------------------------------------------------------------------- /State-Sync/Haqq-(haqq_54211-2).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/Haqq-(haqq_54211-2).md -------------------------------------------------------------------------------- /State-Sync/OLLO-Testnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/OLLO-Testnet.md -------------------------------------------------------------------------------- /State-Sync/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/README.md -------------------------------------------------------------------------------- /State-Sync/Tgrade-Mainnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/Tgrade-Mainnet.md -------------------------------------------------------------------------------- /State-Sync/Uptick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/Uptick.md -------------------------------------------------------------------------------- /State-Sync/archive/Axelar-testnet-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/Axelar-testnet-2.md -------------------------------------------------------------------------------- /State-Sync/archive/Clan-(playstation-2_testnet).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/Clan-(playstation-2_testnet).md -------------------------------------------------------------------------------- /State-Sync/archive/EmpowerChain-Testnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/EmpowerChain-Testnet.md -------------------------------------------------------------------------------- /State-Sync/archive/Gravity-Bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/Gravity-Bridge.md -------------------------------------------------------------------------------- /State-Sync/archive/IDEP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/IDEP.md -------------------------------------------------------------------------------- /State-Sync/archive/OKP4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/OKP4.md -------------------------------------------------------------------------------- /State-Sync/archive/Rebus-testnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/Rebus-testnet.md -------------------------------------------------------------------------------- /State-Sync/archive/SEI-atlantic-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/SEI-atlantic-1.md -------------------------------------------------------------------------------- /State-Sync/archive/StaFiHub_(stafihub-public-testnet-3).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/StaFiHub_(stafihub-public-testnet-3).md -------------------------------------------------------------------------------- /State-Sync/archive/Umee-Mainnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/Umee-Mainnet.md -------------------------------------------------------------------------------- /State-Sync/archive/quicksilver-(Killerqueen-Testnet).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/quicksilver-(Killerqueen-Testnet).md -------------------------------------------------------------------------------- /State-Sync/archive/quicksilver-(kqcosmos-1).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/State-Sync/archive/quicksilver-(kqcosmos-1).md -------------------------------------------------------------------------------- /Testnet-guides/Agoric/Agoric-Devnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Agoric/Agoric-Devnet.md -------------------------------------------------------------------------------- /Testnet-guides/Agoric/Testnet-(agoricollinet-11).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Agoric/Testnet-(agoricollinet-11).md -------------------------------------------------------------------------------- /Testnet-guides/Axelar/Basic-Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Axelar/Basic-Installation.md -------------------------------------------------------------------------------- /Testnet-guides/Axelar/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Axelar/Monitoring/README.md -------------------------------------------------------------------------------- /Testnet-guides/Axelar/Monitoring/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Axelar/Monitoring/add_node.sh -------------------------------------------------------------------------------- /Testnet-guides/Axelar/Monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Axelar/Monitoring/prometheus.yml -------------------------------------------------------------------------------- /Testnet-guides/Axelar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Axelar/README.md -------------------------------------------------------------------------------- /Testnet-guides/Axelar/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Axelar/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Testnet-guides/Axelar/tmkms-(separated-server).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Axelar/tmkms-(separated-server).md -------------------------------------------------------------------------------- /Testnet-guides/ConsenSys-zkEVM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/ConsenSys-zkEVM/README.md -------------------------------------------------------------------------------- /Testnet-guides/ConsenSys-zkEVM/Truffle-zkEVM-Ubuntu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/ConsenSys-zkEVM/Truffle-zkEVM-Ubuntu.md -------------------------------------------------------------------------------- /Testnet-guides/ConsenSys-zkEVM/Truffle-zkEVM-Windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/ConsenSys-zkEVM/Truffle-zkEVM-Windows.md -------------------------------------------------------------------------------- /Testnet-guides/Empower/Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Empower/Upgrade.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Commands.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Node-insallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Node-insallation.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Tasks.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Update.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Validator-Security/Alerting-Telegram-Missed_blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Validator-Security/Alerting-Telegram-Missed_blocks.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Validator-Security/Alerting-Telegram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Validator-Security/Alerting-Telegram.sh -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Validator-Security/Minimum-server-protection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Validator-Security/Minimum-server-protection.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Validator-Security/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Validator-Security/Monitoring/README.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Validator-Security/Monitoring/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Validator-Security/Monitoring/add_node.sh -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Validator-Security/Monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Validator-Security/Monitoring/prometheus.yml -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Validator-Security/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Validator-Security/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Validator-Security/tmkms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Validator-Security/tmkms.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/Wallet-Funding-Validator-Creating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/Wallet-Funding-Validator-Creating.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/explorer/Default-Configs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/explorer/Default-Configs.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/explorer/HAQQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/explorer/HAQQ.png -------------------------------------------------------------------------------- /Testnet-guides/Haqq/explorer/HAQQ.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/explorer/HAQQ.svg -------------------------------------------------------------------------------- /Testnet-guides/Haqq/explorer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/explorer/README.md -------------------------------------------------------------------------------- /Testnet-guides/Haqq/sender_script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Haqq/sender_script.md -------------------------------------------------------------------------------- /Testnet-guides/Neutron/tmkms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Neutron/tmkms.md -------------------------------------------------------------------------------- /Testnet-guides/OKP4/Node-insallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/OKP4/Node-insallation.md -------------------------------------------------------------------------------- /Testnet-guides/OKP4/Wallet-Funding-Validator-Creating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/OKP4/Wallet-Funding-Validator-Creating.md -------------------------------------------------------------------------------- /Testnet-guides/OLLO/Commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/OLLO/Commands.md -------------------------------------------------------------------------------- /Testnet-guides/OLLO/Node-insallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/OLLO/Node-insallation.md -------------------------------------------------------------------------------- /Testnet-guides/OLLO/Wallet-Funding-Validator-Creating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/OLLO/Wallet-Funding-Validator-Creating.md -------------------------------------------------------------------------------- /Testnet-guides/OLLO/addrbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/OLLO/addrbook.json -------------------------------------------------------------------------------- /Testnet-guides/OLLO/backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/OLLO/backup.md -------------------------------------------------------------------------------- /Testnet-guides/OLLO/ollo-sei-Hermes-ibc-relayer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/OLLO/ollo-sei-Hermes-ibc-relayer.md -------------------------------------------------------------------------------- /Testnet-guides/Quicksilver/Quicksilver-Rhapsody-Testnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Quicksilver/Quicksilver-Rhapsody-Testnet.md -------------------------------------------------------------------------------- /Testnet-guides/Quicksilver/Quicksilver-Rhapsody-UPDATING-(quicktest-5).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Quicksilver/Quicksilver-Rhapsody-UPDATING-(quicktest-5).md -------------------------------------------------------------------------------- /Testnet-guides/Quicksilver/kqcosmos-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Quicksilver/kqcosmos-1.md -------------------------------------------------------------------------------- /Testnet-guides/Rebus/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Rebus/Monitoring/README.md -------------------------------------------------------------------------------- /Testnet-guides/Rebus/Monitoring/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Rebus/Monitoring/add_node.sh -------------------------------------------------------------------------------- /Testnet-guides/Rebus/Monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Rebus/Monitoring/prometheus.yml -------------------------------------------------------------------------------- /Testnet-guides/SEI-testnet-devnet/From_Atlantic-sub_to_Atlantic-1_Cosmovisor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SEI-testnet-devnet/From_Atlantic-sub_to_Atlantic-1_Cosmovisor.md -------------------------------------------------------------------------------- /Testnet-guides/SEI-testnet-devnet/Hermes-relayer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SEI-testnet-devnet/Hermes-relayer.md -------------------------------------------------------------------------------- /Testnet-guides/SEI-testnet-devnet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SEI-testnet-devnet/README.md -------------------------------------------------------------------------------- /Testnet-guides/SEI-testnet-devnet/SEI_atlantic-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SEI-testnet-devnet/SEI_atlantic-1.md -------------------------------------------------------------------------------- /Testnet-guides/SEI-testnet-devnet/SEI_atlantic-1_(1.1.1beta_upgrade).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SEI-testnet-devnet/SEI_atlantic-1_(1.1.1beta_upgrade).md -------------------------------------------------------------------------------- /Testnet-guides/SEI-testnet-devnet/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SEI-testnet-devnet/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Testnet-guides/SEI-testnet-devnet/validator-security-tmkms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SEI-testnet-devnet/validator-security-tmkms.md -------------------------------------------------------------------------------- /Testnet-guides/SUI/Updating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SUI/Updating.md -------------------------------------------------------------------------------- /Testnet-guides/SUI/fullnode-(testnet-wave-2).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/SUI/fullnode-(testnet-wave-2).md -------------------------------------------------------------------------------- /Testnet-guides/Source/Basic-Installation-Synchronization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Basic-Installation-Synchronization.md -------------------------------------------------------------------------------- /Testnet-guides/Source/Cosmovisor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Cosmovisor.md -------------------------------------------------------------------------------- /Testnet-guides/Source/Hermes-relayer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Hermes-relayer.md -------------------------------------------------------------------------------- /Testnet-guides/Source/Minimum-server-protection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Minimum-server-protection.md -------------------------------------------------------------------------------- /Testnet-guides/Source/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Monitoring/README.md -------------------------------------------------------------------------------- /Testnet-guides/Source/Monitoring/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Monitoring/add_node.sh -------------------------------------------------------------------------------- /Testnet-guides/Source/Monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Monitoring/prometheus.yml -------------------------------------------------------------------------------- /Testnet-guides/Source/PingPub/source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/PingPub/source.md -------------------------------------------------------------------------------- /Testnet-guides/Source/PingPub/source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/PingPub/source.png -------------------------------------------------------------------------------- /Testnet-guides/Source/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/README.md -------------------------------------------------------------------------------- /Testnet-guides/Source/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Testnet-guides/Source/Wallet-Funding-&-Validator-Creating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/Wallet-Funding-&-Validator-Creating.md -------------------------------------------------------------------------------- /Testnet-guides/Source/tmkms-validator-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Source/tmkms-validator-security.md -------------------------------------------------------------------------------- /Testnet-guides/StafiHub/Basic-Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/StafiHub/Basic-Installation.md -------------------------------------------------------------------------------- /Testnet-guides/StafiHub/Hermes-relayer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/StafiHub/Hermes-relayer.md -------------------------------------------------------------------------------- /Testnet-guides/StafiHub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/StafiHub/README.md -------------------------------------------------------------------------------- /Testnet-guides/StafiHub/Sentry-Node-Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/StafiHub/Sentry-Node-Architecture.md -------------------------------------------------------------------------------- /Testnet-guides/StafiHub/Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/StafiHub/Update.md -------------------------------------------------------------------------------- /Testnet-guides/StafiHub/tmkms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/StafiHub/tmkms.md -------------------------------------------------------------------------------- /Testnet-guides/Stride/Cosmovisor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Stride/Cosmovisor.md -------------------------------------------------------------------------------- /Testnet-guides/Stride/Hermes_relayer_Stride-Gaia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Stride/Hermes_relayer_Stride-Gaia.md -------------------------------------------------------------------------------- /Testnet-guides/Stride/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Stride/Monitoring/README.md -------------------------------------------------------------------------------- /Testnet-guides/Stride/Monitoring/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Stride/Monitoring/add_node.sh -------------------------------------------------------------------------------- /Testnet-guides/Stride/Monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Stride/Monitoring/prometheus.yml -------------------------------------------------------------------------------- /Testnet-guides/Uptick/Basic-Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Uptick/Basic-Installation.md -------------------------------------------------------------------------------- /Testnet-guides/Uptick/Monitoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Uptick/Monitoring/README.md -------------------------------------------------------------------------------- /Testnet-guides/Uptick/Monitoring/add_node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Uptick/Monitoring/add_node.sh -------------------------------------------------------------------------------- /Testnet-guides/Uptick/Monitoring/prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Uptick/Monitoring/prometheus.yml -------------------------------------------------------------------------------- /Testnet-guides/Uptick/Update-v0.2.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Uptick/Update-v0.2.5.md -------------------------------------------------------------------------------- /Testnet-guides/Uptick/Upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Uptick/Upgrade.md -------------------------------------------------------------------------------- /Testnet-guides/Uptick/addrbook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/Testnet-guides/Uptick/addrbook.json -------------------------------------------------------------------------------- /archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexToTheSun/Validator_Activity/HEAD/archive/README.md --------------------------------------------------------------------------------