Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Public Testnet for Columbus-4

Version

Terrad v0.4.6

Timelines

  • 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

How to submit Genesis Address

Add your address line on the last part of address.json via Pull Request.

How to generate Genesis Transaction

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.

Configuration

Minimum Gas Prices

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"

Seed Node

Define seeds in ~/.terrad/config/config.toml

seeds = "341f51bf381566dfef0fc345c2aa882cbeebd320@public-seed2.terra.dev:36656"

Persistent Peer

Only specify it when the seed node is not working well

persistent_peers = "9ab68536fdaed15ea4377e8d9b2c56cb67057287@15.164.0.235:26656,d2033687c5e87e1a875bb37239cbb4f08b2493eb@3.35.148.111:26656"