Skip to content

Instantly share code, notes, and snippets.

@shawnharmsen
shawnharmsen / reth.toml
Created August 27, 2023 22:55 — forked from lakshya-sky/reth.toml
Reth Config for Syncing Mainnet on OVH Advanced 1 Gen 2 Bare Metal
# Hardware Specs: https://www.ovhcloud.com/en-ca/bare-metal/advance/adv-1/
[stages.headers]
downloader_max_concurrent_requests = 100
downloader_min_concurrent_requests = 5
downloader_max_buffered_responses = 100
downloader_request_limit = 1000
commit_threshold = 10000
[stages.total_difficulty]
commit_threshold = 200000