do it
This commit is contained in:
@@ -3,7 +3,6 @@ NetworkId = 1115
|
|||||||
NoPruning = false
|
NoPruning = false
|
||||||
NoPrefetch = false
|
NoPrefetch = false
|
||||||
LightPeers = 100
|
LightPeers = 100
|
||||||
UltraLightFraction = 75
|
|
||||||
TrieTimeout = 100000000000
|
TrieTimeout = 100000000000
|
||||||
EnablePreimageRecording = false
|
EnablePreimageRecording = false
|
||||||
EWASMInterpreter = ""
|
EWASMInterpreter = ""
|
||||||
@@ -14,7 +13,6 @@ GasFloor = 30000000
|
|||||||
GasCeil = 40000000
|
GasCeil = 40000000
|
||||||
GasPrice = 1000000000
|
GasPrice = 1000000000
|
||||||
Recommit = 10000000000
|
Recommit = 10000000000
|
||||||
Noverify = false
|
|
||||||
|
|
||||||
[Eth.TxPool]
|
[Eth.TxPool]
|
||||||
Locals = []
|
Locals = []
|
||||||
|
|||||||
@@ -36,7 +36,8 @@ HTTPPort = 8545
|
|||||||
HTTPVirtualHosts = ["*"]
|
HTTPVirtualHosts = ["*"]
|
||||||
HTTPModules = ["eth", "net", "web3", "txpool", "satoshi"]
|
HTTPModules = ["eth", "net", "web3", "txpool", "satoshi"]
|
||||||
WSPort = 8545
|
WSPort = 8545
|
||||||
WSModules = ["eth", "net", "web3", "txpool", satoshi"]
|
WSModules = ["eth", "net", "web3", "txpool", "satoshi"]
|
||||||
|
|
||||||
[Node.P2P]
|
[Node.P2P]
|
||||||
MaxPeers = 30
|
MaxPeers = 30
|
||||||
NoDiscovery = false
|
NoDiscovery = false
|
||||||
|
|||||||
Reference in New Issue
Block a user