Compare commits
1 Commits
issue-3079
...
issue-3162
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cce7a6895 |
@@ -1,33 +0,0 @@
|
|||||||
[Eth]
|
|
||||||
NetworkId = 36888
|
|
||||||
SyncMode = "snap"
|
|
||||||
NoPruning = false
|
|
||||||
NoPrefetch = false
|
|
||||||
|
|
||||||
[Eth.Miner]
|
|
||||||
GasFloor = 0
|
|
||||||
GasCeil = 63000000
|
|
||||||
GasPrice = 50000000000000
|
|
||||||
Recommit = 2000000000
|
|
||||||
NewPayloadTimeout = 2000000000
|
|
||||||
|
|
||||||
[Node]
|
|
||||||
DataDir = "/root/.ethereum"
|
|
||||||
HTTPHost = "0.0.0.0"
|
|
||||||
HTTPPort = 8545
|
|
||||||
HTTPVirtualHosts = ["*"]
|
|
||||||
HTTPModules = ["eth", "net", "web3", "debug", "admin", "txpool", "engine"]
|
|
||||||
WSHost = "0.0.0.0"
|
|
||||||
WSPort = 8546
|
|
||||||
WSModules = ["eth", "net", "web3", "debug", "admin", "txpool", "engine"]
|
|
||||||
WSOrigins = ["*"]
|
|
||||||
|
|
||||||
[Node.P2P]
|
|
||||||
MaxPeers = 50
|
|
||||||
NoDiscovery = false
|
|
||||||
DiscoveryV4 = true
|
|
||||||
ListenAddr = ":33333"
|
|
||||||
|
|
||||||
[Metrics]
|
|
||||||
HTTP = "127.0.0.1"
|
|
||||||
Port = 6060
|
|
||||||
Reference in New Issue
Block a user