This repository contains the key generator for Keys.lol from keys-generator repo
-
Navigate to
C:\Users\USER\go\src
e.gC:\Users\bob\go\src
-
git clone https://github.com/fredsta98/keys-generator-fix.git
-
cd keys-generator-fix
-
install required packages with
go get
-
build the executable with
go build
-
Additionally you can build cross platform with the following commands:
Windows:
GOOS=windows GOARCH=amd64 go build -o keys-generator-windows-128-amd64.exe
Linux:
GOOS=linux GOARCH=amd64 go build -o keys-generator-linux-amd64
MacOS:
GOOS=darwin GOARCH=amd64 go build -o keys-generator-mac-amd64-darwin
- Copy the directory path to your compiled program.
- Add it to PATH via Control Panel.
- Open a command prompt anywhere and run the commands below at Generating Keys.
sudo cp keys-generator-linux-amd64 /usr/local/bin
chmod +rwx /usr/local/bin/keys-generator-linux-amd64
- Open a terminal anywhere and run the commands below at Generating Keys.
TBD
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>
This project is open-sourced software licensed under the MIT license