From 777bebf1cfb7cf335a2e70a0ea5fee0855b86b24 Mon Sep 17 00:00:00 2001 From: eshon <1017762+eshon@users.noreply.github.com> Date: Mon, 14 Oct 2019 19:39:35 +0200 Subject: [PATCH] adding chain sethead --genesis cmd if stuck on a fork --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69eb1ad8f..a0dee9110 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ Now go to http://127.0.0.1:2222. * Turn it off and on - Start at the top * `rm -rf ~/.lotus ~/.lotusstorage/` * Verify you have the correct versions of dependencies +* If stuck on a bad fork, try `lotus chain sethead --genesis` * If that didn't help, open a new issue, ask in the [Community Forum](https://discuss.filecoin.io) or reach out via [Community chat](https://github.com/filecoin-project/community#chat).