This repository contains the key generator for Keys.lol
I modified the automatic generation of wallets, checking the balance on them via the blockchain.info API and, when something found, writing non-empty wallets to keys.txt.
Note: This method was created for fun and my interest in Go. The probability that you will find a non-empty wallet is so small that a meteorite is more likely to hit your house. Also keep in mind that this is the final version of the script and further actions with non-empty wallets, depending on your jurisdiction, can be considered theft. If you find some non-empty wallet: rejoice, delete the keys.txt file and go buy a lottery ticket :)
- cd to
~/go/src/github.com/sjorso/keys-generator
- install required packages with
go get
- build the executable with
go build
- include the executable in
$PATH
:sudo cp keys-generator /usr/local/bin
For generating keys, run:
keys-generator
This project is open-sourced software licensed under the MIT license