Terrad v0.4.6
- September 3, 2020 06:00 KST, Collect Genesis Addresses
- September 3, 2020 09:00 KST, Release penultimate genesis
- September 4, 2020 00:00 KST, Collect Genesis Transactions
- September 4, 2020 00:30 KST, Release genesis and seed node address
- September 4, 2020 15:00 KST, Launch Tequila-0004 network
Add your address line on the last part of address.json via Pull Request.
Download the penultimate-genesis.json
, which will be released after we gather all Genesis Accounts, and place that file to ~/.terrad/config/genesis.json
and execute following command.
terrad gentx --name my_account --amount 10000000000uluna
The file will be store in ~/.terrad/config/gentx/gentx-xxxx.json
. Please upload gentx-xxxx.json
file to gentx folder via Pull Request.
We recommend you to define gas prices in ~/.terrad/config/app.toml as below
minimum-gas-prices = "0.15uluna,0.15uusd,0.1018usdr,178.05ukrw,431.6259umnt"
Define seeds in ~/.terrad/config/config.toml
seeds = "[email protected]:36656"
Only specify it when the seed node is not working well
persistent_peers = "[email protected]:26656,[email protected]:26656"