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",
|
"wsHost": "localhost",
|
||||||
"wsPort": 8546
|
"wsPort": 8546
|
||||||
},
|
},
|
||||||
"privateNet": {
|
"privatenet": {
|
||||||
"networkType": "custom",
|
"networkType": "custom",
|
||||||
"networkId": "1337",
|
"networkId": "1337",
|
||||||
"isDev": false,
|
"isDev": false,
|
||||||
"genesisBlock": "privateNet/genesis.json",
|
"genesisBlock": "privatenet/genesis.json",
|
||||||
"datadir": ".embark/privateNet/datadir",
|
"datadir": ".embark/privatenet/datadir",
|
||||||
"mineWhenNeeded": true,
|
"mineWhenNeeded": true,
|
||||||
"nodiscover": true,
|
"nodiscover": true,
|
||||||
"maxpeers": 0,
|
"maxpeers": 0,
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"rpcPort": 8545,
|
"rpcPort": 8545,
|
||||||
"rpcCorsDomain": "auto",
|
"rpcCorsDomain": "auto",
|
||||||
"account": {
|
"account": {
|
||||||
"password": "privateNet/password"
|
"password": "privatenet/password"
|
||||||
},
|
},
|
||||||
"targetGasLimit": 8000000,
|
"targetGasLimit": 8000000,
|
||||||
"wsOrigins": "auto",
|
"wsOrigins": "auto",
|
||||||
|
@ -64,13 +64,5 @@
|
||||||
"account": {
|
"account": {
|
||||||
"password": "livenet/password"
|
"password": "livenet/password"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"privatenet": {
|
|
||||||
"networkType": "custom",
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"datadir": "yourdatadir",
|
|
||||||
"networkId": "123",
|
|
||||||
"bootnodes": ""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,13 +18,13 @@
|
||||||
"wsPort": 8546,
|
"wsPort": 8546,
|
||||||
"proxy": true
|
"proxy": true
|
||||||
},
|
},
|
||||||
"privateNet": {
|
"privatenet": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"networkType": "custom",
|
"networkType": "custom",
|
||||||
"networkId": "1337",
|
"networkId": "1337",
|
||||||
"isDev": false,
|
"isDev": false,
|
||||||
"genesisBlock": "config/privateNet/genesis.json",
|
"genesisBlock": "config/privatenet/genesis.json",
|
||||||
"datadir": ".embark/privateNet/datadir",
|
"datadir": ".embark/privatenet/datadir",
|
||||||
"mineWhenNeeded": true,
|
"mineWhenNeeded": true,
|
||||||
"nodiscover": true,
|
"nodiscover": true,
|
||||||
"maxpeers": 0,
|
"maxpeers": 0,
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"rpcPort": 8545,
|
"rpcPort": 8545,
|
||||||
"rpcCorsDomain": "auto",
|
"rpcCorsDomain": "auto",
|
||||||
"account": {
|
"account": {
|
||||||
"password": "config/privateNet/password"
|
"password": "config/privatenet/password"
|
||||||
},
|
},
|
||||||
"targetGasLimit": 8000000,
|
"targetGasLimit": 8000000,
|
||||||
"wsOrigins": "auto",
|
"wsOrigins": "auto",
|
||||||
|
@ -67,13 +67,5 @@
|
||||||
"account": {
|
"account": {
|
||||||
"password": "config/livenet/password"
|
"password": "config/livenet/password"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"privatenet": {
|
|
||||||
"networkType": "custom",
|
|
||||||
"rpcHost": "localhost",
|
|
||||||
"rpcPort": 8545,
|
|
||||||
"datadir": "yourdatadir",
|
|
||||||
"networkId": "123",
|
|
||||||
"bootnodes": ""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue