Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

BitcoinZ for Windows 1.0.3_1

Compare
Choose a tag to compare
released this 24 Sep 23:17
· 165 commits to master since this release
mkdir %APPDATA%\ZcashParams
cd %APPDATA%\ZcashParams && explorer .
  • Create bitcoinz.conf in BitcoinZ directory
mkdir %APPDATA%\BitcoinZ
echo  "rpcuser=rpcuser" > %APPDATA%\BitcoinZ\bitcoinz.conf
echo  "rpcuser=rpcpass" > %APPDATA%\BitcoinZ\bitcoinz.conf

Replace rpcuser & rpcpass by secure user & password.

notepad %APPDATA%\BitcoinZ\bitcoinz.conf
  • Run zcashd.exe

Backup your wallet

  • copy wallet.dat from %APPDATA%\BitcoinZ folder to safe locations

Run in cmd:

cd %APPDATA%\BitcoinZ && explorer .
  • Run the following commands & safe walletdata in safe locations
zcashd -exportdir=.
zcash-cli z_exportwallet walletdata

Quick guide for beginners

ANN Thread