Unlisted
Edited
Nov 6, 2024
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof sealingSelection = {
return Inputs.select(sealingCosts, {
label: "Sealing Cost",
format: (d) =>
`${d.source} ${d3.format("$0.3f")(d.sealingCost)} / 32GiB-sector`
});
}
Insert cell
Insert cell
sealingCosts = [
// L18 https://docs.google.com/spreadsheets/d/1bmMnKjdrlq3XguqGiUVy6G4JE-bqZw7YXOwhtI8OZig/edit#gid=0 and C14 https://docs.google.com/spreadsheets/d/1bmMnKjdrlq3XguqGiUVy6G4JE-bqZw7YXOwhtI8OZig/edit#gid=1101595482
{
source: "SN 2024 - by Magik",
year: 2024,
description:
"Traditional sealing (15 sectors in parallel, PC1 completed in 3h",
sealingCost: 0.05
},
{
source: "SN 2022",
year: 2023,
description:
"Traditional sealing (15 sectors in parallel, PC1 completed in 3h",
sealingCost: 0.114
},
// https://github.com/supranational/filecoin_pc1#design-considerations
{
source: "SN Expectation 2023",
year: 2023,
description:
"Supranational expectation considering their improvements and 128 sectors in parallel",
sealingCost: 0.039
},
// Source: https://docs.google.com/document/d/1ctL6DgXzMs_XQRJprIAgwNoBlis8x3gCdskcypHxXxw/edit
// Also explained in: https://www.notion.so/Q2-2023-Filecoin-Proof-of-Spacetime-Model-Recap-and-Review-417677cfe6834cf3b183cbf8055153f6
{
source: "CryptoNet 2020",
year: 2020,
description: "Estimate by CryptoNet at Filecoin launch",
sealingCost: 0.106
},
// Explained in: https://www.notion.so/Q2-2023-Filecoin-Proof-of-Spacetime-Model-Recap-and-Review-417677cfe6834cf3b183cbf8055153f6
{
source: "CryptoNet Conservative 2023",
year: 2023,
description:
"Conservative estimate by CryptoNet at model review time (april 2023)",
sealingCost: 0.015
},
// https://www.notion.so/pl-strflt/2023Q2-Filecoin-Proof-of-Spacetime-Model-Recap-and-Review-417677cfe6834cf3b183cbf8055153f6?pvs=4#60eef4934e6a4e95a00a648f45eac926
{
source: "CryptoNet Super Conservative 2023",
year: 2023,
description:
"Super Conservative estimate by CryptoNet at model review time (may 2023)",
sealingCost: 0.005
}
]
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more