You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/NETWORK.md
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,27 @@ AirDAO network RPC is Ethereum compatible and supports all Ethereum JSON-RPC met
21
21
Or you can use your own node.
22
22
23
23
24
-
### Launching your own node
25
24
26
-
You can setup your own node using our Node Onboarding Package (NOP) - https://github.com/ambrosus/airdao-nop
27
-
#### todo add more info about NOP, launching node as validator or not. maybe info about manual setup from docker image
25
+
26
+
### Launching Your Own Node
27
+
AirDAO use an [OpenEthereum fork](https://github.com/ambrosus/openethereum) as node software.
28
+
29
+
#### Launch Validator Node
30
+
A validator node will produce blocks and earn AMB rewards!
31
+
32
+
To launch a validator node, you will need:
33
+
-**At least 400,000 AMB** for node stake.
34
+
-**A server** to host the node (a typical DigitalOcean node with 2 GB RAM, 2 CPUs, 60 GB SSD disk, and 3 TB transfer should work good).
35
+
36
+
You can find the node launching page on our explorer: [Node Setup](https://airdao.io/explorer/node-setup/).
37
+
38
+
Follow the instruction at launching page, you will be asked to stake some amber and install node software using our [Node Operating Package (NOP)](https://github.com/ambrosus/airdao-nop)
39
+
40
+
#### Launch Non-Validator Node
41
+
If you need super fast RPC, you can setup your own node for this.
42
+
Follow one of this guides:
43
+
-[Launch node from docker image](https://github.com/ambrosus/openethereum/blob/main/docs/AirDAO_OpenEthereum_Setup_Guide.md)
44
+
-[Compile node from sources](https://github.com/ambrosus/openethereum/blob/main/docs/AirDAO_OpenEthereum_binary_setup_guide.md)
0 commit comments