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