Skip to content

Commit

Permalink
Merge pull request #409 from cosmos/fabo/408-add-gaia-2-genesis
Browse files Browse the repository at this point in the history
Fabo/408 add gaia 2 genesis
  • Loading branch information
jbibla authored Jan 29, 2018
2 parents 901d1cc + 807d6c2 commit 5007642
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 1 deletion.
28 changes: 28 additions & 0 deletions app/networks/gaia-2/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml

proxy_app = "tcp://127.0.0.1:46658"
moniker = "159.89.198.221"
fast_sync = true

db_backend = "leveldb"
log_level = "state:info,*:error"
#log_level = "*:debug"


[rpc]
laddr = "tcp://0.0.0.0:46657"


[consensus]
create_empty_blocks_interval = 60

[tx_index]
index_all_tags = true


[p2p]
max_num_peers = 300
pex = true
laddr = "tcp://0.0.0.0:46656"
seeds = "178.62.35.120:46656,138.68.21.243:46656,159.203.88.224:46656,138.197.131.102:46656,95.85.37.158:46656,159.89.3.34:46656"
1 change: 1 addition & 0 deletions app/networks/gaia-2/gaiaversion.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.5.0
Loading

0 comments on commit 5007642

Please sign in to comment.