710 B
710 B
Keys.lol generator
This repository contains the key generator for Keys.lol
Building and installing
- 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
Usage
For generating keys, run:
keys-generator btc <page number>
keys-generator eth <page number>
For searching by private key, run:
keys-generator btc-search <btc private key>
keys-generator eth-search <eth private key>
License
This project is open-sourced software licensed under the MIT license