Simple Python script to scrape RPC URLs from Chainlist and check their availability (live/dead) quickly using async requests.
Only Mainnet RPCs will be checked and saved to output file.
- Fetch chains from
https://chainid.network/chains.json
- Filter
Mainnet
only (testnet == false
) - Check RPC responsiveness in parallel using
asyncio
+aiohttp
(super fast) - Save results to
rpc_live.txt
: