filecoin-ipfs-data-rebuilder
Features
filecoin-ipfs-data-rebuilder
is a data build-and-rebuild tool between the IPFS network and the Filecoin network. It provides the following functions:
- Build (IPFS To Filecoin): Use the MCS SDK upload the data to the IPFS node, and build at leat 5 cold backups to the Filecoin network.
- Rebuild (Filecoin To IPFS):
- Find the storage providers' peerIds by the Indexer node
- Get the storage providers IDs from the Filecoin Network
- Retrieve the data from the storage providers using Lotus
- Rebuild the data to the IPFS nodes
- Auto-Discover (IPFS): Rebuilder will check automatically if the IPFS node is healthy, the bad IPFS node can be discovered in time
- Auto-Rebuild: The bad IPFS nodes will be removed, and if the hot-backup is 0, Rebuilder will auto-rebuild it from Filecoin network.