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

39 lines
711 B
YAML
Raw Normal View History

2015-05-24 12:58:17 +00:00
development:
rpc_host: localhost
rpc_port: 8101
2016-06-01 02:10:46 +00:00
rpc_whitelist: "*"
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
2015-06-20 03:20:32 +00:00
gas_limit: 500000
2015-06-10 01:05:41 +00:00
gas_price: 10000000000000
2016-06-01 02:10:46 +00:00
console: false
2015-05-24 12:58:17 +00:00
account:
init: true
password: config/password
staging:
2016-06-01 02:10:46 +00:00
testnet: true
2015-05-24 12:58:17 +00:00
rpc_host: localhost
rpc_port: 8101
2016-06-01 02:10:46 +00:00
rpc_whitelist: "*"
2015-05-24 12:58:17 +00:00
datadir: default
network_id: 0
2016-06-01 02:10:46 +00:00
deploy_timeout: 45
console: true
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
2016-06-01 02:10:46 +00:00
rpc_whitelist: "*"
2015-07-22 22:40:24 +00:00
datadir: default
network_id: 1
2016-06-01 02:10:46 +00:00
console: true
2015-07-22 22:40:24 +00:00
account:
init: false
address:
2016-06-01 02:10:46 +00:00