@model RescanWalletModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Rescan wallet"; ViewData.SetActivePageAndTitle(WalletsNavPages.Rescan); } @if (!Model.Ok) {
This feature is disabled
@if (Model.IsFullySync) {The full node is synched
} else {The full node is not synched
} @if (Model.IsServerAdmin) {You are server administrator
} else {You are not server administrator
} @if (Model.IsSupportedByCurrency) {This full node support rescan of the UTXO set
} else {This full node do not support rescan of the UTXO set
}Scanning the UTXO set allow you to restore the balance of your wallet, but not all the transaction history.
This operation will scan the HD Path 0/*, 1/* and * from a starting index, until no UTXO are found in a whole gap limit.
The batch size make sure the scan do not consume too much RAM at once by rescanning several time with smaller subset of addresses.
If you do not understand above, just keep the default values and click on Start Scan
Scanning in progress, refresh the page to see the progress... (Estimated time: @Model.RemainingTime)