From d7db55af3911c62d4d7cf22e05a29d5b95c153a7 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Sun, 12 Jul 2020 01:56:46 -0400 Subject: [PATCH] Add a FAQ --- documentation/en/faqs.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/en/faqs.md b/documentation/en/faqs.md index b7a52015f..e19dc333c 100644 --- a/documentation/en/faqs.md +++ b/documentation/en/faqs.md @@ -54,6 +54,11 @@ running `rm ~/.lotus ~/.lotusminer`. Then, install Lotus afresh by following the instructions found [here](https://docs.lotu.sh/en+getting-started). +### Can I configure where the node's config and data goes? + +Yes! The `LOTUS_PATH` variable sets the path for where the Lotus node's data is written. +The `LOTUS_MINER_PATH` variable does the same for miner-specific information. + ## Interacting with a Lotus Node ### How can I communicate with a Lotus Node? @@ -131,8 +136,3 @@ You can do so by changing the storage path variable for the second miner, e.g., ### How do I setup my own local devnet? Follow the instructions found [here](https://lotu.sh/en+setup-local-dev-net). - -### Are there any other implementations of Filecoin? - -Yes! Check out the [go-filecoin](https://github.com/filecoin-project/go-filecoin#filecoin-go-filecoin) -implementation, which is fully interoperable with Lotus!