DigiByte Wallet for Android

v3.7.5 — June 2026

⚠ EARLY BETA

Download APK (v3.7.5)
DigiByte Wallet v3.6.3 syncing on a Samsung Galaxy Note 8
51c42b0b195c776948dec9e82288e69821ec4f5cae0b72657d58f2a081e8ef0f

🔒 Why We Built It This Way — Your Privacy

Most wallets quietly tell a server exactly which addresses are yours. Here is what each kind of wallet reveals the moment you check your balance:

Wallet typeWhat a server or third party can see
Web / custodialEverything — they hold your keys and see your full balance, history, and IP.
Multi-coin (Coinomi, Cake, …)Their servers see your full set of addresses and your IP address.
Electrum-style (SPV)The server learns your entire address fingerprint. Tor hides only your IP from that server — it still knows which coins are yours.
This wallet
compact block filters + Dandelion++ + Tor
Your address fingerprint never leaves your device. Your phone downloads compact filters and decides locally what is relevant — the node serves you blocks without ever learning which addresses you are watching.

That is the difference. With compact block filters, the node is never told what you own. Dandelion++ obscures which node your transactions came from, and Tor hides your network location. You watch the chain — without the chain watching you.

What's New in v3.7.5

What Works

Known Limitations

Node Operators: Enable Bloom Filters

This wallet uses SPV with bloom filters to sync without downloading the full blockchain. Most DigiByte v8.26 nodes have bloom filters disabled by default.

Enable bloom filters on your node to support mobile wallets:

  1. Open your digibyte.conf:
    Linux: ~/.digibyte/digibyte.conf
    Mac: ~/Library/Application Support/DigiByte/digibyte.conf
    Windows: %APPDATA%\DigiByte\digibyte.conf
  2. Add:
    peerbloomfilters=1
  3. Restart your node

Benefits:

Trade-offs:

Test Results

Unit Tests120/120 passing
Security Tests42/42 passing
Pre-Publish (API 28)6/8 PASS, 2 SKIP
Pre-Publish (API 33)6/8 PASS, 2 SKIP
Pre-Publish (API 34)6/8 PASS, 2 SKIP
Pre-Publish (API 35)6/8 PASS, 2 SKIP
Maestro E2E (device)3/3 PASS
Mainnet Send/ReceiveMultiple confirmed

Roadmap

GitHub Source Release Notes Bloom Seeder Security Audit DigiScope

Built by the DigiByte community. MIT License. Android 8.0+.

Tested on Samsung Galaxy Note 8 (Android 9) and emulators (Android 8/9/13/14/16).