smartnode
smartnode copied to clipboard
The CLI package for Rocket Pool smart nodes.
We have attempted to deploy the 1.10.0 version but when we try to rune the smartnode we get errors like: ``` could not create validators directory: mkdir /.rocketpool: permission denied...
I have `root.watchtowerMetricsPort` set to `9104` and `root.nodeMetricsPort` set to `9102`, and yet when I start watchtower: ``` 2023/08/02 12:58:47 Starting metrics exporter on 0.0.0.0:9102. 2023/08/02 12:58:47 Error running HTTP...
So this is a weird situation. I've just called ```rocketpool node deposit``` and after setting a rather low max fee (13 gwei) I got an error back saying "FeeTooLowToCompete" I've...
 basically, this is a land mine, and while it isn't smartnode's fault, if `rocketpool node deposit` exits with an error smartnode should delete the derived keys (but not decrement...
I have not setup a minipool yet and when running `rocketpool node status` it threw the following exception:
This would remove the node wallet's password file (so the user must enter the password manually for each TX), which has been a popular request from security-minded people. One problem...
The current implementation shows an effective stake limit increase for minipools that are not active on the beacon chain yet. This is not in line with the rewards tree calculation...
# TL;DR It looks like rocket pool has a variety of docker images that are pulled in without full digest/sha256 checks. # Scenario 1 - A rocket pool team member...
At the moment the start and stoppage of docker containers are done all at once, which forces the exit of the minipool even if I only need to update the...