Full-Node Desktop GUI Wallet - 1.0.2
About
- Import & Sweep UX Improved
- Connection details UX improved
- RPC timeouts more appropriate
- Mac .dmg installer
- Gradle build system added
- Fixed a issue with exporting private keys for Z-addresses. Always write down your keys asap.
- Updated daemon to
v1.0.10-1-9ee1d690
in release
If you want to sync faster, you can download a significant portion of the blockchain here. Unzip and place folders in the same location as your wallet.dat file (see below).
Click here to read about how to claim your BTCP with this wallet
Windows, Mac (Sierra, High Sierra), Linux
You will need the latest version of Java.
On first start-up, the Windows wallet may encounter an error. Restart and it will run fine.
To build from source, follow the instructions in README.md
.
For Linux, you must compile Bitcoin Private first. You can find the instructions here. Then you can build the GUI from the source or download one of the archives below and paste the BitcoinPrivateDesktopWallet.jar
file into /home/USERNAME/bitcoinprivate/src/
Keep your private keys safe! Always back them up right away!
Your wallet file is located at -
Windows: %APPDATA%\BTCPrivate\wallet.dat
Mac: ~/Library/Application Support/BTCPrivate/wallet.dat
Linux: ~/.btcprivate/wallet.dat
If you make an encrypted wallet.dat, don't lose or share the password!
The Bitcoin Private Daemon (btcpd
) and RPC Client (btcp-cli
) are included in the zips.
Bitcoin Private Daemon version v1.0.10-1-9ee1d690 (btcpd --version
)
Bitcoin Private RPC client version v1.0.10-1-9ee1d690 (btcp-cli --version
)
BitcoinPrivateDesktopWallet_1.0.2_windows.7z
SHA256 = ebb05ce0537476f75dfc97e7a8b4400fa5d9a82e672759337757759b4e1740eb
BitcoinPrivateDesktopWallet_1.0.2_mac.zip
SHA256 = 27ecaa966ca399db15ac4f36832170845362ba4bbf890deea52dc3a5bf781c81
To verify, run:
openssl sha -sha256 FILENAME
(or on Windows):
certutil -hashfile BitcoinPrivateDesktopWallet_1.0.2_windows.7z SHA256
Base CLI wallet (Bitcoin Private btcp-cli
, btcpd
) built from source - https://github.com/BTCPrivate/bitcoinprivate
Having issues? open clean_blockchain
which will erase the blockchain. Reopen the jar file and it should begin to resync.