smartnode-install icon indicating copy to clipboard operation
smartnode-install copied to clipboard

The install script for a Rocket Pool smart node.

Results 24 smartnode-install issues
Sort by recently updated
recently updated
newest added

Assigning a static address for monitor-net can lead to an issue. User can run other compose projects and create custom networks. By default docker will assign random network addresses automatically....

These additional labels would allow someone to distinguish between rocketpool installations when using a shared monitoring stack. For example, if you have a holesky and mainnet installation publishing to the...

This PR contains changes to the smartnode installer to support the APCUPSD addon proposed in [GA022303](https://dao.rocketpool.net/t/april-2023-grants-bounties-retrospective-awards-round-results/1743). When a user has metrics enabled, this addon allows a node operator to: 1)...

I've added two variables, for the eth2 and validator job selectors. This allows users such as me that already run external monitoring to easily adapt the dashboard to their setup....

Use the same systemd timer that is used for `dnf`/`yum` based updates only for RP update checks. APT hook is still in place for apt updates. I tested this in...

I recently had an issue where my default umask on my OS removes other permissions. Then the default docker mode, meant that the grafana container which is configured to use...

[Release v1.0.0](https://github.com/rocket-pool/smartnode-install/releases/tag/v1.0.0) includes a PGP key (1): ``` # curl -L https://github.com/rocket-pool/smartnode-install/releases/download/v1.0.0/smartnode-signing-key.asc | gpg --import-options show-only --import pub ed25519/0xC87825790FEE494C 2021-10-01 [SC] Key fingerprint = 465E 63FA 396B D193 09D1 E5FE...

When I enable metrics and use nethermind as eth1 client the following error appears as first log line: ``` rocketpool-eth1 | /setup/start-ec.sh: 201: [: prater: unexpected operator ``` I think...