Overview

Curio is the new implementation of the Filecoin storage protocol. It aims to simplify the setup and operation of storage providers.

Curio vs Lotus Miner

FeatureCurioLotus-Miner
SchedulingCollaborative (Prioritized Greedy)Single point of failure
High AvailabilityAvailableSingle control process
Redundant PostAvailableNot Available
Task Retry ControlTask retry with a cutoff limit (per task)Unlimited retry leading to resource exhaustion
Multiple Miner IDsCurio cluster can support multiple Miner IDsSingle Miner ID per Lotus-Miner
Shared Task nodesCurio nodes can handle tasks for multiple Miner IDsAttached workers handle tasks for a single Miner ID
Distributed Configuration ManagementConfiguration stored in the highly-available Yugabyte DatabaseAll configuration in a single file

Future of Curio

Curio aims to replace the current lotus-miner and lotus-worker processes, streamlining the setup and operation of storage providers.

Edit this page on GitHub