monero/utils
j-berman e44e8b1640 wallet: background sync with just the view key
- When background syncing, the wallet wipes the spend key
from memory and processes all new transactions. The wallet saves
all receives, spends, and "plausible" spends of receives the
wallet does not know key images for.
- When background sync disabled, the wallet processes all
background synced txs and then clears the background sync cache.
- Adding "plausible" spends to the background sync cache ensures
that the wallet does not need to query the daemon to see if any
received outputs were spent while background sync was enabled.
This would harm privacy especially for users of 3rd party daemons.
- To enable the feature in the CLI wallet, the user can set
background-sync to reuse-wallet-password or
custom-background-password and the wallet automatically syncs in
the background when the wallet locks, then processes all
background synced txs when the wallet is unlocked.
- The custom-background-password option enables the user to
open a distinct background wallet that only has a view key saved
and can be opened/closed/synced separately from the main wallet.
When the main wallet opens, it processes the background wallet's
cache.
- To enable the feature in the RPC wallet, there is a new
`/setup_background_sync` endpoint.
- HW, multsig and view-only wallets cannot background sync.
2024-05-24 20:42:59 -07:00
..
conf Clarification of boolean options in config file 2018-07-18 20:07:05 +02:00
fish wallet2: check wallet compatibility with daemon's hard fork version 2022-09-12 21:23:08 -06:00
gpg_keys Add mj-xmr GPG key 2021-04-17 06:48:39 +02:00
health Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
logs network: log traffic and add a simple traffic analysis script 2020-01-26 00:33:41 +00:00
munin_plugins Update copyright year to 2020 2020-05-06 22:36:54 -04:00
python-rpc wallet: background sync with just the view key 2024-05-24 20:42:59 -07:00
systemd systemd: remove outdated torsocks example 2022-02-08 19:49:00 +01:00
translations translations: fix "monero_" prefix when taking languages from file 2019-11-15 13:21:46 +00:00
.gitignore year updated in license 2015-01-02 18:52:46 +02:00
doxygen-publish.sh cleaning up, removing redundant files, renaming, fixing incorrect licenses 2015-05-31 13:40:18 +02:00