Node guide
Prerequisites
Operating System: Linux (Ubuntu 22.04 or higher is recommended)
Hardware Requirements: At least 4 CPU cores, 8 GB RAM, and 500 GB SSD storage
Dependencies:
git
,curl
,wget
,jq
,build-essential
,go
1. Update System and Install Dependencies
Update your system packages and install necessary dependencies:
2. Install Go
Download and install Go, which is required to build the node:
3. Clone and Build Aligned Layer Node
Clone the Aligned Layer repository and build the node:
4. Initialize the Node
Initialize your node with a custom moniker (replace NodeName
):
5. Download Genesis and Addrbook Files
Download the genesis and addrbook files needed to sync with the network:
6. Configure Persistent Peers
Add the necessary peer information to the configuration file:
7. Start the Node
Start your node using systemd
to ensure it runs in the background and restarts on failure:
8. Monitor Node Logs
Check if the node is running properly by monitoring the logs:
This setup will get your Aligned Layer node running and connected to the testnet. Make sure to follow any additional steps in the official documentation for specific configurations and maintenance tasks.
Last updated