Update README.md
This commit is contained in:
parent
12916c0b11
commit
e4342e5ce5
|
|
@ -14,6 +14,13 @@ For the protocol design, mining rules, balance-sheet model and orphan correction
|
||||||
- [Startup](#startup)
|
- [Startup](#startup)
|
||||||
- [Additional Documentation](#additional-documentation)
|
- [Additional Documentation](#additional-documentation)
|
||||||
|
|
||||||
|
## System Requirements:
|
||||||
|
|
||||||
|
- Dedicated Internet
|
||||||
|
- PC / Laptop / Hosted VPS or cloud hostingg
|
||||||
|
- Minimum 16GB memory 24 - 32 GB recommended
|
||||||
|
- i5 or higher CPU (or AMD equivalent CPU)
|
||||||
|
|
||||||
## Network Requirements
|
## Network Requirements
|
||||||
|
|
||||||
A public node needs to be reachable by other peers.
|
A public node needs to be reachable by other peers.
|
||||||
|
|
@ -26,6 +33,7 @@ A public node needs to be reachable by other peers.
|
||||||
|
|
||||||
Loopback and private addresses are useful for local testing, but they should not be announced by a public node.
|
Loopback and private addresses are useful for local testing, but they should not be announced by a public node.
|
||||||
|
|
||||||
|
|
||||||
## Build Instructions
|
## Build Instructions
|
||||||
|
|
||||||
Install Rust and build from the repository root.
|
Install Rust and build from the repository root.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue