2015-05-24 08:58:17 -04:00
|
|
|
development:
|
|
|
|
rpc_host: localhost
|
|
|
|
rpc_port: 8101
|
|
|
|
rpc_whitelist: "*"
|
|
|
|
minerthreads: 1
|
2015-07-29 22:05:48 -04:00
|
|
|
genesis_block: config/genesis/dev_genesis.json
|
2015-05-24 08:58:17 -04:00
|
|
|
datadir: /tmp/embark
|
2015-09-05 07:39:22 -04:00
|
|
|
chains: config/chains/development.json
|
2015-05-24 08:58:17 -04:00
|
|
|
mine_when_needed: true
|
2015-09-14 20:06:36 -05:00
|
|
|
max_peers: 0
|
2015-06-19 23:20:32 -04:00
|
|
|
gas_limit: 500000
|
2015-06-09 21:05:41 -04:00
|
|
|
gas_price: 10000000000000
|
2015-05-24 08:58:17 -04:00
|
|
|
console: false
|
|
|
|
account:
|
|
|
|
init: true
|
|
|
|
password: config/password
|
2015-09-14 19:58:52 -05:00
|
|
|
num: 1
|
2015-05-24 08:58:17 -04:00
|
|
|
staging:
|
|
|
|
rpc_host: localhost
|
|
|
|
rpc_port: 8101
|
|
|
|
rpc_whitelist: "*"
|
|
|
|
datadir: default
|
|
|
|
network_id: 0
|
2015-09-14 20:06:36 -05:00
|
|
|
max_peers: 4
|
2015-05-24 08:58:17 -04:00
|
|
|
console: true
|
2015-10-01 08:23:41 -05:00
|
|
|
bootnodes:
|
|
|
|
boot: false
|
|
|
|
enodes: [] #insert enode urls here.
|
2015-05-24 08:58:17 -04:00
|
|
|
account:
|
|
|
|
init: false
|
2015-07-29 15:49:02 +02:00
|
|
|
address:
|
2015-07-22 18:40:24 -04:00
|
|
|
production:
|
|
|
|
rpc_host: localhost
|
|
|
|
rpc_port: 8101
|
|
|
|
rpc_whitelist: "*"
|
|
|
|
datadir: default
|
|
|
|
network_id: 1
|
2015-09-14 20:07:36 -05:00
|
|
|
max_peers: 4
|
2015-07-22 18:40:24 -04:00
|
|
|
console: true
|
2015-10-01 08:23:41 -05:00
|
|
|
bootnodes:
|
|
|
|
boot: false
|
|
|
|
enodes: []
|
2015-07-22 18:40:24 -04:00
|
|
|
account:
|
|
|
|
init: false
|
2015-07-29 15:49:02 +02:00
|
|
|
address:
|