You are on page 1of 1

Generate a bunch of addresses Using Adress Generator

Are you insane? Why would I do that? � You ask� Listen, here is the trick. You want
your bitcoin address to look similar to the target�s copied address. Then let�s
create a bunch of addresses first and let our malware to choose the most similar
one.
You�ll need the AddressWizard, that I�ve written, to get this job done. You can
find it in the package, accompanied by it�s source code.

In order to run this app, you�ll need to install the .NET 4.5 framework.

Go to the AddressGenerator tab.


Set how many addresses you want to generate.
Press Start and you�re cool.

You�ve just generated a bunch of bitcoin addresses and their secret key pairs.
Check addresses

After you generated your addresses, at the Wallet tab, with the Refresh button you
can check if there are some not empty among them.

I�d recommend you to generate 10 000 addresses for your program.


Generated files :

addressSecretPairs.txt � stores all the generated addresses and their


corresponding secret keys.
vanityAddresses.txt � stores all the generated addresses only. This is what
BitcoinStealer needs.
notEmptyAddresses.txt � stores not empty addresses and their corresponding
secret keys. When you click on Refresh it will generate this file.

When you generate new files, they�ll overwrite the old ones. Be careful if the
addresses are already in your BitcoinStealer that�s running on other computers, you
don�t want to loose them! (You probably want to store them safely and make a
backup.)
Testing the AddressWizard

Open the program and generate 100 addresses and their corresponding secret
keys.
Check out generated addresses. Send a small amount, like (0.0001btc) to one of
them. (Alternatively you can just find a bitcoin address that have funds on it and
overwrite the first address in the addressSecretPairs.txt and vanityAddresses.txt.)
When the coins has arrived, change to the Wallet tab and click Refresh.
Check out not empty addresses! (Format: address:secretKey)
Go to your Bitcoin wallet and import the secret key. Whatever wallet will do
it. (Well, except your personal one.)

Congratulations! You�re done, you can launder your hard-earned money now.

You might also like