filecoin-project / filecoin-project/lotus-docs
EnableSplitstore must be explicitly set to run a lite-node
Open
- Dominant language
- HTML
- Stars
- 34
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
This [lite-node tutorial](https://lotus.filecoin.io/tutorials/lotus/store-and-retrieve/set-up/?#run-a-lotus-lite-node) does not mention that an additional config is needed to set `EnableSplitStore` to false or lotus will refuse to start a lite-node.
Example of an additional `--config` flag and a provided config file:
```
FULLNODE_API_INFO=/dns/api.chain.love/wss lotus daemon --lite --config ./config.env
```
Running on Mac OS 13.5.1 with lotus installed via Homebrew.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.