├── BitGen-master-v2.rar └── README.md /BitGen-master-v2.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anonymousl33t/bitgenModifed/1836586f1c5a6982a17c3afb18551a6798edc918/BitGen-master-v2.rar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # bitgenModifed 2 | This is a simple Bitcoin wallet scrapper it's checks random wallets that it generates against an API and saves ones that have Bitcoin in them in a file for you to use. 3 | https://github.com/Anarbb/BitGen original 4 | 5 | # Development setup 6 | pip install -r requirments.txt 7 | 8 | python3.8 main.py 9 | 10 | # Windows setup 11 | pip install -r requirments.txt 12 | 13 | start.bat 14 | --------------------------------------------------------------------------------