You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lotus has different configurations sections for different usage scenarios. For storage providers, there are currently only three sections to be concerned with, and this document will be kept up to date with the necessary configuration items.
Here, it is recommended to configure #ListenAddress = "/ip4/127.0.0.1/tcp/1234/http" as an intranet address, lotus does not need an external address to run, configure the intranet to communicate properly with the main network, and your storage provider node will be fine as long as it can connect with lotus for example: ListenAddress = "/ip4/192.168.1.110/tcp/1234/http"
backup section
[Backup]
# Note that in case of metadata corruption it might be much harder to recover# your node if metadata log is disabled## type: bool# env var: LOTUS_BACKUP_DISABLEMETADATALOG# DisableMetadataLog = false
In this section, if your log file is corrupt or too large, you may consider disabling this configuration DisableMetadataLog = true
status/archivedArchive label, use when closing/locking old discussions.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Lotus has different configurations sections for different usage scenarios. For storage providers, there are currently only three sections to be concerned with, and this document will be kept up to date with the necessary configuration items.
api section
Here, it is recommended to configure
#ListenAddress = "/ip4/127.0.0.1/tcp/1234/http"
as an intranet address, lotus does not need an external address to run, configure the intranet to communicate properly with the main network, and your storage provider node will be fine as long as it can connect withlotus
for example:ListenAddress = "/ip4/192.168.1.110/tcp/1234/http"
backup section
In this section, if your log file is corrupt or too large, you may consider disabling this configuration
DisableMetadataLog = true
split store section
This feature is still being tested, please use it with caution, if you turn it on and then turn it off, you will encounter the following error
Solution 1: link
Solution 2: Export snapshot with this option turned on, then turn it off and import snapshot
Other sections, if no special needs, keep the default
Beta Was this translation helpful? Give feedback.
All reactions