ccgen is a simple(ish) semi-universal address and vanity address generator for cryptocurrency.
Currently supports Bitcoin, Paycoin and LiteDoge. Pull requests for coin support are welcome.
Usage: ccgen [options] <command> [<arguments...>]
--type, -t Define coin-type to generate an address for (eg. "bitcoin")
--compress, -c Compress the private key and address
--vanity, -V Attempt to generate an address with the provided prefix
--help, -h Show help
--version, -v Print the version
The MIT License