Skip to content

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

License

Notifications You must be signed in to change notification settings

validatedid/alastria-node-besu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.5%
  • HTML 24.2%
  • Batchfile 17.3%