Solo mining pool for Monero.
Pre-built container images are available on Docker Hub. Example usage:
docker run \
--rm \
-d \
-e SOLOPOOL_DAEMON=http://1.2.3.4:18081/json_rpc \
-e SOLOPOOL_WALLET=YOUR_WALLET_ADDRESS_HERE \
-e SOLOPOOL_PORT=3000 \
-p 3000:3000 \
moneromint/solo-pool
The code in this repository is released under the terms of the MIT license. See LICENSE file in project root for more info.
Content type
Image
Digest
Size
248.6 MB
Last updated
over 5 years ago
docker pull moneromint/solo-pool