Notice: Oinkoin is not associated with any token or cryptocurrency project. Learn how to avoid scams

Safety & Scam Prevention

Oinkoin is an open-source, privacy-focused expense tracker. It is not affiliated with any token, cryptocurrency, or token sale. Scammers sometimes impersonate projects to request funds, tokens, or personal information. Stay safe with the guidance below.

Quick Tips

Report Scams

If you encounter a scam impersonating Oinkoin, please report it on GitHub or contact the platform where it appeared (e.g., social networks, app stores). Include screenshots and links when possible.

Verify the APK

The APKs published on the GitHub releases page are signed with the Oinkoin signing certificate. You can verify that an APK is genuine by checking its signing certificate SHA-256 fingerprint, which must match the official one below:

05:58:A5:0C:35:90:B6:41:85:D0:A0:0E:BA:BF:ED:E6:4B:9A:30:13:C5:B4:2D:3F:1D:AB:A6:A7:AF:94:E9:F1

How to check the fingerprint

On a computer with the Android SDK build-tools installed, run:

apksigner verify --print-certs Oinkoin-<version>.apk

The value of Signer #1 certificate SHA-256 digest in the output must match the fingerprint above. You can also compare hashes with AppVerifier or certhashviewer.

Google Play and F-Droid

APKs installed from the Google Play Store are signed with the same Oinkoin signing certificate, so the fingerprint above applies to them as well. The only exception are APKs built and distributed by F-Droid: they are re-signed by the F-Droid project with its own keys and will therefore not match this fingerprint — that is expected and does not mean the F-Droid build is fake.