rocket-pool / smartnode

The CLI package for Rocket Pool smart nodes.
GNU General Public License v3.0
146 stars 112 forks source link

[FR] Add support for naming beaconcha.in minipools. #165

Closed htimsk closed 4 months ago

htimsk commented 2 years ago

Beaconcha.in allows node operators to name their minipools (validators) on their website. For example, https://beaconcha.in/validator/244323#attestations can be named Arugula by clicking the Name Validator button.

In order to save any validator details, the NO will need to provide a signed message from the eth1 node wallet account that sent the first valid deposit for verification. Currently, beaconcha.in support signatures generated with MyCrypto and MyEtherWallet.

The signature text MUST CONTAIN the string beaconcha.in.

see https://discord.com/channels/405159462932971535/704214707904446535/907809792985292800

Sonixier commented 2 years ago

This is possible now with rocketpool node sign-message

0xfornax commented 1 year ago

@jclapis this one could be closed. I forgot to link after sending the PR.

xrchz commented 4 months ago

I guess we could also keep it open though.