Wallet Logo

HODLER Open Source Multi-Asset

Latest release: 0.4.6 ( 29th October 2019 ) 🔍 Last analysed 19th October 2021 . Failed to build from source provided! Not updated in a long time
1 thousand
2nd September 2018

Jump to verdict 

Help spread awareness for build reproducibility

Please help us spread the word discussing build reproducibility with HODLER Open Source Multi-Asset  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 

So their website … is for sale:

Buy Hodler.tech For USD 3,799

but according to Play Store, it features BTC and is open source:

We’d like to introduce the only fully Open Source, free multi-asset and multi-platform cryptocurrency wallet in the world.

In the description they link to this steemit article on why HODLER is open source and cite security thanks to auditability but do not mention reproducibility even though they mention that a malicious site could provide bad binaries. Their proposal: Compile it yourself.

In the description they claim:

Transactions are always generated and signed on your device. No sensitive data is ever send to an external server.

In the issues section this issue stands out:

Actually a one word mnemonic seed is accepted, and it most definitely should not.
However, like your project!

Yes, a single word is definitely not a BIP39 backup. That sounds scary! They might be inventing their own crypto here which means that restoring your account on a different product might not be straight forward in case their servers go down.

Else it checks all the boxes: BTC, self custodial, public source but what about reproducibility? Let’s see:

The Build Instructions are … not straight forward.

Biggest hurdles are the need to use commercial or trial licensed compilers and graphical tools which is hard to automate and run in a docker container.

Poking around in the repository I also found for example the folder homeAndroid which contains huge “fmx” files for not only Android. Those files are 1MB each while kind of human readable (there is binary embedded. PNGs for example), they are not what the developer is working on. Then commit messages like autocommit on build sound not like any coding I’ve done so far but more like a Powerpoint document that auto-saves from time to time. This commit for example changes 30 files with 8,301 added and 2,188 deleted lines, including the addition of binary files of undocumented origin.

All in all I’d like to understand more what’s going on but as the project has only 1000 downloads, a rather unconventional code base and basically two years of silence on all levels, I won’t dig deeper for now and file it as not verifiable.

(lw)

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:

Was the product updated during the last two years?

If the answer is "no", we mark it as "Not updated in a long time".

Bitcoin wallets are complex products and Bitcoin is a new, advancing technolgy. Projects that don’t get updated in a long time are probably not well maintained. It is questionable if the provider even has staff at hands that is familiar with the product, should issues arise.

This verdict may not get applied if the provider is active and expresses good reasons for not updating the product.