From c62d3e725f2e10f40cfeaae199424b2cddc54354 Mon Sep 17 00:00:00 2001 From: Dan Willoughby Date: Fri, 10 Nov 2023 10:08:32 -0700 Subject: [PATCH] Update node concepts --- app/node/concepts/page.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/node/concepts/page.md b/app/node/concepts/page.md index 14936ba5c..a24d485a0 100644 --- a/app/node/concepts/page.md +++ b/app/node/concepts/page.md @@ -22,13 +22,13 @@ Before running your Storage Node for the first time, please note the Storage Nod ## Storage Node Dashboard Concepts -| Concept | Description | -| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| **Satellite** | Satellites act as the mediator between clients (people up- and downloading data) and Storage Node Operators (people storing data). Satellites facilitate the storage interaction and decide which storage nodes will store which pieces. | -| **Bandwidth Used This Month** | The amount of total bandwidth you've provided to the network since the beginning of the current period. | -| **Usage / Repair / Audit** | Usage bandwidth is the bandwidth a Storage Node uses so customers can download their data, for which a Storage Node Operator is paid $20/TB. Repair bandwidth is the bandwidth usage resulting from regenerating a bad Storage Node's deleted data that is part of the repair process, for which a Storage Node Operator sending the data to new nodes is paid $10/TB. Audit bandwidth is the data downloaded from the Storage Node, which the Satellite uses to measure file durability and Node reputation. | -| **Egress / Ingress** | Egress is the data the customer downloads from the network. Ingress is the data the network uploads to a Storage Node. | -| **Disk Space Used This Month** | The amount of total disk space used on a storage node in the current monthly period, for which a storage node is paid $1.50/TB. | -| **Disk Space Remaining** | The amount of disk space available to use by the network for the remaining month. | -| **Uptime Checks** | Uptime checks occur to make sure a Storage Node is still online. This is the percentage of uptime checks a Storage Node has passed. | -| **Audit Checks** | Audit checks occur to make sure the data sent to a Storage Node is still held on the node and intact. This is the audit score, represented as a percentage. With a score, less than 60% node will be disqualified. | +| Concept | Description | +| :----------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **Satellite** | Satellites act as the mediator between clients (people up- and downloading data) and Storage Node Operators (people storing data). Satellites facilitate the storage interaction and decide which storage nodes will store which pieces. | +| **Bandwidth Used This Month** | The amount of total bandwidth you've provided to the network since the beginning of the current period. | +| **Usage / Repair / Audit** | Usage bandwidth is the bandwidth a Storage Node uses so customers can download their data, for which a Storage Node Operator is paid. Repair bandwidth is the bandwidth usage resulting from regenerating a bad Storage Node's deleted data that is part of the repair process, for which a Storage Node Operator sending the data to new nodes is paid. Audit bandwidth is the data downloaded from the Storage Node, which the Satellite uses to measure file durability and Node reputation. | +| **Egress / Ingress** | Egress is the data the customer downloads from the network. Ingress is the data the network uploads to a Storage Node. | +| **Disk Space Used This Month** | The amount of total disk space used on a storage node in the current monthly period, for which a storage node is paid $1.50/TB. | +| **Disk Space Remaining** | The amount of disk space available to use by the network for the remaining month. | +| **Uptime Checks** | Uptime checks occur to make sure a Storage Node is still online. This is the percentage of uptime checks a Storage Node has passed. | +| **Audit Checks** | Audit checks occur to make sure the data sent to a Storage Node is still held on the node and intact. This is the audit score, represented as a percentage. With a score, less than 60% node will be disqualified. |