See https://github.com/snatcoinOfficial/snatcoin/blob/master/README.md
This library will help you create:
- public and private key pairs for Snatcoin addresses
- Snatcoin vanity addresses
Uses Python 2.7.6
git clone https://github.com/snatcoinOfficial/vanity.git
cd vanity
./snatgen.sh
This will create an array with your public Snatcoin address first and your private Snatcoin address second
./snatvanity.py SNAT
Will create a Snatcoin vanity address starting with SNAT
./snatloop.py SNAT
Will create a list of Snatcoin vanity address starting with SNAT
For some reason, the script segfaults on OS X unless it's run in in 32-bit mode. Instead, those on OS X should run:
bash snatgen.sh
Created and Licensed Public Domain by Joric/bitcoin-dev June 2012 with minor modifications by David Sterry.
Modifications on February 26th 2018 by the Snatcoin Developers.