get it working monero miner
This commit is contained in:
parent
5e5514235d
commit
a30d4b9de5
@ -20,11 +20,16 @@ spec:
|
|||||||
image: ghcr.io/sethforprivacy/p2pool:latest
|
image: ghcr.io/sethforprivacy/p2pool:latest
|
||||||
command: ["p2pool"]
|
command: ["p2pool"]
|
||||||
args:
|
args:
|
||||||
- "--host monerod.crypto.svc.cluster.local"
|
- "--host"
|
||||||
- "--rpc-port 18081"
|
- "monerod.crypto.svc.cluster.local"
|
||||||
- "--zmq-port 18083"
|
- "--rpc-port"
|
||||||
- "--stratum 0.0.0.0:3333"
|
- "18081"
|
||||||
- "--wallet $(XMR_ADDR)"
|
- "--zmq-port"
|
||||||
|
- "18083"
|
||||||
|
- "--stratum"
|
||||||
|
- "0.0.0.0:3333"
|
||||||
|
- "--wallet"
|
||||||
|
- "$(XMR_ADDR)"
|
||||||
# - "--light-mode"
|
# - "--light-mode"
|
||||||
# - "--no-randomx"
|
# - "--no-randomx"
|
||||||
# - "--no-cache"
|
# - "--no-cache"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user