Merge pull request #11 from Tieman0220/patch-1
Clean up provider install
This commit is contained in:
commit
fd38cb5e14
@ -112,7 +112,7 @@ Mainnet tokens can be purchased on https://frontier.osmosis.zone/
|
|||||||
5. Initialize the provider
|
5. Initialize the provider
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
jprovd init {IP_ADDRESS} {STORAGE_IN_BYTES} {KEYBASE_IDENTITY} --home=$PHOME
|
jprovd init {FQDN} {STORAGE_IN_BYTES} {KEYBASE_IDENTITY} --home=$PHOME
|
||||||
```
|
```
|
||||||
|
|
||||||
example:
|
example:
|
||||||
@ -121,7 +121,7 @@ example:
|
|||||||
jprovd init "https://storagep1.chainstrategies.cloud" "9000" "" --home=$PHOME
|
jprovd init "https://storagep1.chainstrategies.cloud" "9000" "" --home=$PHOME
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note that 'https://' is required to be included in the ip or init will throw an error.
|
Please note that 'https://' is required to be included in the FQDN or init will throw an error.
|
||||||
Link for TB to Bytes converter: https://www.convertunits.com/from/TB/to/byte
|
Link for TB to Bytes converter: https://www.convertunits.com/from/TB/to/byte
|
||||||
|
|
||||||
6. Start the provider
|
6. Start the provider
|
||||||
|
Loading…
Reference in New Issue
Block a user