Merge branch 'master' of https://github.com/effofxprime/canine-docs
This commit is contained in:
commit
586d6ba3cb
@ -11,7 +11,7 @@ canined init <alias> --chain-id=<chain-id>
|
|||||||
|
|
||||||
:::note
|
:::note
|
||||||
|
|
||||||
`chain-id` for testnet is currently `lupulella-1`.
|
`chain-id` for testnet is currently `lupulella-2`.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ For an updated list of peers & seeds, please check [this page](https://github.co
|
|||||||
```sh
|
```sh
|
||||||
wget -O ~/.canine/config/genesis.json https://raw.githubusercontent.com/JackalLabs/jackal-chain-assets/main/testnet/genesis.json
|
wget -O ~/.canine/config/genesis.json https://raw.githubusercontent.com/JackalLabs/jackal-chain-assets/main/testnet/genesis.json
|
||||||
|
|
||||||
export SEEDS="f02c15ad3debdbab0845f399379871d8ee70a0c0@45.79.161.178:26657"
|
export SEEDS="84f520678ef59ea02f942fa6323ec562ca5a3249@45.79.161.178:26656,cecc087977336da1e9ccd2c50097cd9e7d5e1874@141.95.33.39:26656"
|
||||||
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/" ~/.canine/config/config.toml
|
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/" ~/.canine/config/config.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -14,20 +14,16 @@ The chain must be live on main-net to complete the following actions
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export PHOME={path-to-pool-from-before}
|
||||||
|
|
||||||
:::info
|
jprovd client gen-key --home=$PHOME
|
||||||
|
|
||||||
Coming soon in their finality
|
jprovd config chain-id {chain-id} --home=$PHOME
|
||||||
|
jprovd config node {your node} --home=$PHOME
|
||||||
|
|
||||||
:::
|
jprovd init {IP_ADDRESS} {STORAGE_IN_BYTES} {KEYBASE_IDENTITY} --home=$PHOME
|
||||||
<!-- ```sh
|
|
||||||
canined init [node-name] --home={path-to-pool-from-before}
|
|
||||||
|
|
||||||
canined config chain-id jackal-1
|
jprovd start --home=$PHOME
|
||||||
canined config keyring-backend test
|
```
|
||||||
|
|
||||||
canined tx storage init-provider {IP_ADDRESS} {STORAGE_IN_BYTES} --from {KEY_NAME} --gas-prices=0.002ujkl
|
|
||||||
|
|
||||||
canined start-provider --from {KEY_NAME} --gas-prices=0.002ujkl -y
|
|
||||||
``` -->
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user