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

When using my OpenEthereum eth1 node provider in `.rocketpool/config.yml` a node deposit still fails. This is using the rocketpool v1.2.0 cli. ``` rpl$ rocketpool node deposit --amount 16 Your eth2...

Feature Request: Add a `--log-format` or similar global that can take the value `JSON`. If present, logs are output in JSON format; if omitted, they are output in plain format...

Feature request: Add log levels, at a minimum `info` and `error`. Nice to have: `crit` (an `error` that keeps the node/watchtower/api from functioning), `warn` (something that might want to be...

If a deposit is made without using the smartnode-cli wallet rebuild does not update the next account value to be able to generate keys for the new validator.

Docker does not rotate container logs by default which could result in disk exhaustion in some scenarios. There are two suggested fixes: - Change the logging driver from `json-file` to...

Include `rocketpool service status` displayed output the information generated from the command `docker system df -v`

After successfully staking the minimum amount of RPL in `rocketpool node k` ``` Please choose an amount of RPL to stake: 1: The minimum minipool stake amount (264.423233 RPL)? ```...

This PR adds a build config for [snapcraft](https://snapcraft.io). The package contains the three binaries (CLI, service, pow proxy) plus a curl binary. To build, run `snapcraft` from the repo root...

I created a minipool after depositing 32 ETH, refunded the 16 ETH, and then tried to send the balance to my MetaMask address: ``` $ rpl node status The node...

enhancement