-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #231 from ethstorage/typo
Refine the guide
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# EthStorage Public Testnet 1 Onboarding Guide | ||
|
||
Welcome aboard the EthStorage Public Testnet 1. The Ethereum Dencun upgrade was completed for the Sepolia testnet on Jan. 30 and will soon be launched on the mainnet. Following the Dencun upgrade, the EthStorage team deployed its public testnet on Sepolia. Here's a brief introduction: | ||
Welcome aboard EthStorage Public Testnet 1. The Ethereum Dencun upgrade for the Sepolia testnet was successfully completed on January 30. Following this significant upgrade, the EthStorage team deployed its public testnet on Sepolia. Here's a brief introduction to what you can expect: | ||
|
||
- EthStorage supports multiple storage shards, with the first public testnet comprising a single shard of 512GB. Until now, the team has uploaded over 2 million BLOBs to the testnet. Anyone wishing to build with EthStorage is invited to upload their data as well. | ||
- The target interval between two storage proofs is 3 hours, and the permanent storage cost per BLOB is 1,500,000 Gwei. Thus, if a storage provider can submit a storage proof successfully 3 hours after the last submission, he/she can earn approximately 0.1 ETH as a reward. For more details, check out the [calculator](https://docs.google.com/spreadsheets/d/11DHhSang1UZxIFAKYw6_Qxxb-V40Wh1lsYjY2dbIP5k/edit?usp=sharing). | ||
- View the network status and miner rankings on our [dashboard](https://grafana.ethstorage.io). | ||
- EthStorage offers a modular and decentralized Layer 2 storage solution on the Ethereum blockchain, featuring programmable key-value storage powered by Data Availability (DA). It supports permanent storage for EIP-4844 BLOBs, enhancing Rollups and enabling a broad spectrum of fully on-chain applications, including games, social networks, and AI, among others. | ||
- Operating an EthStorage node requires at least 550GB of NVMe disk space, which corresponds to the shard size for proof of storage. To date, our team has successfully uploaded more than 2 million BLOBs into this shard. We warmly invite anyone interested in leveraging EthStorage for their projects to upload their data as well. | ||
- Storage Providers earn ETH rewards by running an EthStorage node and submitting storage proofs to the EthStorage contract. The target interval for submitting storage proofs is set at 3 hours. If a Storage Provider successfully submits a storage proof 3 hours after the last submission, they can earn approximately 0.1 ETH as a reward. | ||
- Storage Providers can check how many storage proofs they've submitted, their ETH profit, and their ranking in the [dashboard](https://grafana.ethstorage.io). | ||
- Find the [tutorial](https://docs.ethstorage.io/storage-provider-guide/tutorials) for quickly launching an es-node. | ||
- Learn what to expect after launching an es-node [here](https://docs.ethstorage.io/storage-provider-guide/tutorials#two-phases-after-es-node-launch), and for additional information, consult the [FAQ](https://docs.ethstorage.io/storage-provider-guide/storage-provider-faq). | ||
- Learn how to check the status after launching an es-node [here](https://docs.ethstorage.io/storage-provider-guide/tutorials#two-phases-after-es-node-launch), and for additional information, consult the [FAQ](https://docs.ethstorage.io/storage-provider-guide/storage-provider-faq). | ||
- Please join our [Discord](https://discord.com/invite/xhCwaMp7ps) for any questions, and stay informed about news of EthStorage by following our [Twitter](https://twitter.com/EthStorage) account. | ||
|
||
For those interested in exploring the Dencun upgrade, we've developed a tool named [eth-blob-uploader](https://www.npmjs.com/package/eth-blob-uploader). This tool allows you to upload any local file using EIP-4844 BLOBs, and you can inspect these data on-chain with [blobscan](https://blobscan.com). |