Skip to content

A list of trusted miners by region

License

Notifications You must be signed in to change notification settings

stuberman/trusted-miner

 
 

Repository files navigation

Trusted Miner

Send Deal

https://docs.filecoin.io/store/lotus/very-large-files/#maximizing-storage-per-sector

Generate a unique piece CID

Use the Lotus client to generate a CAR file of the input without importing:

lotus client generate-car <inputPath> <outputPath>

Use the Lotus client to generate the piece CID:

lotus client commP <inputCarFilePath>

Use the Lotus client to generate the data CID:

lotus client import <inputCarFilePath>

Propose an offline deal

lotus client deal --start-epoch <current_epoch+11640> --manual-piece-cid=CID --manual-piece-size=datasize <Data CID> <miner> <price> <duration>

The default start epoch is the 49 hours after you publish the deal, so it is current_epoch +5880

We recommand you using 4 days for us prepare import for you, so it should be current_epoch+(24*4+1)602 = current_epoch+11640

Please send us the deal CSV with the following format https://github.com/nebulaai/trusted-miner/blob/main/import_deal_template.csv to us via [email protected]

Note: md5 is optional, but it will good for you when retriving deals

For miners accept deals

A list of trusted miners by region

NBFS Canada get 5Tb Datacap from Filecoin plus project. As orgnizatin located in North America, NBFS would like to allocate the data to miners in NA and EU.

Please add a pull request to trusted_miner.csv so we can add you to our next sending list.

Thanks.

About

A list of trusted miners by region

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published