Monero latest release supports p2pool

This commit is contained in:
Blade Doyle
2021-12-24 11:38:53 -08:00
parent da2d9f7e2e
commit 862e7d965b
4 changed files with 20 additions and 10 deletions

View File

@@ -18,8 +18,8 @@ P2POOL_VOLUME=p2pool
##
# Monero Node Settings
#
# Version of Monero to build
MONERO_GIT_TAG=release-v0.17
# Version of Monero to build. Must be v0.17.3.0 or later for p2pool support. "latest" pulls the most recent release tag
MONERO_GIT_TAG=latest
#
# Limit the size of the blockchain on disk (comment to disable)
PRUNE_NODE="--prune-blockchain"