validatedid / alastria-node-besu

How to install a node in Alastria Red-B (Besu Technology) and tips to deploy and use it

Home Page:https://alastria.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALASTRIA Red B

Slack Status License

This page contains technical information needed to add a node in the Alastria Besu Network (Alastria Red B)

System requirements

Operating System: Ubuntu 16.04 / 18.04 LTS 64 bits

Hardware:

Hardware minimum desired
CPU's: 2 4
Memory: 4 Gb 8 Gb
Hard Disk: 100 Gb 1000 Gb

TCP/UDP PORTS

You'll need to open the following ports in both ways to deploy a node:

Validator Node

Port Type To Definition
30303 TCP 0.0.0.0 Ethereum client listener and discovery ports
30303 UDP 0.0.0.0 Ethereum client listener and discovery ports
8080 TCP 0.0.0.0 Orion port (private transactions)
9545 TCP 185.180.8.152 External Prometheus metrics

Regular Node

Port Type To Definition
30303 TCP 0.0.0.0 Ethereum client listener and discovery ports
30303 UDP 0.0.0.0 Ethereum client listener and discovery ports
8080 TCP 0.0.0.0 Orion port (private transactions)
8545 TCP 0.0.0.0 (this can be internal only) RPC HTTP Port
8546 TCP 0.0.0.0 (this can be internal only) RPC WS Port
9545 TCP 185.180.8.152 External Prometheus metrics

Installation & configuration of

Regular node

Use the regular directory

Validator node

Use the validator directory

Red B Monitor

Red B Initial Schema (2020-01)

Red B Initial Schema

About

How to install a node in Alastria Red-B (Besu Technology) and tips to deploy and use it

https://alastria.io/

License:Apache License 2.0


Languages

Language:Shell 58.5%Language:HTML 24.2%Language:Batchfile 17.3%