documentation: adds chain sync progress command to troubleshooting

This commit is contained in:
wwwjim 2019-12-22 21:43:37 -08:00
parent 0458062bce
commit 5e04e5b85d

View File

@ -55,3 +55,11 @@ lotus-bench --sector-size=1024
```
This process uses a fair amount of GPU, and generally takes ~4 minutes to complete. If you do not see any activity in nvtop from lotus during the entire process, it is likely something is misconfigured with your GPU.
## Checking Sync Progress
You can use this command to check how far behind you are on syncing:
```sh
date -d @$(./lotus chain getblock $(./lotus chain head) | jq .Timestamp)
```