You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But before you rush with this easy setup, you probably want to read on so you understand the structure of this Ansible program and all the features it offers.
@@ -62,13 +61,13 @@ The structure allows you to target `vars` to each node, or a group cluster, or t
62
61
The key Ansible playbook is `<chain>.yml` files. It will set up a fresh node from scratch. For example:
If you prefer to install the node manually, you can run a 'prepare' playbook to set up a server for a cosmo-based chain without installing the node itself.
|`prepare.yml `| Prepare the server with node_exporter, promtail, go, cosmovisor, and firewall rules |
80
+
|`bitcanna.yml`| Set up Bitcanna node. It includes the general `prepare` task and `bitcanna` specific task |
81
81
|`juno.yml`| Set up Juno node. It includes the general `prepare` task and `juno` specific task |
82
-
|`sifchain.yml`| Set up Sifchain node. It includes the general `prepare` task and `sifchain` specific task |
83
-
|`terra.yml`| Set up Sifchain node. It includes the general `prepare` task and `terra` specific task |
84
82
|`kava.yml`| Set up Kava node. It includes the general `prepare` task and `kava` specific task |
85
-
|`bitcanna.yml`| Set up Bitcanna node. It includes the general `prepare` task and `bitcanna` specific task |
86
83
|`kichain.yml`| Set up KiChain node. It includes the general `prepare` task and `kichain` specific task |
87
84
|`osmosis.yml`| Set up Osmosis node. It includes the general `prepare` task and `osmosis` specific task |
85
+
|`sifchain.yml`| Set up Sifchain node. It includes the general `prepare` task and `sifchain` specific task |
86
+
|`terra.yml`| Set up Sifchain node. It includes the general `prepare` task and `terra` specific task |
88
87
89
88
## Additional Info
90
89
91
90
When you install a node that has upgrades in the past, you can either sync from Block 1, or use a snapshot to time-travel to the present quickly. We strongly recommend using snapshots. It will save you time of syncing and debugging. Here are a list of trusted snapshot providers. Do your own research and make sure that you can trust the snapshot providers:
92
91
93
92
Kava: Snapshot is [here](https://www.chainlayer.io/quicksync/)
KiChain: Follow instruction [here](https://mzonder.notion.site/KiChain-2-Mainnet-Clean-Install-b20ce6400131499f854abc7567ce3b3f). In fact, we cannot make it work with the peers listed when we tried to sync from Block 1. The only way we made it work is by syncing with the snapshot from the included link.
98
95
96
+
Osmosis: Snapshot is [here](https://www.chainlayer.io/quicksync/)
--details "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]" \
0 commit comments