Run a Node
Setting Up Your Node:
Node Installation:
How to install Polygon from source:
sudo apt update && sudo apt upgrade -y && sudo apt install -y build-essential curl wget jq
curl -L https://raw.githubusercontent.com/maticnetwork/install/main/heimdall.sh | bash -s -- <heimdall_version> <network_type> <node_type>heimdalld version --longConfigure heimdall seeds (mainnet)
Configure heimdall seeds (amoy)
To install Bor, run the below commands:
Configure bor seeds (mainnet)
Configure bor seeds (amoy)
Once the has been configured, we are ready to start the node and sync the data:
Start Bor.
Last updated