2016-10-02 19:13:46 -04:00
|
|
|
{
|
|
|
|
"development": {
|
2017-02-20 16:29:59 -05:00
|
|
|
"enabled": true,
|
2016-10-02 19:13:46 -04:00
|
|
|
"networkType": "custom",
|
|
|
|
"genesisBlock": "config/development/genesis.json",
|
|
|
|
"datadir": ".embark/development/datadir",
|
|
|
|
"mineWhenNeeded": true,
|
|
|
|
"nodiscover": true,
|
2016-10-30 20:35:11 -04:00
|
|
|
"maxpeers": 0,
|
2016-10-02 19:13:46 -04:00
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
|
|
|
"password": "config/development/password"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testnet": {
|
2017-02-20 16:29:59 -05:00
|
|
|
"enabled": true,
|
2016-10-02 19:13:46 -04:00
|
|
|
"networkType": "testnet",
|
2017-02-20 15:53:55 -05:00
|
|
|
"light": true,
|
2016-10-02 19:13:46 -04:00
|
|
|
"rpcHost": "localhost",
|
2017-02-20 15:53:55 -05:00
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
|
|
|
"password": "config/testnet/password"
|
|
|
|
}
|
2016-10-02 19:13:46 -04:00
|
|
|
},
|
|
|
|
"livenet": {
|
2017-02-20 16:29:59 -05:00
|
|
|
"enabled": true,
|
2016-10-02 19:13:46 -04:00
|
|
|
"networkType": "livenet",
|
2017-02-20 15:53:55 -05:00
|
|
|
"light": true,
|
2016-10-02 19:13:46 -04:00
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"rpcCorsDomain": "http://localhost:8000",
|
|
|
|
"account": {
|
2017-02-08 06:31:57 -05:00
|
|
|
"password": "config/livenet/password"
|
2016-10-02 19:13:46 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"privatenet": {
|
2017-02-20 16:29:59 -05:00
|
|
|
"enabled": true,
|
2016-10-02 19:13:46 -04:00
|
|
|
"networkType": "custom",
|
|
|
|
"rpcHost": "localhost",
|
|
|
|
"rpcPort": 8545,
|
|
|
|
"datadir": "yourdatadir",
|
|
|
|
"networkId": "123",
|
2017-02-18 08:24:23 -05:00
|
|
|
"bootnodes": ""
|
2016-10-02 19:13:46 -04:00
|
|
|
}
|
|
|
|
}
|