This commit is contained in:
Sebastian
2024-03-24 09:45:09 +01:00
parent 0dd2b510ac
commit 77d93454a2
2 changed files with 8 additions and 21 deletions

View File

@@ -27,19 +27,20 @@ OracleThreshold = 1000
[Node]
IPCPath = "geth.ipc"
HTTPHost = "localhost"
HTTPHost = "0.0.0.0"
InsecureUnlockAllowed = false
HTTPPort = 8545
HTTPVirtualHosts = ["localhost"]
HTTPVirtualHosts = ["*"]
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"]
WSPort = 8546
WSHost = "0.0.0.0"
WSPort = 8545
WSModules = ["net", "web3", "eth"]
[Node.P2P]
MaxPeers = 200
NoDiscovery = false
StaticNodes = []
ListenAddr = ":30311"
ListenAddr = ":29061"
EnableMsgEvents = false