OP 24 May, 2020 - 03:33 PM
I coded this tool just for fun but it actually made me some money.
How does it work?
The tool generates ~500 BTC Seeds a minute which are then converted to a valid BTC address. This btc address gets checked for its balance on multiple APIs and if one of the wallets has more than 0.001 BTC on them they will be saved to a .txt.
I made about 25$ in 48hrs.
THIS TOOL IS FULLY LUCK BASED!
SMOD EDIT: The compiled file doesn't work & there are a few errors in the python code, these can easily be fixed:
On line 27 change this, def generateSeed(():
To this, def generateSeed():
On line 64 change this, threads = five
To this, threads = 5
~ IdiotPleb
How does it work?
The tool generates ~500 BTC Seeds a minute which are then converted to a valid BTC address. This btc address gets checked for its balance on multiple APIs and if one of the wallets has more than 0.001 BTC on them they will be saved to a .txt.
I made about 25$ in 48hrs.
THIS TOOL IS FULLY LUCK BASED!
SMOD EDIT: The compiled file doesn't work & there are a few errors in the python code, these can easily be fixed:
On line 27 change this, def generateSeed(():
To this, def generateSeed():
On line 64 change this, threads = five
To this, threads = 5
~ IdiotPleb