smartnode
smartnode copied to clipboard
The CLI package for Rocket Pool smart nodes.
`rocketpool service export-eth1-data` was added to smartnode around the time besu and nethermind were, as a way to calm the nerves of a smartnode operator who wanted to switch execution...
https://github.com/rocket-pool/smartnode-install/blob/master/install/scripts/start-mev-boost.sh It is currently impossible to set a `min-bid` in the smart node stack using the "Additional Flags" field
``` Please enter the delegate's address: gov.ramana.eth Invalid member address ``` don't make me type `0xB0De8cB8Dcc8c5382c4b7F3E978b491140B2bC55` out :'(
With Houston's new core protocol features to separate node operators from ETH / RPL providers, it makes a lot of sense to share presigned exit messages in such an arrangement...
Seems like `rocketpool wallet rebuild` does not filter custom-keys before attempting to recover, and fails on solo migrations. Perhaps this is because the custom-keys directory is empty when `rocketpool minipool...
Add a flag to v2 command definitions that informs the binary whether or not those commands rely on rocketpool_node. For commands that do, check the docker daemon to see if...
Outstanding tasks: - [x] implement v9-rolling - [ ] write tests, where feasible - [ ] integrate into treegen - [ ] tidy up and consume ssz-demo repo and add...
Adds the warning to `rp node stake-rpl` and `rp node deposit` ``` Your voting power hasn't been initialized yet. Please visit https://docs.rocketpool.net/guides/houston/participate#initializing-voting to learn more. NOTE: by staking RPL, your...
The command line config method generates a yaml file with options such as enableMetrics and alertmanager-enableAlerting set to true by default. Since these are toggle options it isn't possible to...