Angelday8 / VanityBtc

Bitcoin vanity address generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanity BTC

NodeJS based tool to generate vanity bitcoin addresses

Features!

  • Generate multiple addresses
  • Supports Multi-core processors
  • log to file
  • checksum based vanity address

Installation

$ npm install -g vanity-btc
$ vanitybtc -i cafe

Examples

Generate bitcoin address:

$ vanitybtc

generate 10 bitcoin addresses:

$ vanitybtc -n 10

generate 10 bitcoin addresses with Cafe as starting characters:

$ vanitybtc -n 10 -i Cafe

log to file

$ vanitybtc -n 10 -l

help me

$ vanitybtc -h

License

MIT

About

Bitcoin vanity address generator

License:MIT License


Languages

Language:JavaScript 100.0%