38756cc9aa | ||
---|---|---|
defaults | ||
meta | ||
tasks | ||
templates | ||
LICENSE | ||
README.md |
README.md
Description
This role provisions a Nimbus installation that can act as an ETH2 network bootstrap node.
Introduction
Nimbus is installed as a docker container and exposes the following ports:
- UDP 40404 - Used for peer discovery
- TCP 40404 - Used for persistent peer connections
At the moment, this role also setups a nginx site hosting the Nimbus testnet validator database (a simple json file).
Installation
Add to your requirements.yml
file:
- name: nimbus
src: https://github.com/status-im/infra-role-nimbus.git
Requirements
Due to being part of Status infra this role assumes availability of certain things:
- Docker for running containers
- Nginx full installation
- The
iptables-persistent
module