Merge branch 'doc_improvements_202503' into 0.2.x

This commit is contained in:
Luke Dashjr 2025-03-15 23:32:45 +00:00
commit 66dad2f476
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A
2 changed files with 339 additions and 0 deletions

View File

@ -33,6 +33,8 @@ With the current version of the protocol, the pool does block validation after c
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.
![DATUM v0 2-beta recommended setup - network diagram](doc/DATUM_recommended_setup-network_diagram.svg)
## Requirements
- 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:
sudo apt install cmake pkgconf libcurl4-openssl-dev libjansson-dev libmicrohttpd-dev libsodium-dev psmisc
For RedHat/Fedora it would be:
sudo dnf install cmake pkgconf libcurl-devel jansson-devel libmicrohttpd-devel libsodium-devel psmisc
Compile DATUM by running:
cmake . && make

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 145 KiB