/mempool-checker

Compare your Cosmos node mempool with other public RPC nodes

Primary LanguagePython

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)