Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 495 Bytes

mempool-checker

mempool-checker allows you to compare mempools of different RPC nodes (public/private) and see the difference in how many transactions they have. this can help you optimize your peers for the best mempool saturation.

how to use

pip install -r requirements.txt
python3 main.py --rpcs https://evmos-rpc.polkachu.com --rpcs https://evmos-rpc.stakely.io --rpcs <your rpc>

(these RPCs are just an example, you can pick and choose whichever RPC nodes you want to)