correct ports for mini pool

master
meftimes 2024-03-17 16:40:17 -04:00
parent 3d0072021f
commit 22cbd14228
1 changed files with 4 additions and 3 deletions

View File

@ -38,15 +38,16 @@ services:
- /dev/hugepages:/dev/hugepages:rw
ports:
- 3333:3333
- 37889:37889
- 37888:37888
command:
- --wallet wallet_address_goes_here
- --stratum 0.0.0.0:3333
- --p2p 0.0.0.0:37889
- --p2p 0.0.0.0:37888
- --rpc-port 18089
- --zmq-port 18084
- --host monerod
- --addpeers node.portemonero.com:37888 --mini
- --addpeers node.portemonero.com:37888
- --mini
- --start-mining 4
tor:
image: goldy/tor-hidden-service:latest