All,
Was working great in 16 but having issues dual mining ETC and SC with Claymore in 18. Got ETC working and working WELL (yay higher hashrate for my 1060) but whenever I try to connect to siamining.com I'm getting an error:
SC: Stratum - connecting to 'us-east.siamining.com' <45.79.159.167> port 7777
SC: Stratum - Connected (us-east.siamining.com:7777)
SC: Authorization failed
: {"id":2,"error":null,"result":false}
Stratum - reading socket failed, disconnect
SC: Job timeout, disconnect, retry in 20 sec...
GPU0 t=65C fan=60%
Here's my 1bash config:
SC_WORKER="nv$IP_AS_WORKER"
SC_ADDRESS="c4fa3fa4acf1a317752204d730888c755367d8e81092a944f6727d06251f1fd1a752576afac6"
SC_POOL="us-east.siamining.com:7777"
SC_GW_POOL="us-east.siamining.com:9980"
I'm using port 7777 to reach siamining.com on a dual mining claymore config on Windows 10 with no problem. It's not clear to me what I should be setting the SC_GW_POOL value to. Any insight there?
Thanks!
this pool uses the syntax:
-dpool stratum+tcp://us-east.siamining.com:7777 -dwal YourSiacoinAddress.YourWorkerName -dcoin sc
on or near line 2764:
SCADDR="$SC_ADDRESS/$SC_WORKER"
need to be changed to
SCADDR="$SC_ADDRESS.$SC_WORKER"
for this pool.
for the next 1bash; I will make a YES/NO switch to make this easier to change in the future.
Let me know if this solves the problem.