docker-scripts/linux/ecosystem/monero/p2pool
STAM 511a8a115a
infrastructure improvements + drop ASTRA SE\CE 1.7 support
update requirements.txt


github actions runs-on: ubuntu-24.04



make pip fix

- failsafe
- systemwide

zabbix 7 + zabbix fixes

cleanup

ci

wip: fixes, nginx update, support update

wip: bookworm 12 base updates

wip: requirements.txt cleanup

zabbix USER fix

WIP: debian 12 develop improvements
2024-08-17 16:55:42 +03:00
..
examples WIP - backports 2024-06-21 16:22:11 +03:00
docker-compose.yml WIP - backports 2024-06-21 16:22:11 +03:00
Dockerfile backports and fixes 2024-07-28 01:48:50 +03:00
LICENSE monero 2022-09-05 19:25:26 +03:00
Makefile infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
README.md monero 2022-09-05 19:25:26 +03:00

p2pool-docker

A simple and straightforward Dockerized p2pool built from source and exposing standard ports.

Actions

Daily Update Rebuild
Weekly Update Rebuild
Latest Dockerfile build
Container security scan with Trivy

Docker

Docker Pulls
Docker Image Size (latest by date)
Docker Image Version (latest by date)

Docker Hub

This repo is used to build the images available at:

https://hub.docker.com/r/sethsimmons/p2pool

Tags

latest: The daily rebuild from source at https://github.com/SChernykh/p2pool

Recommended usage

NOTE: Remember to replace the host address with your own node (if desired) as well as the Monero address for the --wallet flag, or else you'll be making a kind hashrate donation to me.

docker run -d --name="p2pool" -p 3333:3333 -p 37889:37889 -v p2pool-data:/home/p2pool -v /dev/hugepages:/dev/hugepages:rw sethsimmons/p2pool:latest --host 5.9.120.18 --rpc-port 18089 --wallet 468ydghFfthE3UTc53eF5MP9UyrMcUiAHP5kizVYJsej5XGaXBoAAEzUHCcUF7t3E3RrYAX8Rs1ujhBdcvMpZSbH8qkb55R --stratum 0.0.0.0:3333 --p2p 0.0.0.0:37889 --addpeers 65.21.227.114:37889,node.sethforprivacy.com:37889

Copyrights

Code from this repository is released under MIT license. Monero License, @leonardochaia License

Credits

The base for the Dockerfile was pulled from:

https://github.com/leonardochaia/docker-monerod