Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 308 Bytes

Grin Blocks Checker

Slow script to check Grin blocks

This script will request grin node API to check every block, if a invalid block is found, a file will be created with the number of the block.

Running

 python main.py --protocol http --address 127.0.0.1 --port 3413 --threads 10