smartnode icon indicating copy to clipboard operation
smartnode copied to clipboard

The CLI package for Rocket Pool smart nodes.

Results 133 smartnode issues
Sort by recently updated
recently updated
newest added

From Discord user **pala** (https://discord.com/channels/405159462932971535/704214707904446535/824322274143240248): Registering results in `Could not register node: Could not register node: Transaction failed with status 0` But seems to work: ``` rocketpool node status The...

The eth2 provider URL in `config.yml` does not specify a protocol, since the clients use different protos to communicate (e.g. http for lighthouse, gRPC for Prysm). The Lighthouse, Nimbus and...

enhancement

After a Oracle DAO member attempts to join the DAO by running `rp odao join` This text is shown - `Are you sure you want to join the oracle DAO?...

enhancement

When a validator goes offline, it will be at the most inconvenient time (that's the law). All validators should be encouraged to have a backup strategy. Smartmode can help. -...

**Feature request:** Now that [EIP-3076](https://eips.ethereum.org/EIPS/eip-3076) is (being) implemented in the eth2 clients, it would be a good feature to have key & slashing db migration onto another validator client available...

enhancement

Currently trusted nodes need to perform at least one tx per day with the checkin. Once validators can logout though, at least > 51% of trusted nodes need to agree...

enhancement

`rp p iv` allows users to choose if they want to specify a delegate while initializing voting: `InitializeVotingWithDelegate(delegate common.Address)` If not, voting power is initialized to their own node: `InitializeVoting()`...

This allows the Smart Node to load its network settings and resources from disk, rather than hardcoding them directly into the app. Patches and I have been talking about this...

Porting the changes made as part of https://github.com/rocket-pool/smartnode-install/pull/135 to the v2 branch.