Documentation Index
Fetch the complete documentation index at: https://docs.polygon.technology/llms.txt
Use this file to discover all available pages before exploring further.
System requirements
- CPU: 16-core, 64-bit architecture
- RAM: 64GB
- Storage
- Basically
io1or above with at least 20k+ iops and RAID-0 based disk structure - Mainnet archive node: 15TB
- Amoy testnet archive node: 1TB
- SSD or NVMe. Bear in mind that SSD performance deteriorates when close to capacity.
- Basically
- Golang: >= v1.20
- GCC: >= v10
Install Erigon client
Run the following commands to install Erigon:./build/bin/erigon
Start Erigon client
If you’re deploying to mainnet, run the following command:Configure Erigon client
If you want to store Erigon files in a non-default location, use-datadir to specify a new location:
-bor.heimdall=<your heimdall url>. By default, it will try to connect to localhost:1317.
Node RPC
- If you want to connect to PoS Amoy Testnet, use: https://heimdall-api-amoy.polygon.technology
- For PoS mainnet, use: https://heimdall-api.polygon.technology
Tips for faster sync
- Use the machine with high IOPS and RAM for the faster initial sync
- Memory optimized nodes are recommended for faster sync. For example, AWS EC2
r5orr6series instances.