1.0.13
Bitcoin Private Daemon
This contains the Bitcoin Private daemon and CLI tools. Click here for the Desktop GUI Wallet.
Updates
- Prepared for hard fork which will occur at block 455500, burning the shielded pool. Another burn will occur at block 480000, which will remove all unmoved coins from before the original fork.
For Linux, it is recommended to compile and run by following the instructions here.
For Windows:
-
Run
fetch-params.bat
, and wait for the download to complete. -
To start the wallet, run
start_wallet_cli.bat
. You can usecli_prompt.bat
for RPC commands. -
Use
stop_wallet_cli.bat
to close the wallet. Otherwise, you might corrupt your chainstate! If corruption occurs, useclean_blockchain.bat
to delete the corrupted blockchain.
For Mac:
-
Run
./fetch-params.sh
in terminal, and wait for the download to complete before running btcpd -
To start the wallet, run
./btcpd
in terminal.
Your wallet file is located at -
Windows: %APPDATA%\BTCPrivate\wallet.dat
Mac: ~/Library/Application Support/BTCPrivate/wallet.dat
Linux: ~/.btcprivate/wallet.dat
To download the BTC snapshot data (optional):
curl https://s3.amazonaws.com/btcp.snapshot/utxo_snapshot.tar.gz | tar xvz
To collect your own snapshot (very optional):
https://github.com/BTCPrivate/utxo-dump
btcp-1.0.13-linux.zip
SHA256 = 2722515b59f03c8577edc69ef10d995e4b9f25f7c105c1e289e296b29163f1d5
btcp-1.0.13-win.zip
SHA256 = 13351306924e22dba2e5f82518981b69925c57adc31b8a3772051fed9a9fad6b
btcp-1.0.13-mac.zip
SHA256 = 796a1bd386b5be69fca35cbd689503c681c449bf50b97c143a3ced0a578f0ceb
To verify, run:
openssl sha256 FILENAME
(or on Windows):
certutil -hashfile FILENAME SHA256
(or on Mac):
shasum -a 256 FILENAME