-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using zkp for model security #72
Comments
In filecoin, the zkp is used to accelerate the proof of storage and reduce the size of proof stored on the blockchain. If we want to prove the storage of AI data, it seems that the whole proof system is needed? |
I think generate PROOF for some special files(they should be chose every round with some algorithm) should be used as a part of mining procedure like PoW for some rewards, just as solution of cortex |
I think filecoin seems like some hybrid mining blockchain (gpu and disk), for example DCR, cortex is also this style, for you can get reward not only by PoW, but by Model used owner (GPU and AI). |
The most important thing is how proof generate and verify. If this can't be make the file safer without possible of attacking, it will be really nice and interesting. |
This is something we have done before https://github.com/CortexFoundation/ZkCortex/tree/master/src/pow |
For example, like the thing filecoin doing if it is possible.
Lighter, only to make torrentfs better
The text was updated successfully, but these errors were encountered: