Sign inSign up

patterns/btcvanity

By patterns

Updated about 9 years ago

Bitcoin vanity address

Image
0

1.1K

patterns/btcvanity repository overview

docker-btcvanity

This is a Docker image for Bitcoin vanity addresses. The logic is a translation of Example 4-8 as written in Mastering Bitcoin. The example used C++ so here we made a Golang port as an exercise, and experiment with the BTC Suite packages.

Quickstart

  1. Install Docker
  2. Git clone the src
  3. From the cloned directory, build and run

To see a random address like 1FUN*

$ docker build -t vanity cmd
$ docker run -it --rm -e VANITY_PAT=1FUN vanity

Tag summary

Content type

Image

Digest

Size

5.7 MB

Last updated

about 9 years ago

docker pull patterns/btcvanity