Skip to content

Commit 66dad2f

Browse files
committed
Merge branch 'doc_improvements_202503' into 0.2.x
2 parents 566d424 + 870e95f commit 66dad2f

File tree

2 files changed

+339
-0
lines changed

2 files changed

+339
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ With the current version of the protocol, the pool does block validation after c
3333

3434
The protocol is not specific to a pooled reward system, as the Gateway coordinates the appropriate generation transaction with the pool. However, in the spirit of maximum decentralization, the pool should implement rewarding miners directly from generated payouts, such as with OCEAN's TIDES reward system.
3535

36+
![DATUM v0 2-beta recommended setup - network diagram](doc/DATUM_recommended_setup-network_diagram.svg)
37+
3638
## Requirements
3739

3840
- 64-bit AMD or Intel system. Other systems may work, but at this time it is at your own risk.
@@ -86,6 +88,10 @@ For Debian/Ubuntu it would be:
8688

8789
sudo apt install cmake pkgconf libcurl4-openssl-dev libjansson-dev libmicrohttpd-dev libsodium-dev psmisc
8890

91+
For RedHat/Fedora it would be:
92+
93+
sudo dnf install cmake pkgconf libcurl-devel jansson-devel libmicrohttpd-devel libsodium-devel psmisc
94+
8995
Compile DATUM by running:
9096

9197
cmake . && make

0 commit comments

Comments
 (0)