Giter VIP home page Giter VIP logo

custom-gen's Introduction

WYND Generator

When you generate a new mnemonic, it is very random (must be to be secure), and you cannot predict the address you will get. However, if you want to get a certain prefix on your address, you can just try again and again until you get the one you want.

If you have to click buttons on Keplr each time, this can be very slow. This is a simple Rust program to automate that. It keeps generating new seeds and checking the address until it finds one that starts with juno1wynd.... When it does, it will spit out the address and the corresponding mnemonic to your terminal (not to a file), for you to write somewhere secure and import into your keychain (Keplr or Ledger).

Security Notes

You should be very careful with anything that touches or generates mnemonics, as a corrupted program (or malware) could later steal everything from your address. This is quite short and I advice you to review the source code to ensure it is not sending your mnemonic to anyone on the internet.

Usage

(Pre-built binaries coming later, for now, just for devs)

Make sure you have rust installed. If not, please install rustup and then rustup toolchain install stable

After that, you just need to clone and build the file. Then run it. The binary should be about 650kB.

git clone https://github.com/bilalkhan360/custom-gen.git
cd custom-gen
git checkout v0.1.0 # or latest release
cargo install --path .

Ensure you have export PATH="$HOME/.cargo/bin:$PATH" in your shell rc file (or run it now), and you can run this to get a new address in a few minutes:

time wynd-gen

(time is not needed, but nice to see how long it does take. Usually between 1-20 minutes)

custom-gen's People

Contributors

bilalkhan360 avatar ethanfrey 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.