embark/demo/config/blockchain.yml

35 lines
632 B
YAML
Raw Normal View History

2015-06-19 10:27:19 -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-06-19 10:27:19 -04:00
datadir: /tmp/embark
mine_when_needed: true
2015-06-19 23:20:32 -04:00
gas_limit: 500000
2015-06-19 10:27:19 -04:00
gas_price: 10000000000000
console: false
account:
init: true
password: config/password
staging:
rpc_host: localhost
rpc_port: 8101
rpc_whitelist: "*"
datadir: default
network_id: 0
console: true
account:
init: false
address:
2015-07-22 18:40:24 -04:00
production:
rpc_host: localhost
rpc_port: 8101
rpc_whitelist: "*"
datadir: default
network_id: 1
console: true
account:
init: false
address: