SChernykh / p2pool

Decentralized pool for Monero mining
GNU General Public License v3.0
1.03k stars 124 forks source link

support monero v0.18.0.0 and minor fixes #190

Closed bladedoyle closed 1 year ago

bladedoyle commented 1 year ago

Update Monero Dockerfile to build dependency libraries rather than install them using the package manager. The ubuntu unbound package contained additional dependencies that monero 18 build process doesnt support. Building the depends will ensure better future compatibility.

Add README instructions for how to build updated images. Users will need to do this for the monero 18 upgrade.

Use a separate volume for p2pool main vs. p2pool-mini blockchains to allow faster and more reliable switching between the two pools.

Fix default (pre-generated) docker-compose.yml file to remove monero health check code.

Fix syntax error in statistics html

Use a more monero-orange color in statistics web page