fix config

This commit is contained in:
Sebastian
2025-02-14 14:09:48 +01:00
parent be024a7625
commit 75aae4a826

View File

@@ -25,17 +25,16 @@ Percentile = 60
OracleThreshold = 1000 OracleThreshold = 1000
[Node] [Node]
DataDir = "node"
InsecureUnlockAllowed = false
IPCPath = "geth.ipc" IPCPath = "geth.ipc"
HTTPHost = "127.0.0.1" HTTPHost = "0.0.0.0"
HTTPPort = 8575 InsecureUnlockAllowed = false
HTTPPort = 8545
HTTPVirtualHosts = ["*"] HTTPVirtualHosts = ["*"]
HTTPModules = ["debug","eth", "net", "web3", "txpool", "parlia"] HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"]
WSPort = 8576 WSHost = "0.0.0.0"
WSPort = 8545
WSModules = ["net", "web3", "eth"] WSModules = ["net", "web3", "eth"]
[Node.P2P] [Node.P2P]
MaxPeers = 50 MaxPeers = 50
NoDiscovery = false NoDiscovery = false
@@ -47,9 +46,3 @@ StaticNodes = [
"enode://665cf77ca26a8421cfe61a52ac312958308d4912e78ce8e0f61d6902e4494d4cc38f9b0dd1b23a427a7a5734e27e5d9729231426b06bb9c73b56a142f83f6b68@52.72.123.113:30311" "enode://665cf77ca26a8421cfe61a52ac312958308d4912e78ce8e0f61d6902e4494d4cc38f9b0dd1b23a427a7a5734e27e5d9729231426b06bb9c73b56a142f83f6b68@52.72.123.113:30311"
] ]
[Node.LogConfig]
FileRoot = ""
FilePath = "bsc.log"
MaxBytesSize = 10485760
Level = "info"