Download as pdf or txt
Download as pdf or txt
You are on page 1of 39

10. 3.

2022 9:52 Bitcoin Unlimited

Bitcoin Unlimited
Čas čítania: 22 minút

The Bitcoin Unlimited project maintains a client for the Bitcoin Cash (BCH)
network. The client name has been changend into BCH Unlimited
Official Bitcoin Cash (BCH) Release

Download the latest Bitcoin Cash compatible release of BCH Unlimited (1.9.2.0,
April 23, 2021)

(This release implements Bitcoin Cash Protocol)

Release Notes

NOTE: This release is for Bitcoin Cash, a FORK of Bitcoin that happened
on Aug 1,2017! Bitcoin Cash is a better bitcoin, delivering onchain
scalability that has resulted in penny transaction fees and fast
confirmations.

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'bch-unlimited-1.9.2.0-arm32.tar.gz':
'68ad6fba9192dbbd72b4ddc820d803f9ab154c36882f5318fdd28a101bd8ddba',

'bch-unlimited-1.9.2.0-arm64.tar.gz':
'5c1d613ace7352a8f88150e7be8ef6eef48fed0405bde4637168b6227538970d',

'bch-unlimited-1.9.2.0-linux32.tar.gz':
'c76857663f24230c30e78cc2005d53b8a8375d5bc4e578d0f5787a23d5ce486c',

https://www.bitcoinunlimited.info/download 1/39
10. 3. 2022 9:52 Bitcoin Unlimited

'bch-unlimited-1.9.2.0-linux64.tar.gz':
'd3944e7680d7d5a2303bd3a1ecec590904cd180f34cd70504b5e29c7b0fa4586',

'bch-unlimited-1.9.2.0-osx.dmg':
'0dfbe54c5888d4f0f4051b819be0186e6e1e5a84b697e0987cca07486fbe2697',

'bch-unlimited-1.9.2.0-osx.tar.gz':
'44848e5e568fa7bd6768181fc267141641400fd0f24bc4d9d4e6805f02ae7a40',

'bch-unlimited-1.9.2.0-osx64.tar.gz':
'4b7fe03fb86042788e4929a8f9f6af8f8aabf7f8377182e7dadd3b0f6fe96c4c',

'bch-unlimited-1.9.2.0-win32-setup.exe':
'09091bb9d4ab9a75815bf65eb54a238e8b72bc4502fb2b314404d1d032619834',

'bch-unlimited-1.9.2.0-win32.zip':
'c804e523bf1e85b47cf387ae45009a2a929ec20d66d7594ee02f5607408ba870',

'bch-unlimited-1.9.2.0-win64-setup.exe':
'07dffae41298eab7658ed517c7aece167502d51d53a39d67bf5f5bf1d3066c7a',

'bch-unlimited-1.9.2.0-win64.zip':
'f6b0c3a9efc2190c080fc7c2bcdaeb91a3448034ecb3524528aaa54ef7695136'},

'program': 'BCHunlimited',

'version': '1.9.2.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

TBDBy: Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H2lvO8/0TPBp3FmNnyEQsYdq82qXJCBmWmOboKhWvApnQnR+zSBvG5O4A9QN1XNuj7M8Vov
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

IAImdwqN1t62XDSCrE/JCmOQi/eTgJenyp3xvjmAeVoSHQuFJ+DqwGezu/F1lxaj0pWweWXlX1JQi
Once you downloaded the file that matches your system in the section above
(e.g. 64 bit linux), open a terminal window then type:

tar xvf bch-unlimited-1.9.2.0-linux64.tar.gz

cd bch-unlimited-1.9.2.0/bin/

nohup ./bitcoin-qt &

If you're running an Ubuntu system you could use our official repository. It
supports four archs - amd64, i386, arm and arm64. To install the binaries from
the repository execute these commands from a console:

sudo apt-get install software-properties-common

sudo add-apt-repository ppa:bitcoin-unlimited/bucash

sudo apt-get update

sudo apt-get install bitcoind bitcoin-qt

https://www.bitcoinunlimited.info/download 2/39
10. 3. 2022 9:52 Bitcoin Unlimited

If you want to compile from source just follow and execute these commands:

sudo apt-get install git build-essential libtool autoconf autotools-dev


automake pkg-config

sudo apt-get install libssl-dev libevent-dev bsdmainutils libboost-all-


dev

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev


qttools5-dev-tools libprotobuf-dev protobuf-compiler #opt: only needed
if you want bitcoin-qt

sudo apt-get install software-properties-common


#opt: only needed if your wallet uses the old format

sudo add-apt-repository ppa:bitcoin-unlimited/bu-ppa


# this is not needed if your wallet will use the new

sudo apt-get update


# format, or if you're not going to use a wallet at all

sudo apt-get install libdb4.8-dev libdb4.8++-dev

git clone https://github.com/BitcoinUnlimited/BitcoinUnlimited.git

cd BitcoinUnlimited

git checkout release

./autogen.sh

./configure

make

sudo make install

BCH Unlimited 1.9.2.0: Release notes are here.


BCH Unlimited 1.9.1.1: Release notes are here.
BCH Unlimited 1.9.1.0: Release notes are here.
BCH Unlimited 1.9.0.1: Release notes are here.
BCH Unlimited 1.9.0.0: Release notes are here.
BCH Unlimited 1.8.0.0: Release notes are here.
BUcash 1.7.0.0: Release notes are here.
BUcash 1.6.0.1: Release notes are here.
BUcash 1.6.0.0: Release notes are here.
BUcash 1.5.1.0: Release notes are here.
BUcash 1.5.0.2: Release notes are here.
BUcash 1.5.0.1: Release notes are here.
BUcash 1.5.0.0: Release notes are here.
BUcash 1.4.0.0: Release notes are here.
BUcash 1.3.0.1: Release notes are here.
BUcash 1.3.0.0: Release notes are here.
BUcash 1.2.0.1: Release notes are here.
BUcash 1.2.0.0: Release notes are here.
BUcash 1.1.2.0: Release notes are here.
BUcash 1.1.1.1: Release notes are here.
BUcash 1.1.1.0: Release notes are here.
BUCash 1.1.0.0: Release notes are here.
1.0.3.0: Release notes are here.
1.0.2.0: Release notes are here.
1.0.1.4: Release notes are here.
1.0.1.3: Release notes: this release addresses minor and cosmetic issues
reported when the 1.0.1.2 release patch came under full review. Upgrading
from 1.0.1.2 is optional, upgrading from 1.0.1.1 or earlier is essential.

https://www.bitcoinunlimited.info/download 3/39
10. 3. 2022 9:52 Bitcoin Unlimited

1.0.1.2: Release notes: this prior closed source-patch release is now


available under the 1.0.1.2 tag. It addresses issues in the P2P network
layer that allows an attacker to cause your client to exit.
1.0.1.0: Release notes are here.
1.0.0.0: Release notes are here.

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'bch-unlimited-1.9.1.1-arm32.tar.gz':
'4201259491852d94bb52cb9ad6fdb19536b14b89c130eea9ef639e3cdaa5e5c5',

'bch-unlimited-1.9.1.1-arm64.tar.gz':
'1b1471e4c63f647a170a2ff398862a1548aef930a5a93e3742d494306a34a989',

'bch-unlimited-1.9.1.1-linux32.tar.gz':
'24d10f210cacf11d8d9d39a96fe092003ce267a5c2d63305dcafc450ee6676ac',

'bch-unlimited-1.9.1.1-linux64.tar.gz':
'1f3a784a3422d882cafe862fb1e671cab551b93703ef69b2750e914fc0a60b4b',

'bch-unlimited-1.9.1.1-osx.dmg':
'1616a590df4e3ac84fc566af075022a9a50aff53e4a3ec67acc8b020b6246c71',

'bch-unlimited-1.9.1.1-osx.tar.gz':
'91e7e73f583f5a0e0d00bb8a6e09982c13560e75818742aa4b5ffbd5e4ea6229',

'bch-unlimited-1.9.1.1-osx64.tar.gz':
'4d1712aa5a015bfa971f1ffa3bdb60c358d99221e24d416718f9e8863c38e535',

'bch-unlimited-1.9.1.1-win32-setup.exe':
'1b82ad7f80ec87430ded16c43e60595a17e006e50939c2e3ccfc5e136a39afa4',

'bch-unlimited-1.9.1.1-win32.zip':
'0ddc8e0ea6c0cd1f673c57917dc93765a51cc7fd2c2c43df49a82b8ada54450d',

'bch-unlimited-1.9.1.1-win64-setup.exe':
'5cb2f74103be2da225ebb6aa59606aea99cb0e5041b0f6c68f4102bfb22a6399',

'bch-unlimited-1.9.1.1-win64.zip':
'8e955c093ea8b082beb0f6eaded7b8005dd161b4dd3490f1803f173757797263'},

'program': 'BCHunlimited',

'version': '1.9.1.1'}

Do not add a final return character to the statement above when verifying the

https://www.bitcoinunlimited.info/download 4/39
10. 3. 2022 9:52 Bitcoin Unlimited

signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

G/w18gxJQ4JzHG+6MUO3iVn/A+7RjfNgaWbQEKap8KLYdkPX/8yHuyrq4P5bERQ8UfdnEnyGw2Y
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IJEcxzoH4IF+NAsn0c8t82wunqIG8qh8616r69MAlQLYbW/XtLvxG0o2xV/Qwu1NzA1jkLp+pho6jf70T
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

H4iuLMNZTrD7KaRSXUcUVIjN3xJ7Nl2eWbROoNXUnHkeVMVwzhmlnKIMgIBCF/3a53Z9wI+EA34

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'bch-unlimited-1.9.1.0-arm32.tar.gz':
'0d9a3677a9d77cea06a5497285662e8c31f75a88aa222694e09f9411346d5db9',

'bch-unlimited-1.9.1.0-arm64.tar.gz':
'10adfe8e4e69dd9a7564910713cf6b2e52c44f0c1086dcd260be24dc65c52b3e',

'bch-unlimited-1.9.1.0-linux32.tar.gz':
'4c2da46a9740f00adaa79b562e810c950efe8fe1850436d55f2326fc0e5f9edc',

'bch-unlimited-1.9.1.0-linux64.tar.gz':
'e3f5b3b24f0310d85ca5f5d91880d570cc8639bd6afaea13bdb96482d3369382',

'bch-unlimited-1.9.1.0-osx.dmg':
'c0c2a77d3620d86e1a266a192fa6f2a3e891f65af7a80c6608433f9d19b8b1e3',

'bch-unlimited-1.9.1.0-osx.tar.gz':
'06879b47ddedee26d7bd50582956aa0ae45d99f4f42a887057ae29ff32880d75',

'bch-unlimited-1.9.1.0-osx64.tar.gz':
'bc95ad4f37c95f495ea495c00ea6bca43e6df439b15f326c691aa9dcb4b48574',

https://www.bitcoinunlimited.info/download 5/39
10. 3. 2022 9:52 Bitcoin Unlimited
'bch-unlimited-1.9.1.0-win32-setup.exe':
'1d1ca810a4de9b592b368275a747399e50e5335764012330891e0780542c0245',

'bch-unlimited-1.9.1.0-win32.zip':
'4c95eeb7d300c35307384e39a4cda8814ecfe2e47ee9e25c5f0194a2acb01922',

'bch-unlimited-1.9.1.0-win64-setup.exe':
'5310e02f054977fd605d371bf6f104fbbeeeef701906a04e85f5895542e71bfa',

'bch-unlimited-1.9.1.0-win64.zip':
'5de58a30c53c8da6dc46f1fb442e4ca2027ce9407f15b841cf52a4eb2ce085c1'},

'program': 'BCH Unlimited',

'version': '1.9.1.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

TBDBy: Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IPtIa6fiqI0wHH2w4VWFpddPVQ7UGbsnMQ51awFiP8EEXU7NORmwCVScWZaCZCuDTJc356Kh
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

IAL2UmWpA8MUJkuaaXONr/hMFZ8xKJRu7cqp96Y9utkAGoe1S4YL9rCPtDCNODrfR3lV7gaDVIf+

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'bch-unlimited-1.9.0.1-arm32.tar.gz':
'f4643639286f1b6bd620afa5294430b0965f4a3ebe68ffc5c2697f9bc2632000',

'bch-unlimited-1.9.0.1-arm64.tar.gz':
https://www.bitcoinunlimited.info/download 6/39
10. 3. 2022 9:52 Bitcoin Unlimited
g
'8a38f00cf7af6255a8c59998932678c43f3ca6ef70f05bb9e9b011961dbbbeba',

'bch-unlimited-1.9.0.1-linux32.tar.gz':
'fa6c30073069747338bb1ef5f264ea59540d4895f59b6fddb721c8c423c3ea5f',

'bch-unlimited-1.9.0.1-linux64.tar.gz':
'a331f983cda2441be0f485ad656c206860dfe770db881e7216a790784d87454e',

'bch-unlimited-1.9.0.1-osx.dmg':
'1f42fd36c2231a3e84b0f5e82212c28ed52c69e78dee192114094227361eeded',

'bch-unlimited-1.9.0.1-osx.tar.gz':
'5c676ded740f68feed2bb87f5f5d39d4ab3b9f6041ca645bc8ec140d626da468',

'bch-unlimited-1.9.0.1-osx64.tar.gz':
'9217cd0c2eb2900b9355e1eacbd2b6737019111ddc27687d7e381fb898dcb8a8',

'bch-unlimited-1.9.0.1-win32-setup.exe':
'aff3c305f65688d67866e70d7c6f9d967061537ab69cbda0233d679f564943ad',

'bch-unlimited-1.9.0.1-win32.zip':
'dfaf13725e7f7ca0edc3e5527005be1f3174b626fa4f4a0517e0dd415f0a9a34',

'bch-unlimited-1.9.0.1-win64-setup.exe':
'c7aaf81a28b4b0688667d6a6cbb90d1fcddd83d88080ba921788fb36c2bb95e0',

'bch-unlimited-1.9.0.1-win64.zip':
'c76c7a46d9c2211a429037611ed077d82f74bfdc8b383c867c5a6db25245a58b'},

'program': 'BCH unlimited',

'version': '1.9.0.1'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HChxPIQGSkguh0X5C7CexUDN0FRLLAdrrOwQb27Tjq75J1UYClagtceaF0nDIVESfC7gxh16XIeG
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IKQRl481vlg9mwl86t0ovxNHmWcZwQE5n8PvsccUECLyK/qP5MzK/1c/ED9biIZDprdIUjxO/Xr5MtD0
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

IC6qFANoKp9EprUjeXurfCbXeINP0wtwxKNcYGtdft7gCwfJT4ZTcT6mhnqB2hxPWPPWKR13sQiaw

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.

https://www.bitcoinunlimited.info/download 7/39
10. 3. 2022 9:52 Bitcoin Unlimited

To validate these signatures, use 'File->verify signatures' on any Satoshi Client.


Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'bch-unlimited-1.9.0.0-arm32.tar.gz':
'54acab9f497473f557995bfa0575bbd3eaae96cd687bd4607151b7f80ee3b78c',

'bch-unlimited-1.9.0.0-arm64.tar.gz':
'66f885cc6a91a4ed6c85ec9df1424e7ef63638f0fca169a9ed15947c9c0d21be',

'bch-unlimited-1.9.0.0-linux32.tar.gz':
'e4cfed2c2f1dfd7db865a558cbb016f3bde1813029ebdb215df2e7f94fe4f26d',

'bch-unlimited-1.9.0.0-linux64.tar.gz':
'81fef8b1422a50fd49d64dba9c0dc6420663d436dfcea6c066e0f0561a753c92',

'bch-unlimited-1.9.0.0-osx.dmg':
'a75c67eac9b09739e1e052fad3da5e9e88ff63413013c0701a7da18b7a382f38',

'bch-unlimited-1.9.0.0-osx.tar.gz':
'8cd102bc558d06ecf5593a85bf771a8b8cd30d417afedaa556ad116899a04730',

'bch-unlimited-1.9.0.0-osx64.tar.gz':
'886e6e0cc098a68be3367a421c024962bed7c644856a42addfe5b417a430a5d5',

'bch-unlimited-1.9.0.0-win32-setup.exe':
'c23dcc9d9fc64e9f7a8437aec81d893ab661d3a7830c331cad483906d58db94e',

'bch-unlimited-1.9.0.0-win32.zip':
'c889a4c9ca7da841aa41ae85291b31d12f70b07ee08ca37b446787abb21619cb',

'bch-unlimited-1.9.0.0-win64-setup.exe':
'ec037825fad13fce036c5ece885782d59d579bbe7f26267b2af5326400a2d61f',

'bch-unlimited-1.9.0.0-win64.zip':
'87b1cf9eb964b0138815b1449019112cc1434cbe1b3fe30eccc90dae21b572c6'},

'program': 'BCH unlimited',

'version': '1.9.0.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

G9I7K7r2LyUL6Jm81kwuq+NIgAlryfmh1/3bYpvZTxX7eI1Zeft9Th2M9i0qep/y33LZkAIauD9A8EJgJa
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IMimA71CNmuASAUpAT2O2TT0IW0b0gnszJfIN3yCWhTxYOLu6q46DNNhl6x/kKv7YIaAdmIpjtNVM
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

TBD

https://www.bitcoinunlimited.info/download 8/39
10. 3. 2022 9:52 Bitcoin Unlimited

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'bch-unlimited-1.8.0.0-arm32.tar.gz':
'59500d03a9dafd6b220ea341aad2c43e840eb3a0f5b9d53f04de0395ef8e8b4b',

'bch-unlimited-1.8.0.0-arm64.tar.gz':
'48e8a9e70dd7fcee652ba8a988f34721eccd5b553aba6070c4efd8403f50ac89',

'bch-unlimited-1.8.0.0-linux32.tar.gz':
'74608dd2d9771af75d9cfd9aa9fb5a7fca15ff5970b80cd951f2480b24adace3',

'bch-unlimited-1.8.0.0-linux64.tar.gz':
'd36da1380e2b5c5412c52be958a7583bcab6d7a7bbb8057417eb892851e8bdd4',

'bch-unlimited-1.8.0.0-osx.dmg':
'91633cb354ae41cf2ab4dd26060da9b69f00bfabc0c822f846ac9dfd9f9e05f8',

'bch-unlimited-1.8.0.0-osx.tar.gz':
'2ed65b6febd606d9c9cba4bd18ff0e1327871f484c5be0c16bfa0089d68bb19c',

'bch-unlimited-1.8.0.0-osx64.tar.gz':
'2286f4cad1186ffb06254bc0622e37c1f0f51c16edfdf85b8dd91fea83a4ee12',

'bch-unlimited-1.8.0.0-win32-setup.exe':
'f8ce7041d2c2fde73d4e1df80ef98f27b1122534cc0a2c5acd6565a870434610',

'bch-unlimited-1.8.0.0-win32.zip':
'c6ee7e17d03c5ffddcc9186fcc970500d0b6e5a8a3b8fe0ef73b716fd6216c9a',

'bch-unlimited-1.8.0.0-win64-setup.exe':
'79ca7d3b4bb4c1b8a0f2512e563508cec4e255453d5fae90f5acd66ec03c6055',

'bch-unlimited-1.8.0.0-win64.zip':
'f3313c901ca4aa12d74d68599da4b02ce9d35e9a084d6821d68ad4e2151daf26'},

'program': 'BCH Unlimited',

'version': '1.8.0.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

https://www.bitcoinunlimited.info/download 9/39
10. 3. 2022 9:52 Bitcoin Unlimited

Signature:

HD8pMr7KeGFPp+EhJu525Z/t5UzFQ7XYS6YrWYVKEY6gI1un5Wx3/tVLGHyz1X3Wh+BknL3P0dw
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

HzCQcSdXKhKxR6uzwojVc3mBDYt3UBJCkjoLp7FDFMPcOwD+3ADpb4eBXNFT00iKLB7LV8Yq4
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

IEjW/xSV7QlqDlLRRVshyd1bqTnElO7U05v5KrXx6yokRNsIZ3EiBytAnQktOpia6gr0Bow1f47FIeiZy+

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.7.0.0-arm32.tar.gz':
'1fecb8cf47878a26abf8201ca5cce78e266d8f0097c748c383b5b7fafa665798',

'BUcash-1.7.0.0-arm64.tar.gz':
'c17cebb1d04d381aba6fa76233a11017cd1a5932d8cb0aefd6a430174045e738',

'BUcash-1.7.0.0-linux32.tar.gz':
'82f4eeae25c8e1b95fc9b3c98af802388f0b28365bace54af0c88ace67a90d55',

'BUcash-1.7.0.0-linux64.tar.gz':
'66345fd4b813f4c5a704ea7fdd60027be467008b10cf32db203146724128d140',

'BUcash-1.7.0.0-osx.dmg':
'd0e231c6d5305609063c9f978dda62c92e0d6c26dbe0754e364d1ccb2c4d9bbc',

'BUcash-1.7.0.0-osx.tar.gz':
'a09ff385f2488e66fda38e69c401cfcdfc8db053221f9155855b4b3b9b8edc0b',

'BUcash-1.7.0.0-osx64.tar.gz':
'd0e3d2d5386e9501819095d0060f48be940c0fc9f84e6bc97eb03674d8986514',

'BUcash-1.7.0.0-win32-setup.exe':
'f0bc6a5797e2c5fa585af08022e19a52a51945af4e17346089711c0d1304e080',

'BUcash-1.7.0.0-win32.zip':
'c4609a574ec8978b7512f6551929c55ae4cc2894c5055dfacd08c84023e1200c',

'BUcash-1.7.0.0-win64-setup.exe':
'5664f6c1d13fc4a0194ed66e05072e2b6a46e86f14b84cf23a5497f5732aad53',

'BUcash-1.7.0.0-win64.zip':
'acb37a4cef821de500d7890dddac57c1b63ec370ba40cd4159ea58609682930b'}
https://www.bitcoinunlimited.info/download 10/39
10. 3. 2022 9:52 Bitcoin Unlimited
acb37a4cef821de500d7890dddac57c1b63ec370ba40cd4159ea58609682930b },

'program': 'Bitcoin Unlimited Cash',

'version': '1.7.0.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

G0S5rSzbFq2/M+unbdYaKOvaW6UPvXDXjnVWP2kmIa0oYdzvGBE3wVdk5XINxyk0kHsQMEl6NB
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H8eX3ALL1/FC2BfMQIx4sNpZtpihyTXmqJ5/4fjcVtveDx0Iqd97W0CqsT2VdLGmhb4lEHf6rlDWzovP
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

TBD

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.6.0.1-arm32.tar.gz':
'16163c95e25883708e42cacec6915f9221df7553972ba4d377afdc9bfe7d3a70',

'BUcash-1.6.0.1-arm64.tar.gz':
'82c82d0dffe471583d10a102ec1c29be4b7ae362338701b01382b212f6d43b21',

'BUcash-1.6.0.1-linux32.tar.gz':
'4ab5b976fd11ac4607df19bcb7c21139475cd8548d2b8faa68b17e860ae4b048',

'BUcash-1.6.0.1-linux64.tar.gz':
'68023e6faefe7cfee8eee6cffb6200f52d47aa89c305323d97063664b514c94c',

'BUcash-1.6.0.1-osx.dmg':
https://www.bitcoinunlimited.info/download 11/39
10. 3. 2022 9:52 Bitcoin Unlimited
'53fbb20d4d06a7c583838d300f6233e2e35667721a2040c9b0464889849d6ad5',

'BUcash-1.6.0.1-osx64.tar.gz':
'0b72760ab02a8c62f4be35e8fcd4c49f44db26c3a23d145249b64fd7237f509d',

'BUcash-1.6.0.1-win32-setup.exe':
'a32dfc1e28d68c513d3ad5e124599805f6d61bcce9098a1fc93fcdd35deed895',

'BUcash-1.6.0.1-win32.zip':
'9e20b74e73e482388a397530c59ac7ad1fd4c1584efa4b373c3b460497678d96',

'BUcash-1.6.0.1-win64-setup.exe':
'5ee8b3c9177e48e153f4870049a61eb86a6e8537e01409543cbc2de67eb8bab1',

'BUcash-1.6.0.1-win64.zip':
'074cf10d9438a136753abbc004269c216bb495e6df03bef532f2946f03104077'},

'program': 'Bitcoin Unlimited Cash',

'version': '1.6.0.1'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HHr2SmH6NOMaEE5c1lCKVBUyPRiFv/R0HYY7ZowsftlVBwkMpNIYz0OsyJWF7Qe+WXzMbR/MY
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H1Grlp1OyNYNf0L11IClFGPbP9ZvxxhL0DHhs18rT3pkB32YX4Y2Ns8tIbbwNctRoBdc3XxLYyk5nJu
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

IJrBWgyXAY1Ch59JU8rfeJJmfIcvTBYJORUD/RxPd3PfKLRzP/K2v7tXL1Vtk8ZLRoynU/I8IqMYxVaU

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:
https://www.bitcoinunlimited.info/download 12/39
10. 3. 2022 9:52 Bitcoin Unlimited

{ 'files': { 'BUcash-1.6.0.0-arm32.tar.gz':
'c1407a676750ee11619f624239d007ea85f3bb410c9eaee9370ad015f90be08e',

'BUcash-1.6.0.0-arm64.tar.gz':
'd52fff6276f08b6ce416a116213105f36aa96a77a810d614921492a63fb57ece',

'BUcash-1.6.0.0-linux32.tar.gz':
'37170693f8fc5b26810bbd03bea06d7065d544f0d92aa40d0e68281481e7da28',

'BUcash-1.6.0.0-linux64.tar.gz':
'8e8b6af109ed73d799aa37db2ac0b4c29fdeea28998693d1d1d7d85d9f7e8930',

'BUcash-1.6.0.0-osx.dmg':
'225c8709bfdac9c5b8fb19f24dc37c2762ee6ff6fc7128bf32199b3d78f72722',

'BUcash-1.6.0.0-osx.tar.gz':
'8d565d7f3481995f6678e0ad0b4494580935feee06d344dddfb18e1776d5bbb3',

'BUcash-1.6.0.0-osx64.tar.gz':
'ad012b2909c7df37139a58056dfde1e22dc9e4a5304ec15664f509e7d299711d',

'BUcash-1.6.0.0-win32-setup.exe':
'd86257e37e68bf2f43b8b5fdcaca1616a6f6e0c1c28582b8ed91ee2d6cecf9f4',

'BUcash-1.6.0.0-win32.zip':
'0170ddb294e6cc68f0d53ba0c64fe4b81475b112c395aeea7e8300f0aa954eae',

'BUcash-1.6.0.0-win64-setup.exe':
'c3a7827634606f62504478c595565b609f4a6811647cb56e87b46f0ed946dc01',

'BUcash-1.6.0.0-win64.zip':
'a256e755a712f34a627e68245e5118e79e7c0f9c1f4f3e61968d95a8cd9a3b6a'},

'program': 'Bitcoin Unlimited Cash',

'version': '1.6.0.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HCCIDbhYfviorm9Lv0lw0R88+B0QHCZGHargUeC/0cbBOTkB5bcPYcUn7u/iHGYZ4DaIy968loT4Q
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H1ghB8FwuGuK2n46YAzOnpsN4cBjZXvnXHAZ0YthT08EBya/OCu6xCeqKbAyWwXACWBzq6SUP
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

IBxujC7ZYX+W/pyWC7IfoE0FLA9I5lko7F3uMezMfuovABo6F41zyAKziWoVHg2htGhlWaSwGgDxK

https://www.bitcoinunlimited.info/download 13/39
10. 3. 2022 9:52 Bitcoin Unlimited

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.5.1.0-arm32.tar.gz':
'1997f0970ff3a6a98921e763393022b98e52f01c96660482a3185167bc397eb6',

'BUcash-1.5.1.0-arm64.tar.gz':
'ae432379e1ffe9a846d9d3eb4a55c5d9b4942a58040e7270a1da47fc16087b65',

'BUcash-1.5.1.0-linux32.tar.gz':
'31a75bd33661007d093fd16a18f799107b68e477da6dd04440782592c8f5b3e2',

'BUcash-1.5.1.0-linux64.tar.gz':
'c3a59b79e46a09ea2a3575ac8b1e9f098274084b676fba3e717346916f3e2a8d',

'BUcash-1.5.1.0-osx.dmg':
'a88e2728bd7da03472d339a3bb6126b5f20fd8bf79efd41870c7914156817c74',

'BUcash-1.5.1.0-osx.tar.gz':
'198904ca2dc4000ec86f3c29e140a97f790f1eafcfdccf6cec6f01aa7b751cc7',

'BUcash-1.5.1.0-osx64.tar.gz':
'8acf96594ffed4c5f8f22aa71ce7f0989776623e6e94429f9cc3983f859a41a8',

'BUcash-1.5.1.0-win32-setup.exe':
'ece3646a907a799be9de1a08994a191b388f38053f8803dbce9f8c134ffc643a',

'BUcash-1.5.1.0-win32.zip':
'b2cb2315cf92b39967f7f02fc391b76fe15bbdfe87c2f1b2bcd45d36d38a31b6',

'BUcash-1.5.1.0-win64-setup.exe':
'0733358574804ac680de0df43322b1c6c751eda5afb728252816186f93f2e231',

'BUcash-1.5.1.0-win64.zip':
'2bb074f8609dae5febe612e3d167ab7576ccf4b6bbc428d0fff1b183774bfc7e'},

'program': 'Bitcoin Unlimited Cash',

'version': '1.5.1.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

G+3z7s5i+FcAROfhHH1Yo1LdVrf2PfczHoFpTh0e1UnrZ5mFAJNOOUHa0tvwc6dqccqKcbjgoU66P
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IP21fWe9I119Bxa9R+N+B0L3t3D6zvwyh8fzFiUER8VPCyhABSJ0KjxhIsfFAFYtS6CUxH3zvfazDfak
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

https://www.bitcoinunlimited.info/download 14/39
10. 3. 2022 9:52 Bitcoin Unlimited

Signature:

TBD

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.5.0.2-arm32.tar.gz':
'60836b7ed043ea4d5da35a8e3de968487cda29e117b0ef7412dcb587955b5ed1',

'BUcash-1.5.0.2-arm64.tar.gz':
'485a59b11664d20eb91712feae606760981d815d9093108b7428a28e878a7594',

'BUcash-1.5.0.2-linux32.tar.gz':
'28da2e74f4785d3fea2ab8792b207b468d83557807e9a6678fd6a403b14c5441',

'BUcash-1.5.0.2-linux64.tar.gz':
'37000d4f730fd318f23349336d4befc5bc50deb19cede636de25c29f54508371',

'BUcash-1.5.0.2-osx.dmg':
'407519892b27a0d8e36ab6ff58afac5decaae928abeb33b7508f8d2dd988f5cf',

'BUcash-1.5.0.2-osx.tar.gz':
'04dc9bef043533055c4025a5a3091ede5be26924fc12bf474656e257d8122089',

'BUcash-1.5.0.2-osx64.tar.gz':
'f78d69300a1efffcf801b1c1bba327aa2b2df9661d20d291fff4d293db1efab2',

'BUcash-1.5.0.2-win32-setup.exe':
'744ea14c955a1212ab9ecbeed37ba8fa6b3262fb924006657b2dfe9fd3dc307c',

'BUcash-1.5.0.2-win32.zip':
'04bc64da570baffc67460076c6eebd6e5e51223a097bf3af8dc1bcf4ab38466f',

'BUcash-1.5.0.2-win64-setup.exe':

'c9fe20ddc4789d96efbd9aae615af4b26d4ccad558895954c19f007f96df3583',

'BUcash-1.5.0.2-win64.zip':
'75a46922f10e757bf005b6a5762a133636536055ef9449ce936ed0d8fea75486'},

'program': 'BitcoinUnlimitedCash',

'version': '1.5.0.2'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

https://www.bitcoinunlimited.info/download 15/39
10. 3. 2022 9:52 Bitcoin Unlimited

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HP54QUVdg9Cq2FfcmfEHXvd0nGITKiKUBKYpd8aX1l35doCXueE5kT3dqoGpuu24uHWXiT0a/uG
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IMldfG7eaTapBgifxEJ0AAa3yxjD/KDNlctxz9PLcf0hb2WreqaNMl8RXWtgyStAByGibjFlvY/8vGJ3y6C
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

H59ofJzgcZAs+xowqEG77ZOXAVNatLNzsc86ITaFX14LD8NkJwBC8CY0GNUMI3pxtFEP1kOxo6v

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.5.0.1-arm32.tar.gz':
'94f1b8258d9d8252e977f113a0153b0b0d1f51874598eca47b844e08d04370f2',

'BUcash-1.5.0.1-arm64.tar.gz':
'e91fcb26e7dc9e7fe7e00efad4a2e7800463d3a0a352c2a78891e99321aba86d',

'BUcash-1.5.0.1-linux32.tar.gz':

'500bc47142afaef18e64b328bb65273cc7143de87bd04d210b4177e12095d493',

'BUcash-1.5.0.1-linux64.tar.gz':
'48b2a814f8cd53451b416a36fe1c3083cdef0a42e9329c459b39cb7daeb4c025',

'BUcash-1.5.0.1-osx64.tar.gz':
'dc39e50f3d267a9bb7ba5962109849f7f33807ba51ab6ea064510d27ddf9f5d0',

'BUcash-1.5.0.1-win32-setup.exe':
'aae640d0714b6a5a0559c21d443747b6e8d2553e446266b452176d9d7d7e6b5c',

'BUcash-1.5.0.1-win32.zip':
'7e7b3c8beb7151ba694caa076ab8d31fb5391d5728b383f8c38897a7a6d7d7f3',

'BUcash-1.5.0.1-win64-setup.exe':
'355c0d381caa6740821ee66ca8022adb7ca51e3d5c4cd66a9e1c6872f3176fa5',

'BUcash-1.5.0.1-win64.zip':
'f89fbea941072751ba23dc77aa7d01fbbf19d705a1b8fae8743753efed83b383'},

'program': 'BitcoinUnlimitedCash',

'version': '1 5 0 1'}


https://www.bitcoinunlimited.info/download 16/39
10. 3. 2022 9:52 Bitcoin Unlimited
version : 1.5.0.1 }

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

GyQVuTTi1kcxvzqIFuNWvsk56kt1b0pFHSrxMgNMm7I0VIUmJga6SoR9byFOXVh0ua5wEov4dzYY
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H3eypOp8q8BDRCsXfGw2drofbafxtLjsexX2X2PrFqs5XnQ+ahayA/v9FdOKK+ol/ObKJUZ+XZenP5
Greg Griffith (griffith)

bitcoincash:qrupj2nuskyg4dmdrpnytjs4p8s6av542cuja2qdzy

(legacy address format: 1Pcpj8sR5adRNMi8rZ1Zi7rg6GPqcmFHAz)

Signature:

IOHOqQl227+NWM6lzHvLCFWH6r0iJObTbO9ZKzPolhwIQgZXJMm7X00JsFTpdiK1C0WrYaCJJuv

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.5.0.0-arm32.tar.gz':
'4123c618f7c68199a5afaace3e3aeb879e607f9dfe2fe5c4ad754bdfc814ffa2',

'BUcash-1.5.0.0-arm64.tar.gz':
'db9b2d6f1db65fa81234c35efe645950ae2428a7122fdb6b637db88f3efdf198',

'BUcash-1.5.0.0-linux32.tar.gz':
'de97abbfd108cefa72d25bdae86c9745f6f19102e9845b4ae06457cd2698c61b',

'BUcash-1.5.0.0-linux64.tar.gz':
'ffca9f54cc35fcf6cc5a8bd96b4b9c9efa3f474528ab29828d4e4b6e84e7e33d',

'BUcash-1.5.0.0-osx.dmg':
'e0a8bbe8d130bcebfbb68334c1f643a55e4eea9f5b225f8f7f84cfe915ad958a',

'BUcash-1.5.0.0-osx.tar.gz':
https://www.bitcoinunlimited.info/download 17/39
10. 3. 2022 9:52 Bitcoin Unlimited
'ebaff06540d569f746b7c5c62b0e249cf89a3f6e05e5bac8fc5d7de0aeeb2285',

'BUcash-1.5.0.0-osx64.tar.gz':
'0d5dd5357592083cfd2351e8bd98d71ed84d814791600980bd10463bc342ae9a',

'BUcash-1.5.0.0-win32-setup.exe':
'2e820308fd0f49a23c1b1ccddef029992351a266ab35a44b30bf9ff5bd1dd751',

'BUcash-1.5.0.0-win32.zip':
'5ad2c155021e6eddcf79c70cc932a32e75f35540bbaed63590c9249e95dda8af',

'BUcash-1.5.0.0-win64-setup.exe':
'3ec5b54d6a9df6c57682751d5b29ff42c4cc0bb298b6e90f43c1c8728397f70d',

'BUcash-1.5.0.0-win64.zip':
'5433f404700b332bcca442de2bf423499b51a5969248e506c1a05d5853202502'},

'program': 'BitcoinUnlimitedCash',

'version': '1.5.0.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

(legacy address format: 1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HJnMEhcJ4fb8D0JQ4n+cJdsfqxFUKLA5svu9JrkjIDLOIK0qfkSMTWImIS4PQqZ+h5HG84h2Naezoh
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

(legacy address format: 1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H7pG96pa+rRyIlvjcKesp2p1gEtBtcsCM/cVex+lYWahFqINu1bQGhTJNYlSCs9+9UahIm414lvIFHgv

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.4.0.0-arm32.tar.gz':
'b84b798c8b4554252d5f291158be585644870ffc7ad2bdbdf5a248c4bf972735',

'BUcash-1.4.0.0-arm64.tar.gz':
'4d8b82bf4a547a0cd0ef9e02942f6ca9de99005419b4d7674a89814ea9362a35',

'BUcash-1.4.0.0-linux32.tar.gz':
https://www.bitcoinunlimited.info/download 18/39
10. 3. 2022 9:52 Bitcoin Unlimited
g
'd4edd79eb40a32621c084ff5c5bb99e7ace29ab68f19db5482182ea993486e70',

'BUcash-1.4.0.0-linux64.tar.gz':
'1d9ea2e84e197f190a8a62bff615d8a7ead3972783b037920628397106121fa1',

'BUcash-1.4.0.0-osx.dmg':
'3e009418cf1bf80397e49957a77ff4a7ce1edf2d9df8cc5088e93130fa9c9a18',

'BUcash-1.4.0.0-osx.tar.gz':
'be09d1dd0e66a50ffd2a1a3292a1fe304ee823e80d997312d4e1aab53b5d7330',

'BUcash-1.4.0.0-osx64.tar.gz':
'e8d457ecd8731f6c8c888a18a6c39eebd07b01e37ff5696c55b2b0983eed8599',

'BUcash-1.4.0.0-win32-setup.exe':
'cc276f182810f377a602af94fab2ea5681ae9617f83e2caed2fa273517cbfbfc',

'BUcash-1.4.0.0-win32.zip':
'40c22c0784421bab740573caac9887696fa494c5c0d674a38b2886ca317a19c2',

'BUcash-1.4.0.0-win64-setup.exe':
'31a14c92041cf5c084456b5aebdd614677e3db54e7f3e30d04e5d85b55d16927',

'BUcash-1.4.0.0-win64.zip':
'afe9be56aa0deac7b3b2adace8006ad2fd04003f0fc41e97eb0e81e7169a3029'},

'program': 'BitcoinUnlimitedCash',

'version': '1.4.0.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HMKteRTu/gDYBFIXCZKIfwFXNnWUirt9RM5B7Se8Ao2qPa2TUKqfHjmmcvhJh2K6/Uf9fTjDaRE1je
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G

Signature:

H+GpGnu6Efkw8uB/EdH8MdUKkMXgMIVcBDJfdRbmlxYsX/tvNhG6QEOFG5fWWgzrFS96PAwuzu

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

https://www.bitcoinunlimited.info/download 19/39
10. 3. 2022 9:52 Bitcoin Unlimited

Signed Statement:

{ 'files': { 'BUcash-1.3.0.1-arm32.tar.gz':
'8110533e110df4c19716b4ebacd73c5cde72d7b041afa0b4b3912c00dbcc43ec',

'BUcash-1.3.0.1-arm64.tar.gz':
'694b9895bbf1b0a2b198ef37d682309ba874d6d9afd30a65295d44466df17652',

'BUcash-1.3.0.1-linux32.tar.gz':
'5bdaa6d0415550e936f6a3b27e80a2d0edce9cd6c697732edc56b615edc89ebb',

'BUcash-1.3.0.1-linux64.tar.gz':
'4ebf0df5755fa2e3194906bfe38eeb797a22d58721beb733e39cb632da763e1a',

'BUcash-1.3.0.1-osx.dmg':
'acc1bcf8ec280b97603aabe47ac37aaa609f6a4fb9b5a605ef768bb3438fe610',

'BUcash-1.3.0.1-osx.tar.gz':
'a2b58143eedfb1acc8d853aa64432a6fad47efaa0e9c6a6cbb658fc8944a3983',

'BUcash-1.3.0.1-osx64.tar.gz':
'c8b26a1780808033432a418a22a257910a65ae50b96f11313d46958a775e4b15',

'BUcash-1.3.0.1-win32-setup.exe':
'296dded0e98669e51905de96545b2d66ffc7888ab12c0ae6dfdcd74c67b63de4',

'BUcash-1.3.0.1-win32.zip':
'4f39e46dfea575414ea944c231610edaed0f250a61962a27cc8d69a446f74bcd',

'BUcash-1.3.0.1-win64-setup.exe':
'9446b944d4abf9684ca73e2625a7a3a052908a4b9774f122041839ab79e70fa4',

'BUcash-1.3.0.1-win64.zip':
'8107d397f245653358dbdb8d3026b7d0bd3c42901a1bee2fda5077bb62b136d3'},

'program': 'BitcoinUnlimitedCash',

'version': '1.3.0.1'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

G0hwG5ksmruJIY3z4rFHjBRKbt+B13jUGE88rOT1yJaDMLW5ZfjdpnddOixvtl+U7Gd4bARUh6DEpJ
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G

Signature:

H8v7UwhKB1vpV8OWdsMFv7fqjmiNHzgovqTbGuXcmKk8Mistqnxna9sigC46aw0dvkPv6A5SbK56
freetrader
bitcoincash:qrvy3znq8wuzfkqejp88zwknwdvahy995vf67dw3au

1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4

Signature:

TBD

https://www.bitcoinunlimited.info/download 20/39
10. 3. 2022 9:52 Bitcoin Unlimited

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.3.0.0-arm32.tar.gz':
'b8e66606de7a4d183c3d33ad5d7edf52092fec53fdda7320f12d8078be9519f7',

'BUcash-1.3.0.0-arm64.tar.gz':
'964ebcc9555732a2c4334625e81365cda3f0af20c459a93b3f7369e7b3ceba05',

'BUcash-1.3.0.0-linux32.tar.gz':
'c49f82ff93042db6c6dfb7ec20577faa98656351bfa8ea88e23a84a84aa0ddb5',

'BUcash-1.3.0.0-linux64.tar.gz':
'8bbc0f78842011086acee5a0f2c729e616da7d841ed7028d93e248286a6e889d',

'BUcash-1.3.0.0-osx.dmg':
'2840ed819147737625a5cbcc97c4c1957d4fa72006ee2217afed1d6b6057b97a',

'BUcash-1.3.0.0-osx.tar.gz':
'786c6b5358de2f5d0b647f985a33c2ef58c8a0895a48d527f1930b15a656f5d7',

'BUcash-1.3.0.0-osx64.tar.gz':
'ede6b05001400f1eead6c1e59bca0cd967f4de6ecaa57dd411657f9ae235956a',

'BUcash-1.3.0.0-win32-setup.exe':
'f7a09b6cfc1867d7e754d1acdb0fb04100951cbf70b6843111e8582b8b2a643c',

'BUcash-1.3.0.0-win32.zip':
'7078eebb0538c7ffcfcc1e4a51e505b769e37cab69d6670d622ba9ed564a3114',

'BUcash-1.3.0.0-win64-setup.exe':
'777aa174b3b647685c3c19e360288c4e4f99b70b0a8629acce7048cacf6f8efc',

'BUcash-1.3.0.0-win64.zip':
'44e7641432523e8e9d54240085e62d76901a4c3a99dd3fbc9f3aaa7134958a29'},

'program': 'BitcoinUnlimitedCash',

'version': '1.3.0.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

G+thT0OfLDakdmX8rvs3pV3YAigSCNV3d2TmUm/6gqYQUkIjBFGcFtwncsAp/KbbXM+Vwm6locQ5
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G

Signature:

IOY0j1WL0rm+dlDEVUmNlJ5vu5tdEpwGs/OvVqBU7DM8VzWwksWxp7hfdZtQKTzbutWdT6uADNT
freetrader

https://www.bitcoinunlimited.info/download 21/39
10. 3. 2022 9:52 Bitcoin Unlimited

bitcoincash:qrvy3znq8wuzfkqejp88zwknwdvahy995vf67dw3au

1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4

Signature:

G0q8sWgQ/VA1AgFCbc4QyeAXwdTG+1HphbtUHxQigIzVG3BiczP09JaYiHI3izSyz8nVoijaoDlltGCz

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.2.0.1-arm32.tar.gz':
'373926eeed9788b7d619fd792f27b56d192dff68a592052a8e47229900c2f09f',

'BUcash-1.2.0.1-arm64.tar.gz':
'f071192654a9a6d3dcfe6823827af457469c27e441af7964c19a1c589fd26025',

'BUcash-1.2.0.1-linux32.tar.gz':
'84c419e8375db2793bdc42983caf32b4bdaab9c818cd4ff1d7f9ae4560bb933c',

'BUcash-1.2.0.1-linux64.tar.gz':
'62d8e843576f6bd13fa5bc1f9b939577b63739eb99cbbd8bdec589cfdc774eb0',

'BUcash-1.2.0.1-osx.dmg':
'6369e5c1ca061c80baadd00714d63af367425e7f98fd1ce1f98fa9b599a1faf8',

'BUcash-1.2.0.1-osx.tar.gz':
'cf86ec45aa2548f9bf47c535fa2d2cd98bf3ca86c1ef42251598fa19a9a8ae5f',

'BUcash-1.2.0.1-osx64.tar.gz':
'3ec92993541d954f229997d63409cd71429cec366f707f07cd2c4cb2e95449e7',

'BUcash-1.2.0.1-win32-setup.exe':
'906a8651bc97fd7730a60906bd814e3afdbe176db40381cf686fec2b37180ea6',

'BUcash-1.2.0.1-win32.zip':
'2c18f92ed286b11575b384565c0d4242eb84d0946a372ae4a0af8bbebe21ac93',

'BUcash-1.2.0.1-win64-setup.exe':
'ad2b9fdf792692b5a8ff170b4faac895d2dcff3bbbfd97d6ce9edd5db7d35be4',

'BUcash-1.2.0.1-win64.zip':
'23dbadfb9a43772cab46987870ee5501c9df3ab14ff7df79c9877d349bf73739'},

'program': 'BitcoinUnlimitedCash',

'version': '1.2.0.1'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.

https://www.bitcoinunlimited.info/download 22/39
10. 3. 2022 9:52 Bitcoin Unlimited

By: Andrew Stone (thezerg)

bitcoincash:qq9wwnuw4eukyh5g34ckg5vk4aaxnvr04vkspyv850

1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HEX71YRm7gcg5XZQdXKc+TCuz+f11wecMoHSixU+yIUpPfDLbujOOhR9R1Xfdo63gek6HknMfS1x
Andrea Suisani (sickpig)

bitcoincash:qrdvmdluf2s5cf08wcp9h2ja8lqt5peq35y56z4s7s

1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G

Signature:

ILEhpZ0L3baWqAAYj1+o9YVTQR4uGX1LtvcX0FrMZFW1WnrfFGAP9WxKBYo5lYCpnaXNO6W9A

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.2.0.0-arm32.tar.gz':
'20803bc257a429eddd8d747a7a78a182675695286a775eff80c68e9cf1cb6bfa',

'BUcash-1.2.0.0-arm64.tar.gz':
'941f7ba087fcbd659983f7b743c07e5fb4d29ebc1e94b2ce115523171fbce760',

'BUcash-1.2.0.0-linux32.tar.gz':
'58cf089447827fe58a28dc81d4611dfae54dcb8c01b1f811e3911a06e6d5c72e',

'BUcash-1.2.0.0-linux64.tar.gz':
'a2bfce0364371827b8eb56bd184b6e9de221aa07969a91b53da89b9f2952548a',

'BUcash-1.2.0.0-osx.dmg':

'50d9528e30ed6ca1c4b72b8713c632c0b32c0e39d1b913d0aaa7bb827e7973e7',

'BUcash-1.2.0.0-osx.tar.gz':
'07cc319fe3b7fa1e1ba245c0c4dbafb71696c848c1bfa267ce9b5ec4ab7b8d50',

'BUcash-1.2.0.0-osx64.tar.gz':
'36a01853b03fa7b91df6937b0eed3a96d67088a5b263ac92e47e89306c6583ba',

'BUcash-1.2.0.0-win32-setup.exe':
'adc5944344211d686f5681cb5fde9144c8e80fb2e552993272882bc7c4105c15',

'BUcash-1.2.0.0-win32.zip':
'2c74afdc30e1c21aecefcf89c32b73c42d5c829d63a644533c7c13cd9b505d39',

'BUcash-1.2.0.0-win64-setup.exe':
'910206bb57a06133818154b2f590ac8906cb26e82220e11cea767b811c687b02',

'BUcash-1.2.0.0-win64.zip':
'4058a366e3ee7ba3affdedb737e66070b1482eacc64a7fd36dc018a2a29c7863'},

'program': 'BitcoinUnlimitedCash',

'version': '1 2 0 0'}


https://www.bitcoinunlimited.info/download 23/39
10. 3. 2022 9:52 Bitcoin Unlimited
version : 1.2.0.0 }

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HA43ZeLw3JhM/9Obk/QRQgclWMCj8iygcRmY8sZLb2gTR7BIDP7xiQQQGX31AsA3a4whmjOgZT
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IGTcaaHVfGGtBGNZcdwJRMmD1xAndu0RHSSgOEHIGGJRImAJXed7U/CSiZRXxpwWXvHZc21P
freetrader (1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4)

Signature:

TBD

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.1.2.0-arm32.tar.gz':
'4e059553747445e2cc5fae7482a3517753078fb7cff9b613967a86dfc501b65a',

'BUcash-1.1.2.0-arm64.tar.gz':
'a46e633f6df6c3e19868eec76f44f376fb0c1229e09ccc26fae91e421fbf6d44',

'BUcash-1.1.2.0-linux32.tar.gz':
'3c9533f18b1b467cb5f74773aea705000c1ce3482888924557f6177adc71e9b9',

'BUcash-1.1.2.0-linux64.tar.gz':
'cd12e77ba3fb5d744a74d1f3d58fbd60c1f96a35db6ebcfcee21810d49e2e2e9',

'BUcash-1.1.2.0-osx.dmg':
'c7a6e5de5d36ef2f395a4500b0ee6f8828cc89cfe799083c33f0e5ac5834dae1',

'BUcash-1.1.2.0-osx.tar.gz':
'9234c62bed36d880c0b43d8873de38a8a9724a9fca5ce73bf725dc939bfee817',

'BUcash-1.1.2.0-osx64.tar.gz':
'5d0c551be8e9ec702ebb26e930413f7c9b39be929b893350df8bbcf4c72e7ff5',

'BUcash-1.1.2.0-win32-setup.exe':
'ebf9c4abffd7e684ccbef964a52962e273668a2f8044fb78bda3ab922f4fe744',

'BUcash-1.1.2.0-win32.zip':
'6f97e4c493d82498801159f4341b339f4bc413fbae68ef59ec2cd3a1ac496974',

'BUcash-1.1.2.0-win64-setup.exe':
'3d8c99e27c4bf465f62cae7e7f25fd76b3c5feb0b047165c558872ec8b19998e'
https://www.bitcoinunlimited.info/download 24/39
10. 3. 2022 9:52 Bitcoin Unlimited
3d8c99e27c4bf465f62cae7e7f25fd76b3c5feb0b047165c558872ec8b19998e ,

'BUcash-1.1.2.0-win64.zip':
'd8018dc23f81302635a24a5e556cb1567f1ef4697ee19f88e6d1d490adae8551'},

'program': 'BitcoinUnlimitedCash',

'version': '1.1.2.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HG+D58EJTZu8k2TngOSKXhVfdoPXN0Zzq+ATnp8l6dcVeLEMti9Qq4mmJJBrrKn3e9BXUKJqk9tn
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

HxZms09w0PrJJSMVhp1JEoMDJGhGP6HxGUWq/e9cw9Rvfig4nK67WHCO2PztQjEo5eQhAMA8z
freetrader (1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4)

Signature:

G5WwRcGhonzukyIP4qLFlL6bpMnbZ0oUXpplYhFHU2fUlc/jlwaH9dJoPaiBab0WFyr4hcgC/IWR9nn

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.1.1.1-arm32.tar.gz':
'674e82af3e3ab5b04e243adfb3fdb5857ea1decb47eed6e0e2882f5f393d02f9',

'BUcash-1.1.1.1-arm64.tar.gz':
'00f55aebd8250d72f0aa4f85659a2a15d979c11f7ab161a2ea8338360e020551',

'BUcash-1.1.1.1-linux32.tar.gz':
'e4816a5245dc944830810018f9beab401ae9cc4aa9bffdd7b4f8729ddf26e71e',

'BUcash-1.1.1.1-linux64.tar.gz':
'bdc3e07ce2cacc42295d7559fbaae5ae60fed82479c5644ab7293bbea6b79a62',

'BUcash-1.1.1.1-osx.dmg':
'2960749a3e48717c9babf557e1a3b777e1d8e0878a25549e443834604212769c',

'BUcash-1.1.1.1-osx.tar.gz':
'bb704720bc48116394e0da77f19899671bd64b43865e026a71e9ab37d9403ecc',

'BUcash-1.1.1.1-osx64.tar.gz':
'614c8586a083b3d0614f5c6e3fa91e653cc9ae05acbbc602a6028fa56585c9da',

https://www.bitcoinunlimited.info/download 25/39
10. 3. 2022 9:52 Bitcoin Unlimited
'BUcash-1.1.1.1-win32-setup.exe':
'8bee15c6bf9b3be7c533ee37fb0d1f1049cdcb0a7e4359ecafa0ccd98a3cd081',

'BUcash-1.1.1.1-win32.zip':
'744396a894e0091a602c4c5823d852b2e68b08a1e04987367550cc11abe60ba4',

'BUcash-1.1.1.1-win64-setup.exe':
'a8f03cc87729842ed95cb90dd099c495cfd7e8298e21574260a9dc0e3e5e30af',

'BUcash-1.1.1.1-win64.zip':
'6bbe5d8f5b9839685f610f36e3bf78fefd8f2deda01efce7920fd439748b5bbb'},

'program': 'BitcoinUnlimitedCash',

'version': '1.1.1.1'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HB9r7d7y07b7GLjUzHKypf6AimqlsryV5oNfTCeMOqZeBcuPeQ6Shw8gWuIAaVCbRlYJ+wPgrDrq0
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H+QKRQ424rdYaAgSrYqNaAz+liCPnVenNopiaQ77gZmMXx2RawfunuHuZaNeJ9k1e9S4Dix2v/WD
freetrader (1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4)

Signature:

HOyMUQ/lflOKiMYvhLahUp0DCnELEihjzm8jZHOZKKdNp4fZs/5aib2KgEKhBiKLz/OxXDZnfWJNrC

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.1.1.0-arm32.tar.gz':
'3f7018e3831b40245ca965c093c0ed496f8e9d85512777969f0b5527d0b7f251',

'BUcash-1.1.1.0-arm64.tar.gz':
'acebd6a8657bb5bba46f01fcbd010443ce93512ee380442b60b317a5b5cce4b7',

'BUcash-1.1.1.0-linux32.tar.gz':
'd6bb29a612bfdf1900af0f47b263e292f88b2494f50ba35b1bb6136cbb61f4b3',

'BUcash-1.1.1.0-linux64.tar.gz':
'562191a290e23adf24e1a0b6863765e8f2afeb2e61e20c9067fb1a8ef0c2ef92',

'BUcash-1.1.1.0-osx.dmg':
'01df63c932f5072c458ec53707729e3cc49797adf18282d19458b9e56b210a49',

https://www.bitcoinunlimited.info/download 26/39
10. 3. 2022 9:52 Bitcoin Unlimited
'BUcash-1.1.1.0-osx.tar.gz':
'd3baa157b9b08e27b375349e622188d03c7511a403c25e55260ef95cd6b9e66b',

'BUcash-1.1.1.0-osx64.tar.gz':
'68f307815bf3dd2ef6adcd9c44045ad463877334e575d539c965937a11438f9c',

'BUcash-1.1.1.0-win32-setup.exe':
'6ec86725972f2d807e76abb32b7cb32aeb18e9c60952be1b1646ba94a72e8429',

'BUcash-1.1.1.0-win32.zip':
'69b49a1377fdb0e259eccabdc3f7a874e8114c8ea8ba7e801ec0432db5b6f5dc',

'BUcash-1.1.1.0-win64-setup.exe':
'631976dc71e4a76d1b96bcda8cb48783fca38a64b60b1fbdc72a3c02064fdcfa',

'BUcash-1.1.1.0-win64.zip':
'bc46f3926e8398b8a2eed4195c0a16777eba572159c9e2ad80449fc2e64d44cf'},

'program': 'BitcoinUnlimitedCash',

'version': '1.1.1.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HID6gG9a4vGSWvmtqRqWHjwL+9WGoiNVzev+QwU028/zO5bD/sNw6v8OO4i/ABVJng8qa8LBJ7
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

Hz3es9ZL1IZ2WUsLnOZyoCQvy7l6SMq4p8P0wbh4O8nHfUByZbHP/aHWzQ/Iiw92ykDb8hT96hXB
freetrader (1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4)

Signature:

HJDk8WQFKpMQYbFo574dg78ZSqrSITi/uQiAzHtT+WKydMpi+jP/4fF+yr0VAYsvqzgtsoQU80vohZx

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

Signed Statement:

{ 'files': { 'BUcash-1.1.0.0-arm32.tar.gz':
'850be78650f0ddeeb64e4c56d34940c5fe3e90d7939031510e766ce8ced0c543',

'BUcash-1.1.0.0-arm64.tar.gz':
'426ed2aba52f6e9ff73786e0bdee8bae139a7b7e402b04576ccec5ffc160aa4a',

'BUcash-1.1.0.0-linux32.tar.gz':
'5b2ee6d21ca0254724964e4c7fc69143395cc745838c8e7e7fa61e1fc9f3b65f',

'BU h 1 1 0 0 li 64 t '
https://www.bitcoinunlimited.info/download 27/39
10. 3. 2022 9:52 Bitcoin Unlimited
'BUcash-1.1.0.0-linux64.tar.gz':
'0f0375d4e1fc4c66fdd7c5b0fc5c233454ab7c7f9ef2d65236af3975a8ae6189',

'BUcash-1.1.0.0-osx.dmg':
'a60520bf3baf35af06062fd96e4e19d86580f5a12a816dedacd1aab26931f862',

'BUcash-1.1.0.0-osx.tar.gz':
'7c9d4f6421d2288ce6556976102542bda94cd44bf346c3076e8cffd00134f958',

'BUcash-1.1.0.0-osx64.tar.gz':
'14eabce649730bf8b15dc19051f5d7d0203fd6763c4cdb55dcfa0d6eeae2bb2b',

'BUcash-1.1.0.0-win32-setup.exe':
'5ba57eef72635b0d2e593d0c7e92a4db5ab2b95c76ece9589545717fe56a53a6',

'BUcash-1.1.0.0-win32.zip':
'a9ed34624236c1c75b67e5bba7646a2f7afe36ce0a7984c0787d04a91a4da334',

'BUcash-1.1.0.0-win64-setup.exe':
'a5be35e24b32ba5ae943ebb188f04356dd59416492c05399ff801a8550702b79',

'BUcash-1.1.0.0-win64.zip':
'faae8c5839eefe048d9d3e9fc8dd227ed235428e965fe68b4b9b691bbda058a6'},

'program': 'BitcoinUnlimitedCash',

'version': '1.1.0.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

HIkrIDsmHW+sor8PRDTUYBwMCdqR0zGtcoiDDuoVY5GaK91PzuXQ2+jxUlzEabP5vo1I3yDj6B/fE
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H7VQRhvSd35P44VZqH2jMPtjIfv0snYu7R8j776WikAbOToBXuwUffGo5wYkV70cBhOLjsrYHAa5HQ
freetrader (1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4)

Signature:

G7DagaNVPmR3Pxf/cYPGu6uBPsczg6MM7dTTyEh18qKu0xbnxVhR3sT4JteWGvsZnuXjTGW0Bh
(note)

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

1.0.3.0 Signed Statement:

{ 'files': { 'bitcoinUnlimited-1.0.3.0-arm32.tar.gz':
'4d063832f7384871 6087b492d767418 4b6b695 8702fbf bb72050f03490d '
https://www.bitcoinunlimited.info/download 28/39
10. 3. 2022 9:52 Bitcoin Unlimited
'4d063832f7384871e6087b492d767418c4b6b695c8702fbfabb72050f03490dc',

'bitcoinUnlimited-1.0.3.0-arm64.tar.gz':
'73fc6d396dfff0184959610f42d42c1d15fac4aa79a8681e24ed8d33cb13e577',

'bitcoinUnlimited-1.0.3.0-linux32.tar.gz':
'0b5717c847f7ce8497c14a9eb32d23e98554722d8e6b32f679f9e6668ca617f0',

'bitcoinUnlimited-1.0.3.0-linux64.tar.gz':
'a6658bac22f082539969a243943c7d1a865abd40cdfe39465ff82b4eba387b22',

'bitcoinUnlimited-1.0.3.0-osx.dmg':
'b9f5e275450632fe595c9cd776694ffa2fc049071ee7d0ffe14b899c95255959',

'bitcoinUnlimited-1.0.3.0-osx.tar.gz':
'4686ad008450a0a7d81c0ff6ff92cdda0a9b375aa325bc1637659c24d347762b',

'bitcoinUnlimited-1.0.3.0-osx64.tar.gz':
'6c631dd70eae0e2dc365c95b00485d847837d82c39b01ee2db8ba054321d454d',

'bitcoinUnlimited-1.0.3.0-win32-setup.exe':
'36b0a3b77d2348b9a8a88e5a25c75726dee73fcc3c96fa3bc71fec0f2cdcb640',

'bitcoinUnlimited-1.0.3.0-win32.zip':
'376d5cdf4c2df1c4561a29ba6378ec848e74048e0f4d360d4a2802c4d122fa89',

'bitcoinUnlimited-1.0.3.0-win64-setup.exe':
'f230cb01f5f25efdc6db2aa16a5c893a6e03455187f2aa79fc91ec2d9237d1f2',

'bitcoinUnlimited-1.0.3.0-win64.zip':
'b4c176f33787c88c3a398605e1ec55043ab12b0d8f22edda1a15863d096aa424'},

'program': 'BitcoinUnlimited',

'version': '1.0.3.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

G+h2pbTloDyxZXue1KDBuyjcBXAOj08nqtvvK8j9oC0IY7v7UZns+4IOE74YCxXyci3eWkAaZMuhSY
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

Hz11wP/CstTSn3ta+ODY6D4mD8QD1r05NHt2hLK1ukyMC3a8DSdYK3V9qyc0DuTqcIMMuTLwlOx
freetrader (1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4)

Signature:

HAuPxIwShFC0AeNvsvYhbEE6xN52pTlmF0UB+QeUjDZSAYP+/9L0qZ+zQhW+30zzDSiQYta7SU

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

https://www.bitcoinunlimited.info/download 29/39
10. 3. 2022 9:52 Bitcoin Unlimited

1.0.2.0 Signed Statement:

{ 'files': { 'bitcoinUnlimited-1.0.2.0-arm32.tar.gz':
'8db882f356a8fd0fc4b4c443023e9c60d93c67cefcd31eeca70f54850f29d9e5',

'bitcoinUnlimited-1.0.2.0-arm64.tar.gz':
'07c6a0a7a01cf04c69b491f5834bfba6f2f657cd9eb23790c48aab74dcd62ad3',

'bitcoinUnlimited-1.0.2.0-linux32.tar.gz':
'2d1aca11f883b05430640f8a70589a9282ef254680f0e7115224b45b543b1096',

'bitcoinUnlimited-1.0.2.0-linux64.tar.gz':
'3c6dcf8af26def3f204a38340b469448a8ec50de986e2d5934ab3d3eb22ef95f',

'bitcoinUnlimited-1.0.2.0-osx.dmg':
'e0360d108cb4f3ea996e5d59c41e95065e793c140bc12042e217d037bb587d63',

'bitcoinUnlimited-1.0.2.0-osx.tar.gz':
'c2200277a54eda1721d5b84179a73f232fae3a648aa91c88db8348996ec79aa0',

'bitcoinUnlimited-1.0.2.0-osx64.tar.gz':
'dd0da4f7e30fa642dc51ee3c8b6cfb854c3bdb78963bd322eeb5c888807f7677',

'bitcoinUnlimited-1.0.2.0-win32-setup.exe':
'1cf4ea2f491d974613bc07bc4cfa0a1556a89e299c24f1ce2d3f7e4b233442e9',

'bitcoinUnlimited-1.0.2.0-win32.zip':
'f42b1501171c9250b56fb39d783b28f7711c064b5edbcdd7072d38bdc859b350',

'bitcoinUnlimited-1.0.2.0-win64-setup.exe':
'e2e280d567ba8f971e94c45ddfc1cbcc56ad5641ff24519e288f1edf772992e7',

'bitcoinUnlimited-1.0.2.0-win64.zip':
'0d002a76f2a310be44b72b423efc5cecc1802f08df8819d648779ef945b433cd'},

'program': 'BitcoinUnlimited',

'version': '1.0.2.0'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:

G1QtClDd7uqUZqHLz4xZ8fBEyyZl+6LQXw4kSsFL2aG0SKN4TOwzEXnHYGQ63OdY5MsuzFnGd
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H6OWVn853bkc1LQbLbvFCaphlWSz6wFNVu+zicQz+ACKWYHRhzrORMqyrEGR1DEPT9IFccIj4c
Amaury SECHET (deadalnix) (1KEaWZ7tpLF4n5xFf5bpTPff7G7uJZiDGw)

Signature:

H9ZTrM1/oF/XLaasgze/Na4Xf2Aw/3stAnobbJClUS9RdJ0llGy9f6TdQ5EddDwEGLgVSHrNsa72h3u
freetrader (1Libre7MGkCXr7pUAEbwihCR9X4quYAyQ4)

Signature:

G8CWW88hb328xmbJUh7Eq763/XdU+oARx8zIzVHoaxYZDvRLGf/N8PUxZ7TjORAIUaiz3zTxjuek

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the

https://www.bitcoinunlimited.info/download 30/39
10. 3. 2022 9:52 Bitcoin Unlimited

corresponding sha256 hashes.


To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

1.0.1.4 Signed Statement:

{ 'files': { 'bitcoinUnlimited-1.0.1.4-arm32.tar.gz':
'ce4983ffd2913ec97c88fd6c6d3ee5257854843b9d89853fc9d74bca80ea53b3',

'bitcoinUnlimited-1.0.1.4-arm64.tar.gz':
'e2e448b3bcd6699d3df0d13d0ff3132c80b4958f0808d9d8960d497ecfd46425',

'bitcoinUnlimited-1.0.1.4-linux32.tar.gz':
'2cdf676888c15a865f8243503bfcab26a2efcab59cff578b3cc455cd64eff103',

'bitcoinUnlimited-1.0.1.4-linux64.tar.gz':
'f82b98f552ae49c7bca011325a5d9374425e78d91c1baac02cba64b358beb563',

'bitcoinUnlimited-1.0.1.4-osx.dmg':
'b1fbbcae9a922a9d3558d55df50bc259aa14720f18dae7b7ed5fac113db1c907',

'bitcoinUnlimited-1.0.1.4-osx.tar.gz':
'908c8e8f4b1ae2ad3d945c523d3a9da08138892ca61788a21eae4d33cb5c7087',

'bitcoinUnlimited-1.0.1.4-osx64.tar.gz':
'4dfd765d3333e781254f1994f70b00a3cb3eef6061f9a8bb823fa97678a81f48',

'bitcoinUnlimited-1.0.1.4-win32-setup.exe':
'89c8b28a1ba61076dfea93a6850c016d9a0de1cde2d972aa1fa961eed863eaea',

'bitcoinUnlimited-1.0.1.4-win32.zip':
'e8e54d9b97ec95995757c704fa0ed26fafe5f7074a53b0e1b3ab6e812f285675',

'bitcoinUnlimited-1.0.1.4-win64-setup.exe':
'f7869992c6461bc00aff911b76e5e648b67d67cb7618a1cde4c2cf1b6ccbb06f',

'bitcoinUnlimited-1.0.1.4-win64.zip':
'b6794eb169ff404583cc491db106e1e22479b415ebfea97eec18bce13c2158fb'},

'program': 'BitcoinUnlimited',

'version': '1.0.1.4'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3 - )

Signature:

GzneLblfW0nm9VCF1Nh03trgoYFtzhobVwFkAOOaNhWKNr+ip/RZKwKw6ZF0BNYw+pTqt0T9M52
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IP1wXgv5iNHEzNGa+jzyXvf8DA80L65pspk0s2b7rcu0es+Yyu2ZmJkcheKN8aPMrzr66DsAGs0oOs
Amaury SECHET (deadalnix) (1KEaWZ7tpLF4n5xFf5bpTPff7G7uJZiDGw)

Signature:

IHCIlDiHXm2S7B0Yr2B5u8/GVuj1D9fcDCjZc33rZO1MP+vx+q7155BCXS218i5KAEvSYByLLNNyW

https://www.bitcoinunlimited.info/download 31/39
10. 3. 2022 9:52 Bitcoin Unlimited

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

1.0.1.3 Signed Statement:

{ 'files': { 'bitcoinUnlimited-1.0.1.3-arm32.tar.gz':
'5faab324ab50e6621b5cc2cf0b82d528e52075a9db401d5b3e4ea10a499ac0bd',

'bitcoinUnlimited-1.0.1.3-arm64.tar.gz':
'3d603431f3685a10eb2e55080e511024d2562be66de7d89092df8df4e52bb279',

'bitcoinUnlimited-1.0.1.3-linux32.tar.gz':
'bb5088b8dfb2be930534f1b174279299eec090542fa62fd04fe05eb9d43f14ba',

'bitcoinUnlimited-1.0.1.3-linux64.tar.gz':
'864908c88d6b9d08c64e46b12acb5c1f8418b0737dfbeffdb8b1c03907892b02',

'bitcoinUnlimited-1.0.1.3-osx.dmg':
'7e19427a5931278a06cefdea972a674b676bbfeab2816993ab6b530889aeb536',

'bitcoinUnlimited-1.0.1.3-osx.tar.gz':
'94fd5d1bb878ecf3f0f50333e2625f1e6632de7506207f1b5b5dece148c69c73',

'bitcoinUnlimited-1.0.1.3-osx64.tar.gz':
'588224a2558f026b764ee8583fc3b0c359167357805bb350375d011282cff7d2',

'bitcoinUnlimited-1.0.1.3-win32-setup.exe':
'a8db3159799309439f31e4c60faab0e2ac24819e918f7f3402cec76c0b009d68',

'bitcoinUnlimited-1.0.1.3-win32.zip':
'e754fdd303cbceb955929e4a1b626d6251a767665c3cea9796426b0f406bdb36',

'bitcoinUnlimited-1.0.1.3-win64-setup.exe':
'2fd35bdb9bf50bc78a7cba2ee4890b07475737b2d6d46d22cc68dccae85b9a6e',

'bitcoinUnlimited-1.0.1.3-win64.zip':
'8e837b44ee71d9c7b6693320e5909cb5cd1f12580e7b828d359828bc8a06d4ee'},

'program': 'Bitcoin Unlimited',

'version': '1.0.1.3'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3 - )

Signature:

HBy+OJ6JfRRw7w6r7VEfn9GiDN+ygZgf9rF/ZZWoY7LZPjeHffnyrlA5XN6FWRAhJ5gMpFz+S6F+ic
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

HyCsg5XRdH5/X5h7TuZNn5oqyhtP03rH1OO/Bb9RAhq6OxqozDGc9RISoHMOboD4LXktEZ6305c
Amaury SECHET (deadalnix) (1KEaWZ7tpLF4n5xFf5bpTPff7G7uJZiDGw)

Signature:

IMiQROapmiXpURSuBzRRXvaKFGl3DDsD+ZqMRp7619X/TmLgejkkcxVQc92CUyLrXpOH6QXDc/

https://www.bitcoinunlimited.info/download 32/39
10. 3. 2022 9:52 Bitcoin Unlimited

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

1.0.1.2 Signed Statement:

{ 'files': { 'bitcoinUnlimited-1.0.1.2-arm32.tar.gz':
'5e7a9e60d4232c386370e14db1351f609fe0e5efb57393433f501ba665453673',

'bitcoinUnlimited-1.0.1.2-arm64.tar.gz':
'df66bf78edcf743c3245cda5b88d128d82def1f1e24abd7d02d97bcd14ebab9e',

'bitcoinUnlimited-1.0.1.2-linux32.tar.gz':
'20e62907672f6d4622520bebf97b4673219e96390e8c05373eb92dbf2cbedd38',

'bitcoinUnlimited-1.0.1.2-linux64.tar.gz':
'5ea1740325b2ad6bcd2c6985d1716186d2f2da54b9d9ab7a9948afa06f15d030',

'bitcoinUnlimited-1.0.1.2-osx.dmg':
'cc866bffaad75b2249b18c55554f85313626206b16799ed1a7a6863f7971d60d',

'bitcoinUnlimited-1.0.1.2-osx.tar.gz':
'6b3d3dde0f02567a9cffee457f1b41087de07bad3e9c7533c5cad723a1a9a059',

'bitcoinUnlimited-1.0.1.2-osx64.tar.gz':
'23f728945b031cdc4a3a287f22118be564295229f2cc9f65a59c8988f3667749',

'bitcoinUnlimited-1.0.1.2-win32-setup.exe':
'53537bcf85f08330781c1acb9ba5dfaef01cc4f21c972eb74c77f502afa11f0e',

'bitcoinUnlimited-1.0.1.2-win32.zip':
'5b244002a27b97b52c9b41f08599a2056b735613a28198de54ef2ec701a4695e',

'bitcoinUnlimited-1.0.1.2-win64-setup.exe':
'399f2da16d908855c3e4a1ad6403b975e841e0fe0b86524414f1a2e1a527ba2f',

'bitcoinUnlimited-1.0.1.2-win64.zip':
'736b9aef0b56494172cf0c984cdf81e492ff4e5def72a067da46f2b5a803704e'},

'program': 'Bitcoin Unlimited',

'version': '1.0.1.2'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3 - )

Signature:

HDChbyQJwPuT/UR6swXC88e8De34aVSlOqx/KGjqYjveFehDtMMbE7nlh5kYHSJeatckCTG4tVRC
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

IIYVLF5kSeOpo6MI6Xy3d85+rXHskWdts+N9YEfAugGtUSDtoteU4FAseTFpveK1eNmZJhAyfDMCY
Amaury SECHET (deadalnix) (1KEaWZ7tpLF4n5xFf5bpTPff7G7uJZiDGw)

https://www.bitcoinunlimited.info/download 33/39
10. 3. 2022 9:52 Bitcoin Unlimited

Signature:

H/Yx99GzjGz2eXpyttFYh5KR4DwbcXWJlVwubBZvhMERYq7DBH+6T3euvZSJ03P+F4G0HrcgjFvV

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

1.0.1.1 Signed Statement:

{ 'files': { 'bitcoinUnlimited-1.0.1.1-arm32.tar.gz':
'1b2c74742fc8fc9c2a80d35a5a3b7c544c845db3f54c283fcb0b75a5483c35bd',

'bitcoinUnlimited-1.0.1.1-arm64.tar.gz':
'7d2e9da7a6850a5de44aa4222613423684afa0a5a177a0fc92e3fba1d0efb517',

'bitcoinUnlimited-1.0.1.1-linux32.tar.gz':
'dd3b37359600823add87edcd165ec2238e0578904170401b07c7f9b53f0d6bf0',

'bitcoinUnlimited-1.0.1.1-linux64.tar.gz':
'68439e21ff6806af2acb64b3d4b60ef9bb47d82ba68fce98752de6cc9d1f4502',

'bitcoinUnlimited-1.0.1.1-osx.dmg':
'47aa38b237d15112ea41e70341be3d2cbbc0edc431a2ddf2533bb34cbd359db9',

'bitcoinUnlimited-1.0.1.1-osx.tar.gz':
'c663198315e45e7fca99c4f1a8466df42610c8b264d9136e74bfca8699427ccf',

'bitcoinUnlimited-1.0.1.1-osx64.tar.gz':
'c4d59bdf596808a6205e8e538c5cf759d59119fe3e1986cdba828e2dc4cb8378',

'bitcoinUnlimited-1.0.1.1-win32-setup.exe':
'06ff0cf3ee73cf17236bc3b295ec92bf824135ebabdae2042778cbe34265d42e',

'bitcoinUnlimited-1.0.1.1-win32.zip':
'5abec76bff8f944f4e17c1f05e06f895ccac1ab968e352756ae8f93749e305b0',

'bitcoinUnlimited-1.0.1.1-win64-setup.exe':

'26ef474ca4dfcdfb547b865db49fe9de381d97be70bb0e7cd90e3915841a14e2',

'bitcoinUnlimited-1.0.1.1-win64.zip':
'0e71a7a0b6aa725cd1ebd9753376803e8e56eca0fa35c1a1fe86ed5e427f7a06'},

'program': 'Bitcoin Unlimited',

'version': '1.0.1.1'}

Do not add a final return character to the statement above when verifying the
signature in the Bitcoin client.By: Andrew Stone (thezerg)
(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3 - )

Signature:

GwsAg+EvOxIYqHZfQfZXW+NLaVeHezl7CuNWIE1HqZr4D1SpvZAqzSNlMl4RFVprpCZqKfmV/y7F

https://www.bitcoinunlimited.info/download 34/39
10. 3. 2022 9:52 Bitcoin Unlimited

Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H4KsTrAhlXbIXnuokxreCbQHy5LpUhQlauE5O8n8tSwCBZt66QIGDlLTy02URgD3ORWXbCFqbrr5H
Amaury SECHET (deadalnix) (1KEaWZ7tpLF4n5xFf5bpTPff7G7uJZiDGw)

Signature:

H2m8fPV6twB7wjL6umJ9zy8D/wSLolKJwEKzNs1ehcnGJtiTe1071AqPYyQerzTh7vozklr+X8xSZVy

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

1.0.0.1 Signed Statement:

{ 'files': { 'bitcoinUnlimited-1.0.0.1-arm32.tar.gz':
'290fbf44536ef371b91bec03edac6cc5062a52ca766651cd24dfe5ee5e6fd8e0',

'bitcoinUnlimited-1.0.0.1-arm64.tar.gz':
'a1937d01b51c4933abb87c117debb01a3acaf82c3ebfe1f69d2a6e4bc5d6ecde',

'bitcoinUnlimited-1.0.0.1-linux32.tar.gz':
'8d7aa35ae940cb821e062255e7b500f05514b6b8f88123b7217dd833a984fda9',

'bitcoinUnlimited-1.0.0.1-linux64.tar.gz':
'cfedf1a4701cf05f8e8a9ff4da0f887bcb2b3bbdcd7631e9cfdeebb6dff01c72',

'bitcoinUnlimited-1.0.0.1-osx.dmg':
'9fc67a70ab7f71a03a12e83cd130564c1dc27c7c23bf3fffddc56390d516e0f2',

'bitcoinUnlimited-1.0.0.1-osx.tar.gz':
'7d33380d5ff381a101def1daa8e2963776e9080dd2bd2a0cd0f93d918b581cbf',

'bitcoinUnlimited-1.0.0.1-osx64.tar.gz':
'5e2ffcbd94913c5f361e29810453cbcbf3eb8c75869db6a9a6f39636a88bb3ad',

'bitcoinUnlimited-1.0.0.1-win32-setup.exe':
'26962eba5a63c6922a1f2f6176148264766e21897c9dbf0308e3d05e89e7c49e',

'bitcoinUnlimited-1.0.0.1-win32.zip':
'7e3bb027a80242860903a9f4a1e76f2d8e01ee5044a9fe221787172ae99505e9',

'bitcoinUnlimited-1.0.0.1-win64-setup.exe':
'd2a097b971a5f0807908646430032513dd7a4bb5c004298eda7524da04b051b8',

'bitcoinUnlimited-1.0.0.1-win64.zip':
'0663097597abf62da115d34be7d0566de1c65c45886efb5ad04eb58c8bdc3e33'},

'program': 'Bitcoin Unlimited',

'version': '1.0.0.1'}

Do not add a final return character to the statement above when verifying the

https://www.bitcoinunlimited.info/download 35/39
10. 3. 2022 9:52 Bitcoin Unlimited

signature in the Bitcoin client.By: Andrew Stone (thezerg)


(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3 - )

Signature:

GwsAg+EvOxIYqHZfQfZXW+NLaVeHezl7CuNWIE1HqZr4D1SpvZAqzSNlMl4RFVprpCZqKfmV/y7F
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H4KsTrAhlXbIXnuokxreCbQHy5LpUhQlauE5O8n8tSwCBZt66QIGDlLTy02URgD3ORWXbCFqbrr5H
Amaury SECHET (deadalnix) (1KEaWZ7tpLF4n5xFf5bpTPff7G7uJZiDGw)

Signature:

H2m8fPV6twB7wjL6umJ9zy8D/wSLolKJwEKzNs1ehcnGJtiTe1071AqPYyQerzTh7vozklr+X8xSZVy

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

0.12.1 Signed Statement:

{ 'files': { 'bitcoinUnlimited-0.12.1-linux32.tar.gz':
'984111483981bbfa5d33f40014336d74cbb263a51cb42a87e5d1871f88c14a7c',

'bitcoinUnlimited-0.12.1-linux64.tar.gz':
'34de171ac1b48b0780d68f3844c9fd2e8bfe6a7780b55e1f012067c2440ebd8a',

'bitcoinUnlimited-0.12.1-osx.dmg':
'e40e1586edefd95e47c4db27116dcf0b5e286ea81d4243bd476db3128989bd4d',

'bitcoinUnlimited-0.12.1-osx.tar.gz':
'0b4f7f60a1b439632c31c60d781172d69be0b6bbc2dc5fc58caca77dc90da7fe',

'bitcoinUnlimited-0.12.1-osx64.tar.gz':
'fceb0fb034e26124cd126954a3f968902d1ebe7758c9869f266aade9e9ff1885',

'bitcoinUnlimited-0.12.1-win.tar.gz':
'68b539df8a6ace5cf9c4ca22bb6b9106127d153b2de01e82356b98f323e313e0',

'bitcoinUnlimited-0.12.1-win32-setup.exe':
'0035006c411498a2c80046f2fb29615b838f045fac4f2c1af0ec0db1220ef8c2',

'bitcoinUnlimited-0.12.1-win32.zip':
'd2185d4276321bfdc08f1f21a1eee6c51150737b5c69938ddb8cfef065e70d58',

'bitcoinUnlimited-0.12.1-win64-setup.exe':
'58189a3a07949f87998c7c255eda3e313a61b1ac24667d13ba771cff4a6612d4',

'bitcoinUnlimited-0.12.1-win64.zip':
'65a0668f0451b78921275d1a1ec301feb68b29daf603dbbce7da7ece4306bb17'},

'program': 'Bitcoin Unlimited',

'version': '0.12.1b'}

Do not add a final return character to the statement above when verifying the

https://www.bitcoinunlimited.info/download 36/39
10. 3. 2022 9:52 Bitcoin Unlimited

signature in the Bitcoin client.By: Andrew Stone (thezerg)


(1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3 - )

Signature:

G1W1Uq8QagCARx0eK895+5ZBQzwFqpQmRVOP+yPNDkCuAh8yC9BUxp59BtIP0ieHZvZBeHpv
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:

H0YIZtMm92ntSh321FRIG6Js7TYDDTmTsXoRYwh48UilQzh5uadFz9VHsLqoHshr0wpULEWqeE1

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

0.12.0 Signed Statement:

{ 'files': { 'bitcoin-0.12.0-win32-setup.exe':
'de9bdd45f9ec8c14b67da2a76cc2d319acb6a770eebb25c17179b4569246f617',

'bitcoin-0.12.0-win64-setup.exe':
'7ee11a05cde3cbf985700191caa6d3844e3e55dcc6cb031ae1cb10f5de3155ff',

'bitcoinUnlimited-0.12.0-linux32.tar.gz':
'03e377d707d9b9e68a93c4441ae9e8490761396dbe5c545faac94268f9b57563',

'bitcoinUnlimited-0.12.0-linux64.tar.gz':
'5831c3364fbb0dddf37b06303e2573850ba0116d57aee5710c96ee50f7499031',

'bitcoinUnlimited-0.12.0-osx.dmg':
'cf5af542306d5c831357d61cb6537fb06d80d146899f03b4b37edad1bac1ad18',

'bitcoinUnlimited-0.12.0-osx.tar.gz':
'bf0522a749762a592c9febc69772f7c5f03c91ec4663665cf147cc6c95b7d5f4',

'bitcoinUnlimited-0.12.0-osx64.tar.gz':
'8a826331edcc2419f605d41ad6f51e0fc4841699e9fa6bfaecc606102a5b3f7b',

'bitcoinUnlimited-0.12.0-win.tar.gz':

'31fc79dcf4fe2a1de4f2ac06f00b8b2feb00567f617c6fd805ceb96c0da31898',

'bitcoinUnlimited-0.12.0-win32.zip':
'0b03503626208ce69ed106f15b87181bb5c5b3ff2fcd971cc5dc3ab85e1cf40e',

'bitcoinUnlimited-0.12.0-win64.zip':
'113c6d8533e7b0efaebb1207764e88ccd811d313cc01503b33c45553f63374ed',

'bitcoinUnlimited-0.12.0.tar.gz':
'691f1b1f43b1571652b41c273bd2d034185f39d581b86d6b299f283b1b0bdd4f'},

'program': 'Bitcoin Unlimited',

'version': '0.12.0'}

By: Andrew Stone (thezerg) (1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

https://www.bitcoinunlimited.info/download 37/39
10. 3. 2022 9:52 Bitcoin Unlimited

Signature:

HIoKBs2zqpn5yXpTlu1IQ6raPbHBmfyZLpDX8PG1xjXadtAHJbVv6MD8CXMcJddjOmDSLXRwCbI7

The signatures below attest that the individual named compiled Bitcoin
Unlimited from Github source and produced the following files with the
corresponding sha256 hashes.
To validate these signatures, use 'File->verify signatures' on any Satoshi Client.
Paste the signer's address into the first field, the signature statement into the
second field, and the signature into the third one. Note: do not change the
whitespace of the signature statement. Finally run 'sha256sum' on your
downloaded file to make sure it matches. You can check that an address
corresponds to a user on the users' profile page on the bitco.in forum.

0.11.2 Signed Statement:

"program":"Bitcoin Unlimited",

"version":"0.11.2",

"files":{

"bitcoinUnlimited-0.11.2-
linux64.tar.gz":"c6e83e5910d6b4ad852ac6d6a9ec6c92001a5070bb51d4292577174

"bitcoinUnlimited-0.11.2-
linux32.tar.gz":"698d2a2d2652c27aeb196b1c7a961676504f539fbcc81e0d2bd969e

"bitcoinUnlimited-0.11.2-win32-
setup.exe":"8c4cda095d175c4ab6232f52ce1e02a2225f97e3bdb87495641de2190cd5

"bitcoinUnlimited-0.11.2-win64-
setup.exe":"c275ac4c0b08995f991eab20ed0f37a08f992326559880c6b0df02cf9953

"bitcoinUnlimited-0.11.2-
win32.zip":"8267e1b3ee71a408e08c661462346235a7da44198cd6b6015937c72de6b6

"bitcoinUnlimited-0.11.2-
win64.zip":"287bac5fdd3e901551b7473f0973487871949a86abea483cf8ecf1fb8326

By: Andrew Stone (thezerg) (1zerg12nRXZ41Pw4tfCTqgtdiJx6D1We3)

Signature:
G75i+ydDAY9K/9go5tgac+SwTZi8mZZhj/0apZf1Gww5LsrWnLozR7e+MC0fMQqGfftVQ0nkrjNcnpV
Andrea Suisani (sickpig) (1LwvkQTWmotqTosgBcK8kFPCKzW2BPiE1G)

Signature:
IG+bTcn/bbm2m0eXXTnJZOTWop3vQ+hi1G2q2ZBfB9BIa9+qFNr0WfuuFLi1Xng3VPP4meYnVMW
awemany (1BCnpopAZ4xFSxdX8NvVqUaSvsPffQhNRd)

Signature:
IH1gTO8LfLt3ZiGef5GO2tgI87PgT7mLf8+JHwN8n4a5YswQgg7RqmgDYNAiCa3S2EtaWOjluJYwz

https://www.bitcoinunlimited.info/download 38/39
10. 3. 2022 9:52 Bitcoin Unlimited

https://www.bitcoinunlimited.info/download 39/39

You might also like