Skip to content

1.0.11-5d06772

Compare
Choose a tag to compare
@BlueSilver22 BlueSilver22 released this 11 Apr 23:06
· 68 commits to master since this release
5d06772

Bitcoin Private Daemon

This contains the Bitcoin Private daemon and CLI tools. Click here for the Desktop GUI Wallet.

Updates

  • Allows for spending of SegWit funds.

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 use cli_prompt.bat for RPC commands.

  • Use stop_wallet_cli.bat to close the wallet. Otherwise, you might corrupt your chainstate! If corruption occurs, use clean_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.11-5d06772-win.7z
SHA256 = 5b24421346215de689eb0a65bf2b4350cc30fee98c4dcb4828edf1652fb5821d

btcp-1.0.11-5d06772-mac.zip
SHA256 = 61bb82fbc8c01c6d33486c58698d9a94da0a38c077c164db03394f01609cf20c

To verify, run:
openssl sha256 FILENAME

(or on Windows):
certutil -hashfile FILENAME SHA256