Wallet Logo

BTC.com – Bitcoin Wallet

Latest release: 4.4.9 ( 13th April 2019 ) 🔍 Last analysed 7th March 2022 . Failed to build from source provided! Not functioning anymore
3.9 ★★★★★
424 ratings
8th September 2015

Jump to verdict 

Help spread awareness for build reproducibility

Please help us spread the word discussing build reproducibility with BTC.com – Bitcoin Wallet  via their Twitter!

Do your own research!

Try out searching for "lost bitcoins", "stole my money" or "scammers" together with the wallet's name, even if you think the wallet is generally trustworthy. For all the bigger wallets you will find accusations. Make sure you understand why they were made and if you are comfortable with the provider's reaction.

If you find something we should include, you can create an issue or edit this analysis yourself and create a merge request for your changes.

The Analysis 

Update 2022-02-22: This app is not available anymore.

(Analysis from Android review)

This app claims:

  • Bitcoin (BTC) & Bitcoin Cash (BCH) support
  • 100% control of your private keys

so it’s a self-custodial BTC wallet. And it’s also open source:

This wallet is a free and open source software. You can view the code on GitHub at http://github.com/blocktrail/blocktrail-wallet.

That’s great but can we reproduce the app?

On Google Play the “current version” is 4.4.7 and on GitHub we find a tag for that.

The Readme.md also contains compile instructions. Let’s do this:

$ git clone https://github.com/blocktrail/blocktrail-wallet
$ cd blocktrail-wallet/
$ git checkout v4.4.7 
$ docker run -it --volume $PWD:/mnt --workdir /mnt --rm beevelop/cordova bash
root@f74eea3c3d23:/mnt# npm install -g npm # make sure npm is latest version
root@f74eea3c3d23:/mnt# npm_config_engine_strict=false npm install -g ionic@4.3.1 cordova@8.1.2 gulp
root@f74eea3c3d23:/mnt# npm install
(node:39) ExperimentalWarning: The fs.promises API is experimental
npm ERR! code 1
npm ERR! path /mnt/node_modules/@sentry/cli
npm ERR! command failed
npm ERR! command sh -c node scripts/install.js
npm ERR! Error: Command failed: /mnt/node_modules/@sentry/cli/sentry-cli --version
npm ERR! error: Failed to load .sentryclirc file from the home folder.
npm ERR!   caused by: Permission denied (os error 13)

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-03-05T02_14_24_795Z-debug.log

so as .sentryclirc apparently is a file that has to be in the home folder with some sort of credentials, we probably can’t build the project without this further step and conclude the app is not verifiable.

Apart from there being source code it is worth mentioning that the app was not updated since July 2019 and many 1* ratings complain about financial loss!

Verdict Explained

We encountered a build error while compiling from source code!

As part of our Methodology, we ask:

Can the product be built from the source provided?

If the answer is "no", we mark it as "Failed to build from source provided!".

Published code doesn’t help much if the app fails to compile.

We try to compile the published source code using the published build instructions into a binary. If that fails, we might try to work around issues but if we consistently fail to build the app, we give it this verdict and open an issue in the issue tracker of the provider to hopefully verify their app later.

But we also ask:

Is the product still supported by the still existing provider?

If the answer is "no", we mark it as "Not functioning anymore".

Discontinued products or worse, products of providers that are not active anymore, are problematic, especially if they were not formerly reproducible and well audited to be self-custodial following open standards. If the provider hasn’t answered inquiries for a year but their server is still running or similar circumstances might get this verdict, too.