Wallet Logo

Green: Bitcoin Wallet

Latest release: 3.8.9 ( 13th October 2022 ) 🔍 Last analysed 1st November 2022 . Reproducible when tested
3.9 ★★★★★
946 ratings
100 thousand
1st January 2015

Jump to verdict 

Older reviews (show 29 of 32 reproducible)

Help spread awareness for build reproducibility

Please follow Green: Bitcoin Wallet and thank them for being reproducible  via their Twitter!

Disclaimer

The following Analysis is not a full code review! We plan to make code reviews available in the future but even then it will never be a stamp of approval but rather a list of incidents and questionable coding practice. Nasa sends probes to space that crash due to software bugs despite a huge budget and stringent scrutiny.

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 

With this test script (?) we get:

===== Begin Results =====
appId:          com.greenaddress.greenbits_android_wallet
signer:         32f9cc00b13fbeace51e2fb51df482044e42ad34a9bd912f179fedb16a42970e
apkVersionName: 3.8.9
apkVersionCode: 22000389
verdict:        reproducible
appHash:        c318f32b88543ffb89b3f1f6bab589007358c253c03711cc93c98f3b6e30f254
commit:         c8239d1de8b6982590daf5d7222f0f8bc991e185

Diff:
Only in /tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000389/META-INF: GREENADD.RSA
Only in /tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000389/META-INF: GREENADD.SF
Only in /tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000389/META-INF: MANIFEST.MF

Revision, tag (and its signature):
object c8239d1de8b6982590daf5d7222f0f8bc991e185
type commit
tag release_3.8.9
tagger Domenico Gabriele <domenico@blockstream.com> 1665492338 +0200

Release 3.8.9
===== End Results =====

which is what we want to see to give it the verdict reproducible.

(lw)

Verdict Explained

The binary provided was reproducible from the code provided.

As part of our Methodology, we ask:

Does the binary we built differ from what we downloaded?

If the answer is "no", we mark it as "Reproducible when tested".

If we can reproduce the binary we downloaded from the public source code, with all bytes accounted for, we call the product reproducible. This does not mean we audited the code but it’s the precondition to make sure the public code has relevance for the provided binary.

If the provider puts your funds at risk on purpose or by accident, security researchers can see this if they care to look. It also means that inside the company, engineers can verify that the release manager is releasing the product based on code known to all engineers on the team. A scammer would have to work under the potential eyes of security researchers. He would have to take more effort in hiding any exploit.

“Reproducible” does not mean “verified”. There is good reason to believe that security researchers as of today would not detect very blatant backdoors in the public source code before it gets exploited, much less if the attacker takes moderate efforts to hide it. This is especially true for less popular projects.