Releases: BTCPrivate/BitcoinPrivate-legacy
1.0.15
Bitcoin Private Daemon
Updates
- Prepared for a hard fork which will occur at block 618000, which will switch the Equihash algorithm parameters to 192_7 ( N=192, K=7 )
- Updated difficulty algorithm to LWMA-1 ( Activation Height 615518 )
POOLS!
** Equihash 192_7 Algorithm with pers string of BTCP_PoW **
For Linux, it is recommended to compile and run by following the instructions here.
Pre compiled binaries
btcp-1.0.15-6af8ce1-linux.zip
SHA256 = 0f759b13e516472829287655b805c101c5b8f1760b3d1faa6646a5bc2eef3764
btcp-1.0.15-6af8ce1-win.zip
SHA256 = 2d97fb4e96fea0aaf5e8a5bfc397c59938b67181dd92ddcd1760002b68dbb13d
btcp-1.0.15-6af8ce1-mac.zip
SHA256 = 63bd87de55f50e4b10b7f6674a6952fe40fe489642ab0b67b204c8e4dd7d1347
explorer-btcp-1.0.15-774175c-linux.tar.gz
SHA256 = 09a42b515c3c6f79efb5b1472d41da159a4c25d474508fc5ff2d65a39856b43e
To verify, run:
openssl sha256 FILENAME
(or on Windows):
certutil -hashfile FILENAME SHA256
(or on Mac):
shasum -a 256 FILENAME
Notes:
Some Mac/Linux users may need to set chmod +x before the OS will allow it to run.
Any AV detection is likely due to AV companies flagging crypto apps that contain a miner.
1.0.14
Bitcoin Private Daemon
This contains the Bitcoin Private daemon and CLI tools. Click here for the Desktop GUI Wallet.
Updates
Removed Diff bomb code, bumped version & protocol version.
Changed URL for Params to reflect new server and fix #228
btcp-1.0.14-win.zip
SHA256 = 13351306924e22dba2e5f82518981b69925c57adc31b8a3772051fed9a9fad6b
Notes:
Some Mac/Linux users may need to set chmod +x before the OS will allow it to run.
Any AV detection is likely due to AV companies flagging crypto apps that contain a miner.
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
1.0.12-1-b27c722 (accounts support)
UPDATE: 1/1/2019 - New version of this release not required, accounts
feature has been added to master thus the normal builds will have the accounts feature available
Bitcoin Private Daemon
This contains the Bitcoin Private daemon and CLI tools. Click here for the Desktop GUI Wallet.
Updates
- Added deprecated
accounts
feature back to daemon for partners that require them for implementation.
For Linux, it is recommended to compile and run by following the instructions here.
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
(Built release is 1 commit ahead - fixes libsodium dependency issue - built on Ubuntu 18.0.4)
SHA256(btcp-1.0.12-1-accounts-linux.tar.gz)= dcec36c63d0cc2062e7d5f15c99eb6866496db5cb78b659af87ecee776762cf7
1.0.12-1
Bitcoin Private Daemon
This contains the Bitcoin Private daemon and CLI tools. Click here for the Desktop GUI Wallet.
Updates
- added backup dnsseed
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.12-1-linux.zip
SHA256 = f0c5b06899216475429abb5d77a83587748d1b86daf3d0c8f0f6857cb571c116
btcp-1.0.12-1-win.7z
SHA256 = 129574c76653f7f15c97085f2a90898433c08f6a8ebe4ca5def3a88d17327abc
btcp-1.0.12-1-win.zip
SHA256 = 23cc30e2638c465421dea0eff52627d6a4deae120cc8d853f27dcc70c72e1407
btcp-1.0.12-1-mac.zip
SHA256 = 1da5a8a8f76f123c692c185c6e53be38cd07d880ecb65d8ce497cab901b931ac
To verify, run:
openssl sha256 FILENAME
(or on Windows):
certutil -hashfile FILENAME SHA256
(or on Mac):
shasum -a 256 FILENAME
1.0.12-explorer
Bitcoin Private Daemon for Explorer/Bitcore Use
1.0.12-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 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.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
1.0.11-explorer
Bitcoin Private Daemon for Explorer/Bitcore Use
1.0.11-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 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.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
Bitcoin Private v1.0.10-2
Bitcoin Private Daemon
This contains the Bitcoin Private daemon and CLI tools. Click here for the Desktop GUI Wallet.
- Fixed a critical bug regarding SegWit spends. Thank you to @hsjoberg, @grzegorzszczecin, @Ayms, and @jc23424.
For Linux, it is recommended to compile and run by following the instructions here.
For Windows:
-
Run
fetch-parameters.bat
, and wait for the download to complete. -
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!
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.10-2-e88839a-linux.tar.gz
SHA256 = 3d06518108f482b23b7f55eb24e6c71523a6e1007c225833a95463f5041d85bc
btcp-1.0.10-2-e88839a-win.7z
SHA256 = 2b03969501fa84ce69603855c3e7ea1882eefa32f257d9db81905e90f5696625
btcp-1.0.10-2-e88839a-mac.zip
SHA256 =
SHA256 = openssl sha -sha256 filename