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

BitcoinZ command line for Windows v1.4.0

Compare
Choose a tag to compare
@renuzit renuzit released this 15 Jun 23:49
· 4 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 bitcoinzd.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
bitcoinzd -exportdir=.
bitcoinz-cli z_exportwallet walletdata

Quick guide for beginners

ANN Thread