-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# BitcoinLotto | ||
|
||
BitcoinLotto is a bitcoin address/key generator which compares randomly generated address/key combinations against a list of addresses provided by the user. | ||
|
||
For example, if a user supplied a list of all bitcoin addresses containing bitcoin balances, the program would generate random address/key combinations until a match was found against an address containing a balance. The program would alert the user and save the address/key combination to a text file for future use. The user would have the option to utilize the private key to take control of the address and it's underlying holdings. | ||
|
||
# How to use Bitcoin Lotto | ||
|
||
Step 0: Install a Java runtime environment on your computer. If you don't already have this through Oracle, a Java runtime can be downloaded from ninite.com (for example Java AdoptOpenJDK). | ||
|
||
Step 1: Download the Bitcoin Lotto executable JAR file here. | ||
|
||
Step 2: Create or download a list of bitcoin addresses to scan. The file needs to be in text format with each address on a separate line. This link provided by an anonymous user contains a text file with approximately 43k addresses: https://file.io/wHZbn3 | ||
|
||
Step 3: Open the executable JAR file called BitcoinLotto.jar | ||
|
||
Step 4: Click "Load Address File" and browse to the bitcoin address text file | ||
|
||
Step 5: After the text file has been loaded, the "Start Lotto" button will turn green. Click this button |