Community gift to the World.
- Type: Cryptocurrency
- Ticker: BTCZ
- Algo: Equihash
- Max supply 21B coins / Current supply: 12500 coins every 2.5 minutes
- Current block size is similar to BCC/BCH (BTCZ = 2MB every 2.5 mins ~ BCC/BCH = 8MB every 10 min)
- Technology / Mother coins: ZCL spirit, ZEC privacy, BTC fundamentals
- Anonymous It is recommended to use anonymous zaddr for all transactions. Public taddrs transactions are also allowed.
- All contributors are welcome and everyone is volunteer - no premine or dev taxes (Satoshi has about 10% of BTC marketcap!)
- Store of value - always POW and never POS
- Fully decentralized cryptocurrency (no root domain, no main website, no main dev team)
- Decentralized development Developers are self organized in development pods. Every new dev or team is welcome. All implementations which follow consensus are allowed. No need to register - just create new pod account (e.g. github) and convince community.
- Decentralized mining As a miner you should not use the biggest pools to follow main principles.
- Easy to mine Equihash algorithm. You can use your Desktop PC to mine BitcoinZ. Most profitable is GPU mining.
- Decentalized Exchanges All exchanges are allowed. The best one are decentralized. We plan to implement fully decentralized XCAT exchange.
- Pure community coin
- Always immutable - no way to change history!
- Post your nodes btcz/bitcoinz#1
- Post pools: btcz/bitcoinz#2
- Post exchanges: btcz/bitcoinz#3
- Explorers https://btzexplorer.blockhub.info
- BitcoinZ Windows Wallet
- BitcoinZ Cold Wallet - Windows binary is available. All you need to own all coin in your address is only private key.
- Windows build
- Windows GUI wallet
- Anonymous messaging channels
- RPC port: 1979
- P2P port: 1989
Get dependencies
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake
Install
# Build
./zcutil/build.sh -j$(nproc)
# fetch key
./zcutil/fetch-params.sh
# Run
./src/zcashd
Windows build is maintained in bitcoinz-win project.
BitcoinZ is experimental and a work-in-progress. Use at your own risk.