mirror of https://github.com/embarklabs/embark.git
hotfix blockchain configs for privatenet
This commit is contained in:
parent
dfff83d42d
commit
a4bf8b367d
|
@ -17,12 +17,12 @@
|
|||
"wsHost": "localhost",
|
||||
"wsPort": 8546
|
||||
},
|
||||
"privateNet": {
|
||||
"privatenet": {
|
||||
"networkType": "custom",
|
||||
"networkId": "1337",
|
||||
"isDev": false,
|
||||
"genesisBlock": "privateNet/genesis.json",
|
||||
"datadir": ".embark/privateNet/datadir",
|
||||
"genesisBlock": "privatenet/genesis.json",
|
||||
"datadir": ".embark/privatenet/datadir",
|
||||
"mineWhenNeeded": true,
|
||||
"nodiscover": true,
|
||||
"maxpeers": 0,
|
||||
|
@ -30,7 +30,7 @@
|
|||
"rpcPort": 8545,
|
||||
"rpcCorsDomain": "auto",
|
||||
"account": {
|
||||
"password": "privateNet/password"
|
||||
"password": "privatenet/password"
|
||||
},
|
||||
"targetGasLimit": 8000000,
|
||||
"wsOrigins": "auto",
|
||||
|
@ -64,13 +64,5 @@
|
|||
"account": {
|
||||
"password": "livenet/password"
|
||||
}
|
||||
},
|
||||
"privatenet": {
|
||||
"networkType": "custom",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"datadir": "yourdatadir",
|
||||
"networkId": "123",
|
||||
"bootnodes": ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,13 +18,13 @@
|
|||
"wsPort": 8546,
|
||||
"proxy": true
|
||||
},
|
||||
"privateNet": {
|
||||
"privatenet": {
|
||||
"enabled": true,
|
||||
"networkType": "custom",
|
||||
"networkId": "1337",
|
||||
"isDev": false,
|
||||
"genesisBlock": "config/privateNet/genesis.json",
|
||||
"datadir": ".embark/privateNet/datadir",
|
||||
"genesisBlock": "config/privatenet/genesis.json",
|
||||
"datadir": ".embark/privatenet/datadir",
|
||||
"mineWhenNeeded": true,
|
||||
"nodiscover": true,
|
||||
"maxpeers": 0,
|
||||
|
@ -32,7 +32,7 @@
|
|||
"rpcPort": 8545,
|
||||
"rpcCorsDomain": "auto",
|
||||
"account": {
|
||||
"password": "config/privateNet/password"
|
||||
"password": "config/privatenet/password"
|
||||
},
|
||||
"targetGasLimit": 8000000,
|
||||
"wsOrigins": "auto",
|
||||
|
@ -67,13 +67,5 @@
|
|||
"account": {
|
||||
"password": "config/livenet/password"
|
||||
}
|
||||
},
|
||||
"privatenet": {
|
||||
"networkType": "custom",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"datadir": "yourdatadir",
|
||||
"networkId": "123",
|
||||
"bootnodes": ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue