Vanitygen in an Alpine Docker Image
387
Vanitygen doesn't build nicely in newer environments, so this docker container seeks to provide a consistent environment and enable you to safely run this yourself.
Make sure you have docker installed, then, clone this repo. In this repo directory, type:
docker build -t vanitygen .
# To build case insensitive BTC for example
docker run --rm vanitygen -i 1Snoot
This one is fairly straightforward. You're running the image from the automated builds of this repo.
# Build case insensitive BTC address from hub
docker run --rm vanityshed/vanitygen-docker -i 1Sno
Content type
Image
Digest
Size
42 MB
Last updated
about 9 years ago
docker pull vanityshed/vanitygen-docker