Skip to content

Commit

Permalink
Problem: minimum gas prices not put by default
Browse files Browse the repository at this point in the history
Solution: (Fix crypto-org-chain#21) Add instructions to update the minimum gas prices
  • Loading branch information
calvinlauyh committed Oct 19, 2020
1 parent f036c49 commit dd9d90f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started/croeseid-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ Before kick-starting your node, we will have to configure your node so that it c
OK!
```

- For Cosmos configuration, in `~/.chain-maind/config/app.toml`, update minimum gas price to avoid [transaction spamming](https://github.com/cosmos/cosmos-sdk/issues/4527)

```bash
$ sed -i.bak -E 's#^(minimum-gas-prices[[:space:]]+=[[:space:]]+)""$#\1"0.025basetcro"#' ~/.chain-maind/config/app.toml
```

- For network configuration, in `~/.chain-maind/config/config.toml`, please modify the configurations of `seeds` and `create_empty_blocks_interval` by:

```bash
Expand Down

0 comments on commit dd9d90f

Please sign in to comment.