dependabot[bot] 1ab0b3ed40 Bump docker/setup-buildx-action from 1.5.1 to 1.6.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-03 20:30:36 +00:00
2021-09-03 16:19:33 -04:00
2021-09-03 15:52:28 -04:00
2021-02-10 17:52:52 +00:00
2021-09-03 16:26:24 -04: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

docker run -d --name="p2pool" -p 3333:3333 -p 37889:37889 -v p2pool-data:/home/p2pool sethsimmons/p2pool:latest --host node.sethforprivacy.com --rpc-port 18089 --wallet MoneroAddress --stratum 0.0.0.0:3333 --p2p 0.0.0.0:37889 --addpeers 65.21.227.114: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

Description
A simple and straightforward Dockerized p2pool built from source and exposing standard ports.
Readme MIT 748 KiB
Languages
Dockerfile 100%