DigiByte Wallet v4.0.78
September 3, 2026
The home screen gains a privacy toggle that hides every balance behind dots, for showing the app to someone without showing them what you hold. It is read out correctly by screen readers in every language.
Three fixes to sync and recovery. The wallet no longer reports itself as synced until its record of which blocks it has scanned is safely on disk, so a crash right after sync can no longer leave it believing it finished when it did not. Starting the background sync service on newer Android versions could throw when the system refused a foreground start; that is now caught and retried rather than crashing. And the recovery tool now moves DigiAssets whose exact unit count it cannot read instead of leaving them stranded on the old seed.
A native fix: the peer manager could be freed while one of its peer threads was still running, a rare crash on disconnect. It now waits for the thread.