You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the newer versions of geth ~1.9.5, --unlock could no longer be used if rpc / ws was opened on the geth node. Thus for us, the sealer nodes no longer expose an rpc node.
As of now ethstats-client doesn't support using an ipc path to connect to web3 but on https://stats.goerli.net/ we still see some sealers running the newer geth versions reporting their metrics.
In the newer versions of geth
~1.9.5
,--unlock
could no longer be used ifrpc
/ws
was opened on the geth node. Thus for us, the sealer nodes no longer expose anrpc
node.As of now
ethstats-client
doesn't support using anipc
path to connect toweb3
but on https://stats.goerli.net/ we still see some sealers running the newer geth versions reporting their metrics.For a testnet chain (stats.mosaicdao.org), we want our sealers also to be visible on
ethstats-server
we host, how can we achieve that ?The text was updated successfully, but these errors were encountered: