There is no Windows wallet as of yet, so i installed the Linux BTCP wallet from github:
https://github.com/BTCPrivate/BitcoinPrivateOne of the last steps is this:
# Fetch Zcash ceremony keys
./btcputil/fetch-params.sh
This script will fetch the Bitcoin Private (and Zcash) zkSNARK parameters, and verify
their integrity with sha256sum. These parameters are identical to those for
both Zclassic and Zcash.
If they already exist locally, it will exit now and do nothing else.
Retrieving:
https://z.cash/downloads/sprout-proving.key./btcputil/fetch-params.sh: line 27: sw_vers: command not found
--2018-03-03 09:05:05-- https://z.cash/downloads/sprout-proving.key
Resolving z.cash (z.cash)... 104.28.10.251, 104.28.11.251, 2400:cb00:2048:1::681c:bfb, ...
Connecting to z.cash (z.cash)|104.28.10.251|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location:
https://s3.amazonaws.com/zcashfinalmpc/sprout-proving.key [following]
--2018-03-03 09:05:06-- https://s3.amazonaws.com/zcashfinalmpc/sprout-proving.key
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.162.85
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.162.85|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2018-03-03 09:05:06 ERROR 403: Forbidden.
So that does not work...
I have ZCL installed but I'm not sure those keys are identical.
https://github.com/BTCPrivate/BitcoinPrivate/releasesThere is Windows wallet. It is just cli, so no Windows GUI yet.
Bitcoin Private Daemon and Client
This contains the Bitcoin Private daemon and CLI tools. If you want the GUI Desktop Wallet, go here.
For Linux, you must compile following the instructions here.
To collect your own snapshot:
https://github.com/BTCPrivate/utxo_dumpFor Windows:
Run fetch-parameters.bat, and wait for the download to complete.
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 the blockchain!
To collect your own snapshot:
https://github.com/BTCPrivate/utxo_dumpYour wallet file is located at -
Windows: %APPDATA%\BTCPrivate\wallet.dat
Mac: ~/Library/Application Support/BTCPrivate/wallet.dat
Linux: ~/.btcprivate/wallet.dat