Random Scan for Bitcoin Addresses and Balance Using BIT Library and API Made in Python Automatically generate private key and address to check Balance. Requires internet Connection.
Includes Email reporting Edit Lines 5&6
gmail_user = 'youremail@gmail.com' gmail_password = 'yourpassword'
icons= ['โณ', 'โน๏ธ', 'โ
', 'โ๏ธ', '๐', '๐', '๐ธ', '๐', '๐', 'โ๏ธ', '๐', '๐', '๐', '๐ฃ', '๐คฉ','๐', '๐', '๐', '๐', '๐', '๐
', '๐', '๐คฃ', '๐ฅฒ', '
Full Information While Scan running:
<== Current PrivateKey (dec) ==> 109673062699925824604908517365498731300436529390839567205022064231686520916142 <================================= Bitcoin Addresses Checked for Balance =================================>
1Dcc9PaTPaqukpWuKjdAxxfM5nSu8Uovkc : f278c0f3501b942c245fd85167ca25ef7d6787ada836e91aee0a5af8021f48ae : L5M3WqkEqcUy5Y8rUVZQc8PJ1X8nHYw11gVWY1rDSN8CKUitWzif : 0 1Neu4ahoAsctZLmyGFb14bwETVify1yYPW : f278c0f3501b942c245fd85167ca25ef7d6787ada836e91aee0a5af8021f48ae : 5Kf5CHwCkBkwr4RtY9jgnZwSc1V3ZJCnKHCSivD4GiVN9GdhY9b : 0
Scan Number : 2522 : Total Wallets Checked : 5044
---r2.py---Random Scan for Bitcoin Addresses and Check Balance---------mizogg.co.uk---r2.py--- 2021-08-08 19:46:49.121425
EDIT LINE 42 for Range :
ran= random.randint(1,115792089237316195423570985008687907852837564279074904382605163141518161494336)

If a Balance more than 0 is found winner.txt will be written and saved to current loction of r2.py with all the information to restore wallet.
Made to run in python. pip3 install bit pip3 install colorama

