embark-area-51/boilerplate/config/blockchain.yml

50 lines
1.0 KiB
YAML
Raw Normal View History

2015-05-24 12:58:17 +00:00
development:
rpc_host: localhost
rpc_port: 8101
2015-10-22 13:11:13 +00:00
mine: false
2015-12-10 18:35:08 +00:00
rpc_whitelist: localhost
2015-05-24 12:58:17 +00:00
minerthreads: 1
2015-07-30 02:05:48 +00:00
genesis_block: config/genesis/dev_genesis.json
2015-05-24 12:58:17 +00:00
datadir: /tmp/embark
chains: config/chains/development.json
2015-05-24 12:58:17 +00:00
mine_when_needed: true
max_peers: 0
2015-06-20 03:20:32 +00:00
gas_limit: 500000
2015-06-10 01:05:41 +00:00
gas_price: 10000000000000
2015-05-24 12:58:17 +00:00
account:
init: true
password: config/password
num: 1
2015-05-24 12:58:17 +00:00
staging:
rpc_host: localhost
rpc_port: 8101
2015-12-10 18:35:08 +00:00
rpc_whitelist: localhost
2015-05-24 12:58:17 +00:00
datadir: default
2015-10-22 13:11:13 +00:00
mine: false
2015-05-24 12:58:17 +00:00
network_id: 0
max_peers: 4
2015-10-01 13:23:41 +00:00
bootnodes:
boot: false
enodes: [] #insert enode urls here.
2015-10-21 04:08:28 +00:00
nat: any #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
2015-10-21 02:48:55 +00:00
port: 30303
2015-05-24 12:58:17 +00:00
account:
init: false
address:
2015-07-22 22:40:24 +00:00
production:
rpc_host: localhost
rpc_port: 8101
2015-12-10 18:35:08 +00:00
rpc_whitelist: localhost
2015-07-22 22:40:24 +00:00
datadir: default
network_id: 1
2015-10-22 13:11:13 +00:00
mine: false
max_peers: 4
2015-10-01 13:23:41 +00:00
bootnodes:
boot: false
enodes: []
2015-10-21 04:08:28 +00:00
nat: any #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
2015-10-21 02:48:55 +00:00
port: 30303
2015-07-22 22:40:24 +00:00
account:
init: false
address: