From 480006a865af2d6dea2f35ca5a8efa2a1d5402fb Mon Sep 17 00:00:00 2001 From: VoR0220 Date: Thu, 22 Oct 2015 08:11:13 -0500 Subject: [PATCH] Update blockchain.yml --- boilerplate/config/blockchain.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boilerplate/config/blockchain.yml b/boilerplate/config/blockchain.yml index 398835a1a..2e4b60e4f 100644 --- a/boilerplate/config/blockchain.yml +++ b/boilerplate/config/blockchain.yml @@ -2,6 +2,7 @@ development: rpc_host: localhost rpc_port: 8101 rpc_whitelist: "*" + mine: false minerthreads: 1 genesis_block: config/genesis/dev_genesis.json datadir: /tmp/embark @@ -19,6 +20,7 @@ staging: rpc_port: 8101 rpc_whitelist: "*" datadir: default + mine: false network_id: 0 max_peers: 4 bootnodes: @@ -35,6 +37,7 @@ production: rpc_whitelist: "*" datadir: default network_id: 1 + mine: false max_peers: 4 bootnodes: boot: false