Skip to content

Commit 71056f9

Browse files
authored
Update NETWORK.md
1 parent d2ba54c commit 71056f9

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

docs/NETWORK.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,27 @@ AirDAO network RPC is Ethereum compatible and supports all Ethereum JSON-RPC met
2121
Or you can use your own node.
2222

2323

24-
### Launching your own node
2524

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)
2845

2946

3047

0 commit comments

Comments
 (0)