ABCDEFGHIJKLMNOPQRSTUVWXYZAAAB
1
Welcome Flux Node OPs!
2
3
This document shall give you some hints about finding the right hardware
for a home hosted Flux Node. Thank you for being part of the Flux network
and empowering the Web 3.0 the right way!
4
5
6
The new node tiers require the following minimum CPU specs:
7
8
CumulusNimbusStratus
9
Cores248
10
Threads4816
11
EPS/Thread608095
12
EPS total2406401520
13
14
How are the EPS (events per second) measured?
15
16
EPS is measured doing a sysbench for one thread.
The resulting EPS is then multiplied by the threads-requirement per node tier.
17
So a Cumulus needs to have 4 threads with 60 EPS/thread minimum. (240 in total)
18
19
The command to do the test (on Linux) is:
20
sysbench --test=cpu --threads=1 --cpu-max-prime=60000 --time=20 run
21
22
The result is EPS/thread. Check that against the min. requirements.
23
24
To get your CPU name / model the command on Linux is:
25
cat /proc/cpuinfo |grep -i "model name"
26
27
All results are from our community. They are listed here without guarantees.
28
If you do not find your desired CPU in our list, you may find it here but those benchs results might not be accurate with what fluxbench executes:
29
https://www.vpsbenchmarks.com/labs/cpus_by_singlethreaded_sysbench_perf
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100