Isaacdelly / Plutus

An automated bitcoin wallet collider that brute forces random wallet addresses
1.11k stars 520 forks source link

fixing verbose arg #293

Closed Lanjelin closed 1 year ago

Lanjelin commented 1 year ago

Setting verbose to string '0' makes it true in later checks.
Changed parsing to use integers.

This way it could be run using python3 plutus.py verbose=0, and it would not do verbose mode.