Document bug found by garethdavies

This commit is contained in:
Taylor Hornby 2019-04-25 09:36:11 -06:00
parent 8a212a3e36
commit 32915e8cde
1 changed files with 6 additions and 1 deletions

View File

@ -175,6 +175,10 @@ cd /mount/zcash
If you check the contents of `/mount/lighwalletd/ingestor-log.txt`, you should
see that it is receiving blocks as the `zcashd` node syncs.
If you get an error message like `block -1: UNIQUE constraint failed` in the log
file, stop the ingestor, delete database.db, and then re-start it (the error
occurs when the ingestor is started before zcashd).
To serve these blocks to light clients, start the server:
```
@ -264,10 +268,11 @@ vncviewer localhost:5901
You should now be able to control the emulated device and launch the app. To
connect to your `lightwalletd`, go in the app's settings and choose Localhost2,
apply, then restart the app.
click the checkmark, then re-open the app.
## TODOs
- Fix the VNC resolution
- How to do a reindex to fix the database?
- Put `.zcash-mainnet` and `.zcash-testnet` fully loaded into the image.
- Make the builds use the output of dependencies' builds