Skip to content

Download BS

Eric Voskuil edited this page Mar 9, 2017 · 20 revisions

Version 2.4.0

WARNING

These binaries are provided for your convenience. We cannot and do not guarantee that they will not lose your money or compromise your privacy. You are free to inspect the source code and build it yourself. By downloading a binary copy of BS you accept all responsibility for its use and behavior.

Download

Each download is a single executable file.

OS File Bytes
linux bs-linux-x64-consensus-mainnet 2,798,376
osx bs-osx-x64-consensus-mainnet 4,224,576
windows bs-windows-x64-consensus-mainnet.exe 3,588,608

Integrity Validation

Validate the integrity of the download by calculating a SHA-256 hash of the file and comparing the result to that in the signed message below. If you do not have a previously verified version of BX you can use any local or online hash computer to calculate the hash values.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

$ bx base16-encode < bs-linux-x64-consensus-mainnet | bx sha256
dc23aaf0941b62e79a13b7fbd996555eccd5471fe7316a7ad69f9e403fdedafc

$ bx base16-encode < bs-osx-x64-consensus-mainnet | bx sha256
34c5a8f07c27e07372673a6455b6045ab8d956fc5278b1299290e45f3141ff33

$ bx base16-encode < bs-windows-x64-consensus-mainnet.exe | bx sha256
6fa682af5ed33dcfe31f71aedffefaf1574eed42f10102be224934d1bf472f8a

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJWpdGbAAoJEDzYwH8LXOFO3lsH/Rpy+vaJxP5pPRnoIdh7gXMj
hdizfsxUZvpbrYbAnv1bcnRhMYNr2hleyYW93yhW4l9Y877ryvGIryNE5f7yDqFf
opQlo6PCcQPPOsi1alKzxN9mmqCvDqaxbqj2j6JzE351OCGzpWzzGXI+b+22xFK4
IX2ifFPKSR/8i+dUrQHyT1W3wMpCIb1n/8PnYRBcAmmffsNmBCHVVYs1y59k2u9l
WhHNa1dfG7dGP1JxE9PM7N9WGpFAzdY/1Net6oIgROx/I+sqXZ/m4tMGA3mu3SEd
FetNn/x9C/DhAMdTPgRsInu/fV6/xhDX2b5/uDK2AlDXCM62XhNANTOWXqAm6ko=
=UTCv
-----END PGP SIGNATURE-----

Using BX to Calculate Hashes

With a previously-verified version of BX you can validate both the integrity of the download using the following commands.

$ bx base16-encode < bs-linux-x64-consensus-mainnet | bx sha256
dc23aaf0941b62e79a13b7fbd996555eccd5471fe7316a7ad69f9e403fdedafc

$ bx base16-encode < bs-osx-x64-consensus-mainnet | bx sha256
34c5a8f07c27e07372673a6455b6045ab8d956fc5278b1299290e45f3141ff33

$ bx base16-encode < bs-windows-x64-consensus-mainnet.exe | bx sha256
6fa682af5ed33dcfe31f71aedffefaf1574eed42f10102be224934d1bf472f8a

Origin Validation

Validate the origin of the download by verifying the PGP signature on the message containing the hashes (above). The message was signed by evoskuil, which can be verified using the following public key. See also the MIT Public Key Server:

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.14 (GNU/Linux)

mQENBFLWPEoBCACfsNbsREA7RMRZmMD/a4eG2GYUlfjSjqI8d49tBhUTzM29hJ7F
gKbhNa62MFxUV3BA7Gg7t3JJj3zTXDzTg9FQVCZVlw1BlLPGTA6yYf5tQEY8h/z9
1wsoHDV9DQUl1ElpqaAYdMzdk6x1fuKQyP6kxKevtSO3BOkIrypJ7REeRlvOeHXb
WxeL+Ih07mvBCXG86SmEFYAGPmq5/0yIICc4cMNvh/Cf2BRI+9s40n2lCX9YIecF
rVxdtBZ3QWiOF2oRFBKplfuTPOUFker+owQgFFsFiRmgjLOtMOZkeGH8ctLT0zWn
CRVWvXwNkU3lueEp/uMPQdtVpBZFGL7DAgPvABEBAAG0H0VyaWMgVm9za3VpbCA8
ZXJpY0B2b3NrdWlsLm9yZz6JAT8EEwECACkFAlLWPEoCGw8FCQs2vfYHCwkIBwMC
AQYVCAIJCgsEFgIDAQIeAQIXgAAKCRA82MB/C1zhTjXqB/9K1EPQ/wt+Yd0bEjfd
YjO8Wb5cHAU14Lo7ElDV3JY/wGtZV9lELEJZyIIKTJ/FWJMt0fpPsnzkHh4XTbC9
cM6U0ujMVb2u+MbdaEpEvlsMomJtBzFehwLu+RcQlftPYKpPwMLT8NNJcBQbUJKP
/Ko5F5SlOGa/cEkWbKStiI6BDH9d2oOGMnULvSll4RryqQON2VVU5+gB+ebBUZPS
32HBPxGNrAbiBm5qPFEO6CHqFld7QHhRc3uO/33rzGZBxcuq7BdNr/3p6TfVK59d
tJ/XzF/74qCF2pEDedGGEr6dwYGMgeZNLapclCbfTnHJhYWzDuwMfR/1X4nwRCCM
0Ud0
=xE34
-----END PGP PUBLIC KEY BLOCK-----

Testnet vs. Mainnet

The distinction between testnet and mainnet is entirely configuration based.

Clone this wiki locally