updating seeds & peers

This commit is contained in:
Marston Connell
2022-10-27 15:08:50 -04:00
parent 6a92b57e79
commit bbd0c98f88
2 changed files with 11 additions and 5 deletions
+6
View File
@@ -10,6 +10,12 @@ This guide assumes you are using the same machine as the full node.
## Setting Up
As a validator, you'll need to set a minimum gas price like so:
```sh
GAS="0.002ujkl"
sed -i.bak -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"$GAS\"/" $HOME/.canine/config/app.toml
```
```sh
canined tx staking create-validator \
--amount 1000000ujkl \