status-im / infra-role-beacon-node-linux

Ansible role for Nimbus Eth2 beacon node on Linux
https://github.com/status-im/nimbus-eth2
1 stars 4 forks source link

Allow overriding --validators-dir and --secrets-dir; Disable the RPC service by default #2

Closed zah closed 2 years ago

zah commented 2 years ago

Nowadays, we should be using REST instead of the legacy JSON-RPC service

arnetheduck commented 2 years ago

we might want to keep the RPC service running so as to have it not go stale - there are users like rocketpool that still depend on it (without the altair parts)

zah commented 2 years ago

We will have it running by overriding the default in infra-nimbus. This is just disabling it by default. It's intended to be more friendly for new external users ;)