Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
fullzero
on 26/07/2017, 22:20:53 UTC
I use nvoc for dual mining. My selection is DUAL_ETC_PASC, but ...

for ETC I can use only etc.nanopool.org or etc.ethermine.org mining pool servers, in all other ETC mining pool servers I receive the message:

ETH: Authorization failed
: {"id":2,"jsonrpc":"2.0","result":null,"error":{"code":-1,"message":"Invalidlogin"}}
Stratum - reading socket failed, disconnect
ETH: Job timeout, disconnect, retry in 20 sec...


Please help me to find a solution.

Tell me what pools you are using.

I am trying to use:
ETC_POOL="etc2.91pool.com:8009"
ETC_POOL="stratum-eu3.coin-miners.info:8008"
ETC_POOL="stratum-de.coin-miners.info:8008"
ETC_POOL="etc.pool.zet-tech.eu:8008"

for the first pool try

Code:
ETC_POOL="etc1.91pool.com:8008"

second and third:

"stratum-eu3.coin-miners.info:8008" is a BTC mining pool;

the etc pool server is:

etc-de.ethteam.com:8008

so try:
Code:
ETC_POOL="etc-de.ethteam.com:8008"

with ETC_WORKER:

Code:
ETC_WORKER=""


fourth:

go to line 2692: (hit ctrl + f then type DUAL_ETC_PASC and press the down arrow until you are at the correct code block)

Code:
screen -dmS miner $HCD -epool $ETC_POOL -ewal $ETCADDR -epsw x -dpool $PASC_POOL -dwal $ADDR -dpsw x -dcoin pasc -dbg -1 $ETC_EXTENTION_ARGUMENTS

this pool uses crazy syntax so you have to change this line to:


Code:
screen -dmS miner $HCD -epool $ETC_POOL -ewal $ETC_ADDRESS -eworker $ETC_WORKER -epsw x -esm 0 -dpool $PASC_POOL -dwal $ADDR -dpsw x -dcoin pasc -dbg -1 $ETC_EXTENTION_ARGUMENTS