IMPORTANT:
If you haven't done so already (by installing and following the instructions in the release notes of v0.4.14 or v0.4.15), it's necessary to reconstruct the disk cache of compact blocks because the compact block serialization format has changed. (Note, if you've already done so for v0.4.14 or v0.4.15, you don't need to do this again.) To do this:
- Shut down
lightwalletd
- Do either of the following:
rm -r /var/lib/lightwalletd/db
then start the newlightwalletd
(release v0.4.16), or- start the new
lightwalletd
with the option--redownload
(this is needed only once, even iflightwalletd
stops before it finishes syncing)
This will rebuild the local compact block disk cache. It will take several hours, depending on your hardware and network speed.
Note, if you store the database in a different directory than /var/lib/lightwalletd/db
, using the --data-dir
option, remove that directory instead.