How Arqma Wallet syncing actually works
When Arqma Wallet shows a progress bar at the bottom of the screen, what is it doing? Spoiler: it’s scanning the chain for your transactions in private.

The privacy problem syncing solves
In a transparent chain like Bitcoin, anyone can ask a node “what does address X own?” and get an answer. In Arqma (built on CryptoNote/RingCT cryptography), that question has no public answer — addresses and amounts are hidden. So how does Arqma Wallet figure out what you own?
Answer: it downloads recent blocks and uses your view key to test each output: “is this one mine?” Only the owner of the right view key can tell. That scan is what syncing is.
What happens step by step
- The wallet asks the daemon (local or remote) for blocks since the last height it knows about.
- For each block, it iterates through the outputs and runs a quick check using your view key.
- Matching outputs are recorded as “received” in your local cache.
- Spent outputs (ones you previously used) get marked as spent.
- Your balance is rebuilt from received minus spent.
Why the first sync is the slow one
A fresh install has to scan from your wallet’s creation height (or genesis, if unknown) to the current tip. Catch-up syncs only do the delta — usually seconds.
Two things make the first sync faster:
- Setting a refresh height: if you know the wallet was created on a specific date, you can tell Arqma Wallet to skip earlier blocks. Tools → Set refresh height.
- Using a fast node: the bottleneck is usually fetching blocks. A nearby or local node is much faster than a slow public one. See remote node setup.
What syncing is NOT
- Not sending your seed or spend key anywhere.
- Not asking a third party to compute your balance.
- Not waiting for permission — you can interrupt and resume.
If sync gets stuck
See why is my wallet not syncing for the practical fixes — node swap, firewall, time skew, and rescan.
The cost of not owning your node
Syncing only matters when the wallet you installed is the genuine build. Install once from the official page and the rest is just patience.
- $2.2Bstolen from crypto services and custodial wallets in 2024 alone (Chainalysis). Almost none of it was held in self-custodial wallets like Arqma.
- #1cause of consumer crypto losses, year after year, is a fake wallet or cloned download page — not a protocol exploit. The official build is the fix.
- 25words is all you need to restore an Arqma Wallet on any device, in under five minutes. No support ticket, no waiting on a custodian to respond.
- $5.6Breported lost to crypto investment fraud in the US in 2023 (FBI IC3). Nearly all of it sat in third-party accounts the victim didn’t actually control.
Download Arqma Wallet
Free, open source, non-custodial. Your keys, your coins, your privacy — on Windows, macOS, Linux, Android and iOS. Install in two minutes.
Always download from the official page. Verified builds, signed releases, open-source code.