Skip to content
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

Filecoin update #15

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions evaluations/filecoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Dagger. It is not meant to be a criticism of Filecoin.
- Filecoin requires its own very specific blockchain, which influences a lot
of its design. There is tight coupling between the blockchain, storage
accounting, proofs and markets.
- Proof of spacetime is much more complex than simple challenges, and only
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a better wording would be that "proofs of space time are (by design) computationally intensive and non-parallelizable (afaik)"

required to make the blockchain work (§3.3, §6.2)
- A miners influence is proportional to the amount of storage they're
providing (§1.2), which is an incentive to become big. This could lead to
the same centralization issues that plague Bitcoin.
Expand All @@ -46,3 +44,6 @@ Dagger. It is not meant to be a criticism of Filecoin.
attacks.
- The addition of smart contracts (§7.1) feels like an unnecessary
complication.
- The data are stored in a non-readable (sealed) format (§3.4.2).
If the hosts doesn't store data in a duplicated, plain format,
the unsealing required to read them take a long time (1-5 hours).