Storage Configuration
This guide describes how to attach and configure sealing and permanent storage for Curio nodes
Adding sealing storage location
curio cli storage attach --init --seal <PATH_FOR_SEALING_STORAGE>
OR
curio cli --machine <Machine IP:Port> storage attach --init --seal <PATH_FOR_SEALING_STORAGE>Adding long-term storage location
curio cli storage attach --init --store <PATH_FOR_LONG_TERM_STORAGE>
OR
curio cli --machine <Machine IP:Port> storage attach --init --store <PATH_FOR_LONG_TERM_STORAGE>Attach existing storage to Curio
Filter sector types
Separate sealed and unsealed
Segregating long-term storage per miner
Last updated