smartnode
smartnode copied to clipboard
The CLI package for Rocket Pool smart nodes.
It seems I cannot register my node due to some http GETs failing: ``` rp --debug node register To API: /usr/local/bin/rocketpoold --settings /srv/rocketpool/user-settings.yml --maxFee 0.000000 --maxPrioFee 0.000000 --gasLimit 0 api...
We should add a flag that lets the node operator tell smartnode to use its ipv6 address in its enode record

I recently went the process of shutting down a minipool and found it confusing as far as the states returns from `rocketpool minipool close` and `rocketpool minipool exit`. In both...
One of the frequent issues users face while using the smartnode is the friction we have today to locate and cancel/overwrite pending transactions. This involves searching etherscan to locate the...
I recently used smartnode to bootstrap a node (with checkpoint sync) and it is still syncing (although I only see 99.99% on eth1 for the last day when I check...
Besu supports RPC authentication using a Bearer Token. Adding auth to the eth1 rpc would allow secure authentication to an external besu node. Reference: https://besu.hyperledger.org/en/stable/public-networks/how-to/use-besu-api/authenticate/#3-generate-an-authentication-token Project that implements bearer token:...
I tried a few checkpoint providers so far, and they all give me the same error ``` Mar 23 00:01:45.531 INFO Logging to file path: "/ethclient/lighthouse/beacon/logs/beacon.log" Mar 23 00:01:45.532 INFO...
Adding some flag that would change format for `rocketpool minipool status` output to JSON would enable some integration with other programs/scripts
The smartnode can currently associate an ENS name to the node wallet. The idea is to also allow it to set the ENS avatar so apps could render the user...