rubensayshi / cp-vanitygen

Small script to generate vanity address that is compatible with counterwallet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counterparty VanityGen

Small script to generate vanity address that is compatible with counterwallet.

Generates a 14 byte random hash and loops to concat a 2 byte nonce to it (0 to 65534) and test if m/0'/0/0 starts with desired (case insensitve) prefix.

Result will be a counterwallet compatible mnemonic.

Usage

./cp-vanity-gen -threads=4 1xcp

Latest compiled binaries for your OS/arch can be found on the releases page: https://github.com/rubensayshi/cp-vanitygen/releases

Building Binaries

./build.sh will build binaries in ./build for all platforms.

Release

requires export GITHUB_TOKEN="" with a token with access to upload binaries.
/release.sh v0.0.1 will tag, push tag, create github release and upload binaries.
./release-upload.sh v0.0.1 is used by ./release.sh.

About

Small script to generate vanity address that is compatible with counterwallet.


Languages

Language:Go 93.7%Language:Shell 6.3%