Giter Site home page Giter Site logo

keys-generator-fix's Introduction

Keys.lol generator

This repository contains the key generator for Keys.lol from keys-generator repo

Building and installing

  1. Navigate to C:\Users\USER\go\src e.g C:\Users\bob\go\src

  2. git clone https://github.com/fredsta98/keys-generator-fix.git

  3. cd keys-generator-fix

  4. install required packages with go get

  5. build the executable with go build

  6. 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

Usage

Windows

  1. Copy the directory path to your compiled program.
  2. Add it to PATH via Control Panel.
  3. Open a command prompt anywhere and run the commands below at Generating Keys.

Linux

  1. sudo cp keys-generator-linux-amd64 /usr/local/bin
  2. chmod +rwx /usr/local/bin/keys-generator-linux-amd64
  3. Open a terminal anywhere and run the commands below at Generating Keys.

MacOS

TBD

Generating Keys

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

keys-generator-fix's People

Contributors

fredsta98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.