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.
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.
@@ -73,13 +76,17 @@ Playbooks are:
73
76
|`sifchain.yml`| Set up Sifchain node. It includes the general `prepare` task and `sifchain` specific task |
74
77
|`kava.yml`| Set up Kava node. It includes the general `prepare` task and `kava` specific task |
75
78
|`bitcanna.yml`| Set up Bitcanna node. It includes the general `prepare` task and `bitcanna` specific task |
79
+
|`kichain.yml`| Set up KiChain node. It includes the general `prepare` task and `kichain` specific task |
76
80
77
81
## Additional Info
78
82
79
83
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:
80
84
81
-
- Various chains: https://www.chainlayer.io/quicksync/
82
-
- Sifchain: see https://github.com/Sifchain/sifchain-validators/blob/master/docs/setup/standalone/manual.md
85
+
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.
83
90
84
91
## Some Useful Commands
85
92
@@ -93,6 +100,8 @@ When you install a node that has upgrades in the past, you can either sync from
93
100
94
101
[Sifchain](docs/sifchain.md)
95
102
103
+
[KiChain](docs/kichain.md)
104
+
96
105
## Please stake with our validators
97
106
98
107
| Network | Validator |
@@ -101,3 +110,4 @@ When you install a node that has upgrades in the past, you can either sync from
--details "Polkachu is the trusted staking service provider for blockchain projects. 100% refund for downtime slash. Contact us at [email protected]" \
0 commit comments