BTCFucker is a bitcoin-address generator which tries to generate a wallet which contains bitcoins
Use the package manager pip to install the requirement frameworks.
pip install -r requirements.txt
- Change the
log
,error
,success
to your Discord-WebHook-Link - You can change
logColor
,errorColor
,sucessColor
to your preferred color addressperRequest
= How many addresses you want to check per API-Call (You will get an error from the Blockchain API if you set theaddressperRequest
higher than 140)messageInterval
= changes the interval of the status messages (standard is 120sec = 2min)
{
"log":"Enter Discord Webhook",
"error":"Enter Discord-Webhook",
"success":"Enter Discord-Webhook",
"logColor":"f2902b",
"errorColor":"ff2121",
"sucessColor":"4BB543",
"addressperRequest":140,
"messageInterval":120
}
Just run btcfucker.py <number of processes>
The Bot uses Multiprocessing to use "all" CPU cores