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.
To see a random address like 1FUN*
$ docker build -t vanity cmd
$ docker run -it --rm -e VANITY_PAT=1FUN vanity
Content type
Image
Digest
Size
5.7 MB
Last updated
about 9 years ago
docker pull patterns/btcvanity