Coder Social home page Coder Social logo

ethereum-vanity-address's Introduction

Ethereum-vanity-address

This script lets you generate Ethereum addresses that begin with a custom hexadecimal string

Disclaimers

  • I have not benchmarked or optimized the performance of the script.
  • It uses the crypto.randomBytes(32) function to generate the private key, which I did not write.

Installation

You will need nodejs to run this script, as well as the ethereum-private-key-to-address package. It can be installed by doing npm install ethereum-private-key-to-address inside the directory. You may want to mkdir node_modules (without cd'ing into it) before installing the package (this can solve a failing installation).

Usage

Ethereum addresses can contain capital letters. If you want to have a strict match, pass s before your string. If you want to have a faster result with the same word by ignoring the case, pass i (BeEf will be treated as a match for BEEF).

node vanity_Eth.js [i or s for case sensitivity] [hex string]

Example

node vanity_Eth.js i B00B5

Output :

Found a match after 1567301 tries !
Address : 0xb00b533501CfA9149373b7Cddae840673507Ef66
Private key: 1ea07018c5def61040b7f92a7cb07258e0d106f57a257b3164085aadbfe64d68

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.