Code Monkey home page Code Monkey logo

vanieth's Introduction

Vanieth

A simple Ethereum vanity address "generator" written in golang.

Prerequisites:

You have to have go (golang) installed

Go get this repo:

go get github.com/iwat/vanieth

cd into it:

cd $GOPATH/src/github.com/iwat/vanieth

An then run it!

Example run:

go run vanieth.go 42

Address found:
addr: 0x429e6a85ed72fddf6c5679da1ac033ab65ad68a7
pvt: 0x0ce2f8e425121d5b7f078b6bce4c9bf23937ee4fd9b62ff2e81d84b724eb5e1b

The returned address and private key are in hex format. As you can see the ethereum address starts with the mythical 42.

Here's a more complex vanity address, this will take a significally longer time to do a complete run.

go run vanieth.go 1234

Address found:
addr: 0x123411cc4a2e2e3238ee8e22d0d7b3cf2c8add9c
pvt: 0x208439bf49edbc236bcffaa831e32006b91e6251150992fe5e704a3c3870415d

The more chars you add, the longer the time will be, exponentially!

Note: you have to supply hexadecimal characters only, so from 0 to 9 and from A to F, there's no check at the moment for wrong input.

More efficient run:

Compile and run:

go build vanieth.go; ./vanieth 1234

This will be a bit more efficient than the examples shown above.

Enjoy,

@makevoid

vanieth's People

Contributors

makevoid avatar iwat avatar

Watchers

 avatar James Cloos 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.