# Keys.lol generator This repository contains the key generator for [Keys.lol](https://keys.lol) ## Building and installing 1. cd to `~/go/src/github.com/sjorso/keys-generator` 2. install required packages with `go get` 3. build the executable with `go build` 4. include the executable in `$PATH`: `sudo cp keys-generator /usr/local/bin` ## Usage For generating keys, run: ```bash keys-generator btc keys-generator eth ``` For searching by private key, run: ```bash keys-generator btc-search keys-generator eth-search ``` ## License This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)