This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "__inputs": [ | |
| { | |
| "name": "DS_PROMETHEUS", | |
| "label": "Prometheus", | |
| "description": "", | |
| "type": "datasource", | |
| "pluginId": "prometheus", | |
| "pluginName": "Prometheus" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # This script allows the easy installation of the Cosmovisor daemon to watch | |
| # any upgrade of your Desmos node. | |
| # In order to run it properly, just execute this script giving it the path | |
| # to the folder where you cloned Desmos. | |
| # Example: | |
| # ./install-cosmovisor.sh ~/desmos | |
| DESMOS_PATH=$1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #how works one Validator and Sentry Node for Cosmos: | |
| #I have one Sentry-Validator-Node, and two Full-nodes-NO-Validator | |
| #For my setup i used 4 Addresses for Full-nodes-NO-Validator i trust. two mines, two for other validator fiend. | |
| #Beware that |