smartnode
smartnode copied to clipboard
The CLI package for Rocket Pool smart nodes.
When the user runs `rocketpool wallet init` they are prompted to generate a wallet password that is used by the smartnode, but the user never needs to use this password...
It would be really useful to be able to use the same `--since` and `--until` flags as with `docker logs` across all or selection of rocketpool containers
I would like to add a dashboard for Besu with the default grafana setup in smartools, but it seems to be only setup to collect data for consensus clients, and...
See: https://twitter.com/ratedw3b/status/1539630779210137601
Several `rocketpool-cli` commands precede calling the API with a user-customizable gas setting update, ie, ```go // Assign max fees err = gas.AssignMaxFeeAndLimit(gasInfo, rp, c.Bool("yes")) if err != nil { return...
This is a less-than-optimal but quick solution to https://github.com/rocket-pool/smartnode/issues/194 Optimally, the Client struct should be made less stateful. Users of the client interface should be required to pass the gas...
Currently FastWei/RapidWei fee suggestions are hardcoded for headless mode and the fastest gas price from both gas trackers is used (eg. for sending Node Operators rewards). Can it be externalized...
`Collect` spins up a bunch of goroutines in a waitgroup to gather stats, then waits for them, exiting early if any one fails. Subsequently it publishes them all synchronously. This...
Can we add a setting to modify these storage locations of the wallet and validator files? He's an excerpt from my .sh script to modify them after each RP update....
GETH uses 30303 so when the proxy tries to start on 30303 it fails. Editing the docker-compose.yaml file and changing 30303 to 30304 resolves the conflict.