mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-06 15:52:37 -05:00
Bump to p2pool
This commit is contained in:
48
README.md
48
README.md
@@ -1,57 +1,31 @@
|
||||
# simple-monerod-docker
|
||||
A simple and straightforward Dockerized monerod built from source and exposing standard ports.
|
||||
# p2pool-docker
|
||||
A simple and straightforward Dockerized [p2pool](https://github.com/SChernykh/p2pool) built from source and exposing standard ports.
|
||||
|
||||
## Actions
|
||||
|
||||
[](https://github.com/sethsimmons/simple-monerod-docker/actions/workflows/update-base-image.yml)
|
||||
[](https://github.com/sethsimmons/simple-monerod-docker/actions/workflows/update-image-on-push.yml)
|
||||
[](https://github.com/sethsimmons/simple-monerod-docker/actions/workflows/trivy-analysis.yml)
|
||||
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/update-base-image.yml)
|
||||
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/update-image-on-push.yml)
|
||||
[](https://github.com/sethsimmons/p2pool-docker/actions/workflows/trivy-analysis.yml)
|
||||
|
||||
## Docker
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
# Docker Hub
|
||||
This repo is used to build the images available at:
|
||||
|
||||
https://hub.docker.com/r/sethsimmons/simple-monerod
|
||||
https://hub.docker.com/r/sethsimmons/p2pool
|
||||
|
||||
# Tags
|
||||
I will always release the latest Monero version under the `latest` tag as well as the version number tag (i.e. `v0.17.1.9`).
|
||||
I will always release the latest Monero version under the `latest` tag.
|
||||
|
||||
`latest`: The latest tagged version of Monero from https://github.com/monero-project/monero/tags
|
||||
`vx.xx.x.x`: The version corresponding with the tagged version from https://github.com/monero-project/monero/tags
|
||||
|
||||
# Recommended usage
|
||||
|
||||
I am using this container for my guide on running a Monero node:
|
||||
|
||||
https://sethforprivacy.com/guides/run-a-monero-node/
|
||||
|
||||
The ways I would generally recommend running this container for a personal or public Monero node are below.
|
||||
|
||||
monerod Docker w/o public RPC:
|
||||
|
||||
```
|
||||
sudo docker run -d --restart unless-stopped --name="monerod" -v bitmonero:/home/monero sethsimmons/simple-monerod:latest --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-port=18089 --no-igd --no-zmq --enable-dns-blocklist
|
||||
```
|
||||
|
||||
monerod Docker w/ public RPC:
|
||||
```
|
||||
sudo docker run -d --restart unless-stopped --name="monerod" -v bitmonero:/home/monero sethsimmons/simple-monerod:latest --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-port=18089 --public-node --no-igd --no-zmq --enable-dns-blocklist
|
||||
```
|
||||
|
||||
monerod Docker w/o public RPC (pruned):
|
||||
```
|
||||
sudo docker run -d --restart unless-stopped --name="monerod" -v bitmonero:/home/monero sethsimmons/simple-monerod:latest --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-port=18089 --no-igd --no-zmq --enable-dns-blocklist --prune-blockchain
|
||||
```
|
||||
|
||||
monerod Docker w/ public RPC (pruned):
|
||||
```
|
||||
sudo docker run -d --restart unless-stopped --name="monerod" -v bitmonero:/home/monero sethsimmons/simple-monerod:latest --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-port=18089 --public-node --no-igd --no-zmq --enable-dns-blocklist --prune-blockchain
|
||||
```
|
||||
TBD
|
||||
|
||||
# Copyrights
|
||||
|
||||
|
||||
Reference in New Issue
Block a user