hotfix blockchain configs for privatenet
This commit is contained in:
parent
0e973dd908
commit
92d5fc8e1e
|
@ -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,
|
||||
|
@ -34,7 +34,7 @@
|
|||
"account": {
|
||||
"numAccounts": 3,
|
||||
"balance": "5 ether",
|
||||
"password": "config/privateNet/password"
|
||||
"password": "config/privatenet/password"
|
||||
},
|
||||
"targetGasLimit": 8000000,
|
||||
"wsOrigins": "auto",
|
||||
|
@ -69,13 +69,5 @@
|
|||
"account": {
|
||||
"password": "config/livenet/password"
|
||||
}
|
||||
},
|
||||
"privatenet": {
|
||||
"networkType": "custom",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"datadir": "yourdatadir",
|
||||
"networkId": "123",
|
||||
"bootnodes": ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue