Skip to content

1.0.12-8e6c23c

Compare
Choose a tag to compare
@BlueSilver22 BlueSilver22 released this 19 Apr 00:16
· 57 commits to master since this release
8e6c23c

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.12-8e6c23c-linux.zip
SHA256 = 71cb114527bd4cffcef5c8fbb8d26ef0ee71c31bf1104712d239233de5e1428b

btcp-1.0.12-8e6c23c-win.7z
SHA256 = fa59979b51ae8c4367bf196c779aea31cea1b8c50270f51930dcb23de9ad5c63

btcp-1.0.12-8e6c23c-mac.zip
SHA256 = a536340c698bb99960cbeeb6f2347c2c3965c2b0d54eb96afa397e7202b87ede

To verify, run:
openssl sha256 FILENAME

(or on Windows):
certutil -hashfile FILENAME SHA256