Browse Source

Coin changes, config changes

pull/1943/head
Greg Szabo 7 years ago
parent
commit
6680240fbe
2 changed files with 19 additions and 1 deletions
  1. +15
    -1
      ansible/app_options_files/public_testnet
  2. +4
    -0
      ansible/roles/config/templates/config.toml.j2

+ 15
- 1
ansible/app_options_files/public_testnet View File

@ -175,7 +175,7 @@
},
{
"name": "peng",
"address": "7B8422A210D0F0B8734908C093ECF0E9A768BDB8",
"address": "DC97A6E1A3E1FE868B55BA93C7FC626368261E09",
"coins": [
{
"denom": "fermion",
@ -300,6 +300,20 @@
"amount": 100
}
]
},
{
"name": "chjango",
"address": "1C0F9000D0AF1CBCAF8EAD636B729797905D6D24",
"coins": [
{
"denom": "fermion",
"amount": 100
},
{
"denom": "tokenchjango",
"amount": 1000
}
]
}
],


+ 4
- 0
ansible/roles/config/templates/config.toml.j2 View File

@ -42,10 +42,14 @@ create_empty_blocks_interval = 60
[consensus]
create_empty_blocks_interval = 60
[tx_index]
index_all_tags = true
{% endif %}
[p2p]
max_num_peers = 300
pex = true
{% if service == 'tendermint' %}
max_msg_packet_payload_size=65536
send_rate=51200000 # 50 MB/s


Loading…
Cancel
Save