The wallet-sync
command in Mintlayer is designed to force the wallet to scan the remaining blocks from the node until it reaches the current end of the blockchain (the tip). This command is particularly useful for ensuring that the wallet is fully up-to-date with the latest blockchain data.
Note: Depending on the number of blocks to be scanned and network conditions, this process might take some time.
wallet-sync
-h, --help
: Displays help information about the wallet-sync
command.wallet-sync
command can be used. This might be necessary in cases where the wallet has not been connected to the network for some time or when there are discrepancies in transaction history or balances.Executing a Wallet Sync:
To initiate the syncing process, simply run:
wallet-sync
Upon successful completion of the command, you should see a confirmation message:
Success
This indicates that your wallet has scanned the remaining blocks and is now in sync with the current state of the blockchain.