Running the node
After completing this section, your node will be connected to the Aleph Zero Testnet and will start receiving blocks from the network.
Prerequisites
All prerequisites are exactly the same as on the Testnet with regard to the ports and system configuration. We will present a short reminder on how to get the Aleph Node Runner and start it to connect to Mainnet.
Clone the Aleph Node Runner repo:
Setup and running
Once inside the aleph-node-runner
folder, run:
If you are using a domain name instead of an IP (e.g. in a DynDNS configuration), you will need to pass the --dns
argument:
Management of the node and any custom options are the same as on Testnet with the notable difference of the config being located in the env/validator_mainnet
file.
Please make sure to verify your installation as per the Testnet instructions.
Last updated