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
By default electrs serves Prometheus metrics on 127.0.0.1:24224 for
regtest. Because we run two electrs containers one always panic
because the port is alrady in use. This commit configures one of the two
electrs servers to serve metrics on 24225 instead to avoid the crash.
0 commit comments