dappnode / DAppNodePackage-eth2stats-client

Ethereum 2.0 Network Stats and Monitoring - CLI Client. [eth2stats-client repository](https://github.com/Alethio/eth2stats-client)
0 stars 1 forks source link

Only works with Topaz (depreciated) #1

Open greerso opened 3 years ago

greerso commented 3 years ago

Changing the ARGS as below will get it working again but it will report to https://eth2stats.io/topaz-testnet instead of https://eth2stats.io/altona-testnet because the container runs with --eth2stats.addr=grpc.topaz.eth2stats.io:443 instead of --eth2stats.addr=grpc.altona.eth2stats.io:443

BEACON_ADDR prysm-altona-beacon-chain.dappnode:4000
BEACON_METRICS http://prysm-altona-beacon-chain.dappnode:8080/metrics

Need to make --eth2stats.addr a variable so that it can be changed.

greerso commented 3 years ago

Actually, looks like it is a variable ${ADDR} but there isn't a way to set it in the dappnode ui and inside the running container it isn't set

Pol-Lanski commented 3 years ago

+1 for what @greerso says, it could probably made into a variable in the "config" tab of the package so the package doesn't need to be updated every time?