Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit fede05a

Browse files
ziggie1984adrienlacombe
authored andcommitted
update README
1 parent 28b2dcc commit fede05a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,17 @@ page (Linux, Windows, MacOS). Extract the tarball, and launch it as:
157157
```sh
158158
./lss
159159
```
160+
There are some cmd handle which can be useful when setting up the setup the first time you can list them with
161+
162+
`./lss -h` or `./lss --help`
163+
164+
When setting up a new wallet, the wallet is synced form the birthday date or your custom date set in `lss.json`
165+
When the initial sync sucessfully completes, satstack saves a file called `lss_rescan.json` at the exact location
166+
where the lss.json is stored. This file includes the latest blockheight your wallet was synced to, this allows
167+
satstack on every restart to not rescan the whole wallet again but only rescan the difference between the current
168+
blockheight. You can also change the latest blockheight manually in the file which helps you to set the rescan delta
169+
manually. This file is only created when an initial wallet sync was successful. Removing the file will lead satstack
170+
to rescan the complete wallet again when starting up.
160171

161172
If you want to build `lss` yourself, just do the following:
162173

0 commit comments

Comments
 (0)