From 91803e18dae25479337e0cb0905143128080b83c Mon Sep 17 00:00:00 2001 From: mik-tf Date: Thu, 31 Oct 2024 22:04:07 -0400 Subject: [PATCH] put guides for node, added features and models, nothing set in stone --- .../docs/marketplace/offer_resources.md | 4 ++- docs_website/docs/marketplace/overview.md | 2 +- docs_website/docs/nodes/_category_.json | 2 +- docs_website/docs/nodes/get_nodes.md | 12 ++------ .../docs/nodes/guides/_category_.json | 8 +++++ .../nodes/{ => guides}/connect_the_nodes.md | 0 .../docs/nodes/{ => guides}/create_farm.md | 0 docs_website/docs/nodes/guides/get_nodes.md | 15 ++++++++++ .../docs/nodes/{ => guides}/manage_rewards.md | 0 .../nodes/{ => guides}/threefold_connect.md | 0 docs_website/docs/nodes/models.md | 29 +++++++++++++++++++ docs_website/docs/nodes/nodes_features.md | 14 +++++++++ 12 files changed, 74 insertions(+), 12 deletions(-) create mode 100644 docs_website/docs/nodes/guides/_category_.json rename docs_website/docs/nodes/{ => guides}/connect_the_nodes.md (100%) rename docs_website/docs/nodes/{ => guides}/create_farm.md (100%) create mode 100644 docs_website/docs/nodes/guides/get_nodes.md rename docs_website/docs/nodes/{ => guides}/manage_rewards.md (100%) rename docs_website/docs/nodes/{ => guides}/threefold_connect.md (100%) create mode 100644 docs_website/docs/nodes/models.md create mode 100644 docs_website/docs/nodes/nodes_features.md diff --git a/docs_website/docs/marketplace/offer_resources.md b/docs_website/docs/marketplace/offer_resources.md index b2ccaec..b1acd4c 100644 --- a/docs_website/docs/marketplace/offer_resources.md +++ b/docs_website/docs/marketplace/offer_resources.md @@ -29,13 +29,15 @@ The following rewards are guaranteed for a 18-month period starting from activat | Components | Rewards (INCA/month) | |---|---| | GB Memory | 8.0 | -| GPU Model | TBD | +| GB GPU | 31.5 | | TB SSD | 31.5 | | TB HDD | 7.0 | | TB Network | 30.0 | The tokens received as rewards are locked up for 24 months, or until 40% used of the node is used for a whole month. There is a gradual release of tokens. The release schedule starts the moment the node is activated on the grid. The detailed reward release distribution will be communicated when it is clearly defined. +> Note: Current authorized GPU models are NVIDIA GeForce RTX 4090, AMD Radeon RX 7900 XTX, NVIDIA GeForce RTX 4080 Super and AMD Radeon RX 7900 GRE. + ## Minimum Node Specs - The minimum CPU passmark per GB of memory is 200 diff --git a/docs_website/docs/marketplace/overview.md b/docs_website/docs/marketplace/overview.md index ad1cf0f..b909dfb 100644 --- a/docs_website/docs/marketplace/overview.md +++ b/docs_website/docs/marketplace/overview.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Overview -For the ThreerFold V4, we are introducing a marketplace where farmers can offer resources and where third parties can use the grid infrastructure. +For ThreerFold V4, we are introducing a marketplace where farmers can offer resources and where third parties can use the grid infrastructure. ## Benefits diff --git a/docs_website/docs/nodes/_category_.json b/docs_website/docs/nodes/_category_.json index 72f9db1..e1284d8 100644 --- a/docs_website/docs/nodes/_category_.json +++ b/docs_website/docs/nodes/_category_.json @@ -3,6 +3,6 @@ "position": 5, "link": { "type": "generated-index", - "description": "Learn how to host ThreeFold nodes and earn rewards." + "description": "Learn about the ThreeFold nodes and how to earn rewards." } } \ No newline at end of file diff --git a/docs_website/docs/nodes/get_nodes.md b/docs_website/docs/nodes/get_nodes.md index 332d5f4..ee6c59e 100644 --- a/docs_website/docs/nodes/get_nodes.md +++ b/docs_website/docs/nodes/get_nodes.md @@ -1,15 +1,9 @@ --- title: Get Nodes -description: How to get ThreeFold 3Nodes +description: How to Get ThreeFold Nodes sidebar_position: 3 --- -There are different models of ThreeFold nodes available. By hosting ThreeFold nodes, you earn **$INCA** tokens. +There are different models of ThreeFold nodes available. By hosting ThreeFold nodes, you expand the ThreeFold Platform and contribute to the growth of a decentralized peer-to-peer Internet. -Visit the [***official ThreeFold website***](https://www.threefold.io/node/) to buy ThreeFold nodes. - -## Input Your Farm ID - -When you buy a node, you will be requested to enter your farm ID. - -For more information on this, read the [previous section](./create_farm). +Visit the [***official ThreeFold node manufacturer partner website***](https://hostservice.nl/en/) to buy ThreeFold nodes. \ No newline at end of file diff --git a/docs_website/docs/nodes/guides/_category_.json b/docs_website/docs/nodes/guides/_category_.json new file mode 100644 index 0000000..2c7730e --- /dev/null +++ b/docs_website/docs/nodes/guides/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Guides", + "position": 4, + "link": { + "type": "generated-index", + "description": "There's only 5 simple steps to set up a node and earn rewards." + } + } \ No newline at end of file diff --git a/docs_website/docs/nodes/connect_the_nodes.md b/docs_website/docs/nodes/guides/connect_the_nodes.md similarity index 100% rename from docs_website/docs/nodes/connect_the_nodes.md rename to docs_website/docs/nodes/guides/connect_the_nodes.md diff --git a/docs_website/docs/nodes/create_farm.md b/docs_website/docs/nodes/guides/create_farm.md similarity index 100% rename from docs_website/docs/nodes/create_farm.md rename to docs_website/docs/nodes/guides/create_farm.md diff --git a/docs_website/docs/nodes/guides/get_nodes.md b/docs_website/docs/nodes/guides/get_nodes.md new file mode 100644 index 0000000..e6f1248 --- /dev/null +++ b/docs_website/docs/nodes/guides/get_nodes.md @@ -0,0 +1,15 @@ +--- +title: Get Nodes +description: How to get ThreeFold 3Nodes +sidebar_position: 3 +--- + +There are different models of ThreeFold nodes available. By hosting ThreeFold nodes, you earn **$INCA** tokens. + +Visit the [***official ThreeFold node manufacturer partner website***](https://hostservice.nl/en/) to buy ThreeFold nodes. + +## Input Your Farm ID + +When you buy a node, you will be requested to enter your farm ID. + +For more information on this, read the [previous section](./create_farm). diff --git a/docs_website/docs/nodes/manage_rewards.md b/docs_website/docs/nodes/guides/manage_rewards.md similarity index 100% rename from docs_website/docs/nodes/manage_rewards.md rename to docs_website/docs/nodes/guides/manage_rewards.md diff --git a/docs_website/docs/nodes/threefold_connect.md b/docs_website/docs/nodes/guides/threefold_connect.md similarity index 100% rename from docs_website/docs/nodes/threefold_connect.md rename to docs_website/docs/nodes/guides/threefold_connect.md diff --git a/docs_website/docs/nodes/models.md b/docs_website/docs/nodes/models.md new file mode 100644 index 0000000..a0b8571 --- /dev/null +++ b/docs_website/docs/nodes/models.md @@ -0,0 +1,29 @@ +--- +title: Models +description: A Node for All Use Cases +sidebar_position: 2 +--- + +# Models + +The decentralized ThreeFold node is currently available in three different models: + +- **INCA Gold** + - ASUS RNUC12WSHI300002I Barebone Intel Core i3-1220P Kit L6 EU cord (12 vcpu) + - 32 GB RAM DDR5 + - 1 Tb SSD (Samsung 980) +- **INCA Platinum** + - ASUS RNUC12WSKI500002I Barebone Intel Core i5-1240P Kit L6 EU cord (16 vcpu) (4,4Ghz) + - 64GB CL46 (2x 32GB) DDR5 + - 2 Tb SSD (Samsung 990 PRO) +- **INCA Diamond** + - ASUS RNUC14RVHV700000I Barebone Intel Core Ultra 7 165H Tall Kit L6 No Cord + - Intel Core Ultra 7 (Serie 1) 165H / 1.4 GHz tot 5 GHz, (16-cores) 22 vcpu + - 96GB CL46 (2x 48GB) (6500 Mhz) DDR5 + - 4 TB Samsung 990 PRO (7450 Mbit/sec) + - HDD 2,0TB Seagate BarraCuda SATA3/128MB/5400rpm/7mm + + +## Self-Healing and Autonomous + +Those nodes are literally plug-and-earn. Connect them to a power source and an Internet connection and you're all set: the node will generate rewards. It literally couldn't be easier. \ No newline at end of file diff --git a/docs_website/docs/nodes/nodes_features.md b/docs_website/docs/nodes/nodes_features.md new file mode 100644 index 0000000..828005d --- /dev/null +++ b/docs_website/docs/nodes/nodes_features.md @@ -0,0 +1,14 @@ +--- +title: Features +description: Data, Storage and Cloud Node +sidebar_position: 1 +--- + +The ThreeFold Nodes are self-healing and autonomoue. They provide data, network and cloud resources to the ThreeFold Platform, and you get rewards for hosting them. Not only that, but each node provides a perfect mix of modern technology and carefully crafted design: + +- **A new bare metal operating system** + - Zero-OS supports all required Web2 and Web3 workloads and allows millions of nodes to operate in full autonomous mode providing lower cost, better energy efficiency, more reliability and security +- **A Quantum Safe Storage System** + - The Quantum Safe Storage System is capable of storing data indestructible, efficient, and ultra-scalable. Previous versions of this system are widely used to store Zetabytes of information by large organizations. +- **A Quantum Safe Network System** + - Mycelium can look for the shortest path, has a built-in naming & CDN (Content Delivery) system, can survive disaster and network cuts much more efficiently as is possible today. \ No newline at end of file