s
This commit is contained in:
123
collections/tfgridsimulation/specs/specs_nodes.md
Normal file
123
collections/tfgridsimulation/specs/specs_nodes.md
Normal file
@@ -0,0 +1,123 @@
|
||||
# Specs for nodes
|
||||
|
||||
## PLATINUM
|
||||
|
||||
```js
|
||||
!!tfgrid4_node.define
|
||||
name:'platinum'
|
||||
cpu_brand:'amd'
|
||||
cpu_version:'9600'
|
||||
deliverytime:'2024-8-20'
|
||||
description:'very powerfull compute machine with lots of memory and CPU cores.'
|
||||
hdd:'1x 10 TB'
|
||||
image:'platinum.png'
|
||||
inca_reward:1000
|
||||
mem:'64 GB'
|
||||
cost:1999
|
||||
ssd:'2x 1000 TB'
|
||||
url:'https://threefold.info/projectinca/projectinca/inca_node_platinum.html'
|
||||
vendor:'mazraa'
|
||||
grant_month_usd:'1:60,24:60,25:0'
|
||||
grant_month_inca:'1:0,24:0'
|
||||
grant_max_nrnodes:1000 //max nr of nodes which will get this grant
|
||||
|
||||
|
||||
// Define the CloudBox
|
||||
!!tfgrid4_node.cloudbox_define
|
||||
node:'platinum'
|
||||
amount:15
|
||||
description:''
|
||||
mem_gb:4
|
||||
passmark:6000
|
||||
price_range:'4,10'
|
||||
price_simulation:5
|
||||
storage_gb:500
|
||||
vcores:2
|
||||
|
||||
// Define the StorageBox
|
||||
!!tfgrid4_node.storagebox_define
|
||||
node:'platinum'
|
||||
amount:100
|
||||
description:''
|
||||
price_range:'0.5,3.0'
|
||||
price_simulation:0.6
|
||||
```
|
||||
|
||||
## AI
|
||||
|
||||
```js
|
||||
!!tfgrid4_node.define
|
||||
name:'ai'
|
||||
cpu_brand:'amd'
|
||||
cpu_version:'9600'
|
||||
deliverytime:'2024-8-20'
|
||||
description:'A powerfull AI node with 64 GB of mem and Nvidia 4900 GPU'
|
||||
hdd:'1x 10 TB'
|
||||
image:'silver.png'
|
||||
inca_reward:2000
|
||||
mem:'64 GB'
|
||||
cost:3999
|
||||
ssd:'2x 1000 TB'
|
||||
url:'https://threefold.info/projectinca/projectinca/inca_node_ai.html'
|
||||
vendor:'mazraa'
|
||||
grant_month_usd:'1:200,24:200,25:0'
|
||||
grant_month_inca:'1:0,24:0'
|
||||
grant_max_nrnodes:1000 //max nr of nodes which will get this grant
|
||||
|
||||
|
||||
!!tfgrid4_node.aibox_define
|
||||
node:'ai'
|
||||
amount:1
|
||||
gpu_brand:'Nvidia GeForce'
|
||||
gpu_version:'RTX4090'
|
||||
mem_gb:60
|
||||
mem_gb_gpu:24
|
||||
passmark:24000
|
||||
price_range:'200,800'
|
||||
price_simulation:400
|
||||
ssd_nr:2
|
||||
storage_gb:1800
|
||||
vcores:24
|
||||
|
||||
!!tfgrid4_node.storagebox_define
|
||||
node:'ai'
|
||||
amount:100
|
||||
description:''
|
||||
price_range:'0.5,3.0'
|
||||
price_simulation:0.6
|
||||
```
|
||||
|
||||
## SILVER
|
||||
|
||||
```js
|
||||
!!tfgrid4_node.define
|
||||
name:'silver'
|
||||
cpu_brand:'intel'
|
||||
cpu_version:'N96 12e gen'
|
||||
deliverytime:'2024-8-20'
|
||||
description:'Allround model, easy to extend with Battery & Wireless Access Point'
|
||||
hdd:'None'
|
||||
image:'silver.png'
|
||||
inca_reward:250
|
||||
mem:'16 GB'
|
||||
passmark:6000
|
||||
cost:499
|
||||
ssd:'1x 1000 TB'
|
||||
url:'https://threefold.info/projectinca/projectinca/inca_node_silver.html'
|
||||
vendor:'mazraa'
|
||||
grant_month_usd:'1:20,24:20,25:0'
|
||||
grant_month_inca:'1:0,24:0'
|
||||
grant_max_nrnodes:5000 //max nr of nodes which will get this grant
|
||||
|
||||
|
||||
!!tfgrid4_node.cloudbox_define
|
||||
node:'silver'
|
||||
amount:4
|
||||
description:''
|
||||
mem_gb:3.6
|
||||
passmark:5000
|
||||
price_range:'4,10'
|
||||
price_simulation:6
|
||||
storage_gb:300
|
||||
vcores:2
|
||||
```
|
14
collections/tfgridsimulation/specs/specs_rewards.md
Normal file
14
collections/tfgridsimulation/specs/specs_rewards.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# INCA Rewards
|
||||
|
||||
not used yet.
|
||||
|
||||
```js
|
||||
// !!tfgrid4_simulator.rewards_define
|
||||
// inca_grant_new_user_usd:'1:20,12:0'
|
||||
// inca_grant_new_user_inca:'1:20,12:0'
|
||||
// inca_grant_month_usd:'1:20,12:0'
|
||||
// inca_grant_month_inca:'1:20,12:0'
|
||||
|
||||
|
||||
|
||||
```
|
34
collections/tfgridsimulation/specs/specs_simulator.md
Normal file
34
collections/tfgridsimulation/specs/specs_simulator.md
Normal file
@@ -0,0 +1,34 @@
|
||||
## growth simulation
|
||||
|
||||
```js
|
||||
!!tfgrid4_simulator.node_growth_define
|
||||
node_name:'silver'
|
||||
new_month:'0:20,30:5000'
|
||||
churn:2 //in percent 0..100
|
||||
utilization:'0:0,20:70' //in percent 0..100
|
||||
discount:'0:0,60:30' //in percent 0..100
|
||||
|
||||
!!tfgrid4_simulator.node_growth_define
|
||||
node_name:'platinum'
|
||||
new_month:'0:20,50:200'
|
||||
churn:2 //in percent 0..100
|
||||
utilization:'0:0,20:70' //in percent 0..100
|
||||
discount:'0:0,60:30' //in percent 0..100
|
||||
|
||||
!!tfgrid4_simulator.node_growth_define
|
||||
node_name:'ai'
|
||||
new_month:'0:20,30:100'
|
||||
churn:2 //in percent 0..100
|
||||
utilization:'0:0,20:70' //in percent 0..100
|
||||
discount:'0:0,60:30' //in percent 0..100
|
||||
|
||||
|
||||
!!tfgrid4_simulator.incaprice_define
|
||||
incaprice_usd:'0:0.05,12:0.3,24:0.5,60:2'
|
||||
|
||||
|
||||
!!tfgrid4_simulator.run name:run1
|
||||
|
||||
|
||||
|
||||
```
|
Reference in New Issue
Block a user