Giter VIP home page Giter VIP logo

infra-role-nimbus-eth1's Introduction

Description

This role provisions a nimbus-eth1 installation that is ETH1 client.

Ports

The service exposes five ports by default:

  • 30303 - DevP2P peering port. Must ALWAYS be public.
  • 8545 - Combo HTTP port (JSON RPC, Websocket RPC, Graphql). Must NEVER be public.
  • 8550 - Engine API HTTP port. Must NEVER be public.
  • 9093 - Prometheus metrics port. Should not be public.

Installation

Add to your requirements.yml file:

- name: infra-role-nimbus-eth1
  src: [email protected]:status-im/infra-role-nimbus-eth1.git
  scm: git

Configuration

The crucial settings are:

# branch which should be built
nimbus_eth1_repo_branch: 'master'
# ethereum network to connect to
nimbus_eth1_network: 'mainnet'
# increase maximum number of peers
nimbus_eth1_max_peers: 160
# optional setting for debug mode
nimbus_eth1_log_level: 'DEBUG'

Usage

Assuming the master branch was built you can manage the service with:

systemctl start nimbus-eth1-mainnet-master
systemctl status nimbus-eth1-mainnet-master
systemctl stop nimbus-eth1-mainnet-master

You can view logs under:

tail -f /data/nimbus-eth1-mainnet-master/logs/service.log

The service will store all data in the /data/nimbus-eth1-mainnet-master/data directory.

Building

A timer will be installed to build the image:

systemctl list-timers 'build-nimbus-eth1-*'

To rebuild the image:

systemctl start build-nimbus-eth1-mainnet-master.service

To check build logs use:

journalctl -u build-nimbus-eth1-mainnet-master.service

infra-role-nimbus-eth1's People

Contributors

apentori avatar jakubgs avatar jangko avatar yakimant avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.