This commit is contained in:
Erialos 2022-12-02 10:04:10 -07:00
commit 586d6ba3cb
2 changed files with 10 additions and 14 deletions

View File

@ -11,7 +11,7 @@ canined init <alias> --chain-id=<chain-id>
:::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
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
```

View File

@ -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
:::
<!-- ```sh
canined init [node-name] --home={path-to-pool-from-before}
jprovd init {IP_ADDRESS} {STORAGE_IN_BYTES} {KEYBASE_IDENTITY} --home=$PHOME
canined config chain-id jackal-1
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
``` -->
jprovd start --home=$PHOME
```