Git Product home page Git Product logo

supervanitygen's Introduction

Super Vanitygen

Fast Vanity Bitcoin address generator for Linux using the secp256k1 library.

Features:

  • Runs under the x86, x86_64, arm, and arm64 (aarch64) architectures.
  • Includes fast assembly versions of SHA-256 for Intel CPUs with SSSE3, AVX, AVX2, and SHA extensions.

Limitations:

  • Currently only supports Bitcoin compressed public keys.
  • Does not support combining private keys via addition/multiplication methods.

Example

Example program execution: (Note: Do not send coins to this address!)

$ vanitygen 1Vanity
Difficulty: 888446610539
[5003 Kkey/s][Total 31878804156][Prob 3.5%][50% in 1.4d]
Private Key:   L3jTmJvNtjNrUw5SJJGFfGTog46fLutsQJ4XG66YWHMV5UmgFWqZ
Address:       1Vanity8HEFQDR7ZFsAUFeRR67AG38PcR

Build Prerequisites

Successful compilation depends on installing these additional programs:

  • GCC
  • Make
  • Libtool
  • Autotools
  • GMP

Installing prerequisites on RedHat or Fedora Core:

$ yum -y install gcc make automake autoconf libtool gmp-devel

Installing prerequisites on Ubuntu:

$ sudo apt-get install build-essential automake autoconf libtool libgmp3-dev

Build Instructions

Simply run make:

$ make

This will automatically configure the secp256k1 library and compile the project using default options. To change compile options in secp256k1, cd to secp256k1 and run configure with your new options, and then rerun make in the top level directory.

If the gmp development library is not installed on your system, you may remove -lgmp from the LDLIBS line in the Makefile. See below for other prerequisites.

For slow CPUs, you might get a better hash rate by lowering the "#define STEP" value in vanitygen.c. Similarly, server CPUs with large amounts of fast memory might benefit by increasing the STEP value.

Warning

Please verify all generated addresses before use!

This software is beta and may contain bugs. Do not send coins to an address without first checking that the generated private/public keys are correct. Here are examples of other programs you can use to verify keys:

Do not run this program on a computer where others have the ability to strace your program's execution.

License

This software is distributed under the GPLv2 license. Most individual portions are placed under compatible MIT or BSD licenses. See each respective file for details.

Donations

If you've found this program useful, please consider sending me a few bits:

[email protected] (via OpenAlias) or 1Ganda1fU65mNxGoXomdtReN3ejkcMHGEL

supervanitygen's People

Contributors

klynastor avatar thestack 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.