mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
use cryptonote.social for wow default mining pool
This commit is contained in:
parent
81e6913c3e
commit
09f25c5165
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ THREADS=${3:-2}
|
|||
if [[ "${SYMBOL}" == "wow" ]]; then
|
||||
ALGO="rx/wow"
|
||||
CRYPTO="wownero"
|
||||
URL=ca.${CRYPTO}.herominers.com:10661
|
||||
URL=cryptonote.social:2222
|
||||
ADDRESS=${RECV_ADDR}
|
||||
elif [[ "${SYMBOL}" == "xmr" ]]; then
|
||||
ALGO="rx/0"
|
||||
|
|
Loading…
Reference in a new issue