NethermindEth / nethermind

A robust execution client for Ethereum node operators.

Home Page:https://nethermind.io/nethermind-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Logs] No log info abotu invalid parameter applied

kamilchodola opened this issue · comments

When executing command ./nethermind --JsonRpc.WebsocketsPort 8546
Only thing I'm getting is this output:

2024-04-23 10-38-04.6152|Nethermind starting initialization.
2024-04-23 10-38-04.6402|Client version: Nethermind/v1.26.0-exp.4+62849a41/linux-x64/dotnet8.0.4
2024-04-23 10-38-04.6459|Loading embedded plugins
2024-04-23 10-38-04.6459|  Found plugin type Nethermind.Consensus.AuRa.AuRaPlugin
2024-04-23 10-38-04.6459|  Found plugin type Nethermind.Consensus.Clique.CliquePlugin
2024-04-23 10-38-04.6459|  Found plugin type Nethermind.Consensus.Ethash.EthashPlugin
2024-04-23 10-38-04.6460|  Found plugin type Nethermind.Consensus.Ethash.NethDevPlugin
2024-04-23 10-38-04.6460|  Found plugin type Nethermind.Hive.HivePlugin
2024-04-23 10-38-04.6460|  Found plugin type Nethermind.UPnP.Plugin.UPnPPlugin
Resolved executing directory as /root.
2024-04-23 10-38-04.6610|Loading 12 assemblies from /root/plugins
2024-04-23 10-38-04.6611|Loading assembly Nethermind.Optimism
2024-04-23 10-38-04.6649|  Found plugin type Nethermind.Optimism
2024-04-23 10-38-04.6649|Loading assembly Nethermind.Api
2024-04-23 10-38-04.6656|Loading assembly Nethermind.EthStats
2024-04-23 10-38-04.6660|  Found plugin type Nethermind.EthStats
2024-04-23 10-38-04.6661|Loading assembly Nethermind.Merge.AuRa
2024-04-23 10-38-04.6665|  Found plugin type Nethermind.Merge.AuRa
2024-04-23 10-38-04.6665|Loading assembly Nethermind.Mev
2024-04-23 10-38-04.6680|  Found plugin type Nethermind.Mev
2024-04-23 10-38-04.6681|Loading assembly Nethermind.Merge.Plugin
2024-04-23 10-38-04.6702|  Found plugin type Nethermind.Merge.Plugin
2024-04-23 10-38-04.6702|Loading assembly Nethermind.Consensus.AuRa
2024-04-23 10-38-04.6718|Loading assembly Nethermind.HealthChecks
2024-04-23 10-38-04.6726|  Found plugin type Nethermind.HealthChecks
2024-04-23 10-38-04.6726|Loading assembly Nethermind.Init
2024-04-23 10-38-04.6730|Loading assembly Nethermind.JsonRpc.TraceStore
2024-04-23 10-38-04.6734|  Found plugin type Nethermind.JsonRpc.TraceStore
2024-04-23 10-38-04.6735|Loading assembly Nethermind.Init.Snapshot
2024-04-23 10-38-04.6737|  Found plugin type Nethermind.Init.Snapshot
2024-04-23 10-38-04.6737|Loading assembly Nethermind.AccountAbstraction
2024-04-23 10-38-04.6754|  Found plugin type Nethermind.AccountAbstraction
Specify --help for a list of available options and commands.

It should point out that there is no parameter: --JsonRpc.WebsocketsPort because there is a typo in it (should be --JsonRpc.WebSocketsPort)