Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
traxm authored Nov 29, 2019
1 parent bcf03dc commit 8ff7335
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
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

0 comments on commit 8ff7335

Please sign in to comment.