Skip to content

wallet sync Command Guide

Enrico Rubboli edited this page Apr 10, 2026 · 1 revision

wallet-sync

Force the wallet to scan the remaining blocks from the node until the tip is reached.

Usage

wallet-sync

Notes

Unlike wallet-rescan, which starts from the beginning of the blockchain, wallet-sync only processes blocks that have not yet been scanned. Use this to catch up after the wallet has been offline or out of sync.

Related

  • wallet-rescan: Full rescan from the beginning of the blockchain.

Clone this wiki locally