All Projects → plutomonkey → zcash-vanity

plutomonkey / zcash-vanity

Licence: MIT license
Zcash Vanity Address Generator

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to zcash-vanity

peer-id-generator
Vanity public key generator for use with IPFS and IPNS
Stars: ✭ 27 (+28.57%)
Mutual labels:  vanity-address, vanitygen, vanity
crypto-trader
Cryptocurrency investing using Dollar Cost Averaging (not limited to dollar)
Stars: ✭ 47 (+123.81%)
Mutual labels:  zcash
algo-coin
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Stars: ✭ 386 (+1738.1%)
Mutual labels:  zcash
nheqminer-macos
nheqminer for macOS with AVX and CUDA
Stars: ✭ 85 (+304.76%)
Mutual labels:  zcash
Crypto-Resources
Resources for trading Bitcoin and Altcoins
Stars: ✭ 22 (+4.76%)
Mutual labels:  zcash
jubjub
Supporting evidence for security of the Jubjub curve to be used in Zcash
Stars: ✭ 13 (-38.1%)
Mutual labels:  zcash
Valets
Command line wallets generator (Bitcoin, Bitcoin cash, Ethereum, Ethereum classic, Dash, Zcash, Dogecoin, Litecoin, Navcoin, Vertcoin, Reddcoin, Emercoin)
Stars: ✭ 46 (+119.05%)
Mutual labels:  zcash
nighthawk-wallet-android
Private Money in your pocket.
Stars: ✭ 33 (+57.14%)
Mutual labels:  zcash
adequate crypto address
A Ruby Library for dealing with validation cryptocurrency addresses
Stars: ✭ 18 (-14.29%)
Mutual labels:  zcash
zksnarks
ZK-Snarks in English
Stars: ✭ 15 (-28.57%)
Mutual labels:  zcash
GenesisZ
Mine the Genesis Block for your Zcashy altcoin
Stars: ✭ 22 (+4.76%)
Mutual labels:  zcash
zepio
Zepio | ZEC Wallet
Stars: ✭ 40 (+90.48%)
Mutual labels:  zcash
zecproxy
Stratum proxy for Zcash
Stars: ✭ 54 (+157.14%)
Mutual labels:  zcash
zfnd
The Zcash Foundation Website
Stars: ✭ 13 (-38.1%)
Mutual labels:  zcash
wallet-address-validator
Useful library for validation of Bitcoin, Litecoin, Ethereum and other cryptocoin addresses
Stars: ✭ 240 (+1042.86%)
Mutual labels:  zcash
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+66.67%)
Mutual labels:  zcash
zcash
💵 Minimal Zcash library for Node.js
Stars: ✭ 18 (-14.29%)
Mutual labels:  zcash
bitcoinz-wallet
BitcoinZ Wallet - nice graphical user interface BTCZ wallet
Stars: ✭ 19 (-9.52%)
Mutual labels:  zcash
nano-vanity
Vanity address generator for Nano
Stars: ✭ 37 (+76.19%)
Mutual labels:  vanity-address
btc-vanity
Generate Bitcoin Vanity Address
Stars: ✭ 21 (+0%)
Mutual labels:  vanitygen

Zcash Vanity Address Generator

I just thought of something. Eventually there'll be some interest in brute force scanning bitcoin addresses to find one with the first few characters customized to your name, kind of like getting a phone number that spells out something. Just by chance I have my initials.

—Satoshi Nakamoto in an email to Hal Finney in 2009, referring to his Bitcoin address 1NSwywA5Dvuyw89sfs3oLPvLiDNGf48cPD.

Zcash-vanity is a high-throughput vanity address generator for Zcash shielded addresses (z-addrs), i.e. those starting with "zc".

You can search for addresses with particular prefixes, e.g. "zcVANiTY". The engine is written in OpenCL so that it can run on devices such as GPUs. Currently, NVIDIA's GTX 1080 Ti can locate an exact 6-character prefix (excluding "zc") in around 30 seconds.

Case-insensitive matching and multiple prefixes are also supported.

Installation

The engine wrapper is written in Rust. At the moment, the easiest way to install zcash-vanity is to install Rust, which comes with a package manager called Cargo. Then run:

cargo install zcash-vanity

This should download all dependencies, build and add zcash-vanity to your path. You will also need OpenCL installed.

Usage

Note: not all 58 characters can be used as the third character of the prefix; only the following may be used: [8-9,A-Z,a-h].

The following should list all available options:

zcash-vanity --help

Note that unless otherwise specified, all available OpenCL devices are used, which may include your CPU on some platforms.

Related Work

  • zcash-mini, a portable wallet generator written in Go by Filippo Valsorda, which supports vanity address generation (z-addrs) too but not using the GPU.
  • vanitygen_z, a modified version of Bitcoin's vanitygen, for generating transparent Zcash addresses (t-addrs) using OpenCL.

Donations gratefully received at zcVANiTYZ1VxZp9dr6CEqfesYyfak8d6ZDFh4LLQPtHdGUb47CkpHzspFg4YV4NqsfyWkUxs4rcrzhKGsqHhXkzZsWkDaLT.

Please see https://zcash.plutomonkey.com/vanity/ for further information and new releases.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].