Help using rust-fil-proofs #13657
Replies: 2 comments 3 replies
|
I wouldn't start directly from Lotus for this. The current So for a project that needs generate + verify flows, I'd start there and use small/test sector sizes first before touching production sizes. The parameter/cache setup matters too: the I only checked current public source/docs, not a local proof run. Can't help with the Slack invite, but for implementation help I'd ask with the exact proof type you need: sealing/PoRep vs WinningPoSt/WindowPoSt. |
|
You could probably learn from the lotus, lotus-miner and venus codebases which all use filecoin-ffi to link in the proofs. Also the Curio codebase does as well. ChainSafe/forest is a Rust implementation of a validator node but not a miner, but it might have some learnings too. Your best bet is (a) learn from what existing codebases do and (b) use AI to help digest it. |
Uh oh!
There was an error while loading. Please reload this page.
Hello, I want to use rust-fil-proofs for my project. I want to generate and verify proofs of storage, but I do not understand how the library works. I would greatly appreciate help implementing it. Also, could I please join the Slack chat? Thanks.
All reactions