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

updated broken link about sector sizes #791

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion src/tutorials/0007-verifying-storage-on-filecoin/02.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Since payload CIDs and piece CIDs are cryptographic hashes of the data itself, t

## Negotiating a storage deal and transferring data

When a client negotiates a storage deal with a miner, they're hiring them to store a _piece_ of data, which might be a whole or partial file. Miners store these pieces from one or more clients in _sectors_, the fundamental storage unit used by Filecoin. Sectors come in a variety of sizes, and a client can store data up to the largest sector size per deal. (Learn more about [sector sizes and storing large files](https://docs.filecoin.io/how-to/store/prepare-data/#for-files-bigger-than-a-sector).)
When a client negotiates a storage deal with a miner, they're hiring them to store a _piece_ of data, which might be a whole or partial file. Miners store these pieces from one or more clients in _sectors_, the fundamental storage unit used by Filecoin. Sectors come in a variety of sizes, and a client can store data up to the largest sector size per deal. (Learn more about [sector sizes and storing large files]https://spec.filecoin.io/systems/filecoin_mining/sector/).)

A piece CID is wrapped with other deal parameters to create a Deal Proposal. The _deal CID_ contains information about the data itself, in the form of the piece CID, the identities of the miner and client, and other important transaction details.

Expand Down