Full Node

Full node deployment of the Alveychain blockchain.

Requirements

  • vCPUs >= 4

  • Memory: at least 8GB

  • Disk space

    • at least 200GB for the data directory ( recommend SSD )

    • data disk mount to /data

  • Linux os (one of them)

    • Ubuntu 20.04/22.04

    • CentOS 8.0+ / Rocky Linux 8.6 / Almalinux 8.6

    • Rocky Linux 9 / Almalinux 9

    • Debian 10/11

  • curl or wget

  • tar

  • gzip

Download && Installation

  • wget:

  • curl:

copy binary to /usr/local/bin

Create system user

Create Data Directory

Copy genesis.json to etc directory

Create systemd service

You need to append set --nat flag of ExecStart command if you’re in NAT network or gateway.

Start service

Check service status

Check service logs

Last updated