I can't for the life of me get Siacoin to dual mine. Anything obvious I'm doing wrong? Ethereum runs fine, but SC never gets authorized, and my SC hash rate just sits at 0.000 MH/s and I just keep getting SC job timeouts.
My startup script:
ethdcrminer64.exe -epool eth-us-east1.nanopool.org:9999 -ewal ***my ethereum info*** -epsw x -dpool stratum+tcp://sia-us-west1.nanopool.org:7777 -dwal ***my siacoin address***/***miner name***/***email address*** -ftime 10 -dcoin sia
My output (edited slightly for compactness):
����������������������������������������������������������������ͻ
� Claymore's Dual ETH + DCR/SC/LBC/PASC GPU Miner v9.7 �
����������������������������������������������������������������ͼ
ETH: 5 pools are specified
Main Ethereum pool is eth-us-east1.nanopool.org:9999
SC: 5 pools are specified
Main Siacoin pool is sia-us-west1.nanopool.org:7777
AMD OpenCL platform not found
CUDA initializing...
NVIDIA Cards available: 5
CUDA Driver Version/Runtime Version: 9.0/8.0
GPU #0: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1
GPU #1: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1
GPU #2: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1
GPU #3: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1
GPU #4: GeForce GTX 1070, 8192 MB available, 15 compute units, capability: 6.1
Total cards: 5
ETH: Stratum - connecting to 'eth-us-east1.nanopool.org' <158.69.85.38> port 9999
DUAL MINING MODE ENABLED: ETHEREUM+SIACOIN
ETH: eth-proxy stratum mode
ETH: Stratum - Connected (eth-us-east1.nanopool.org:9999)
Watchdog enabled
SC: Stratum - connecting to 'sia-us-west1.nanopool.org' <45.32.71.82> port 7777
Remote management (READ-ONLY MODE) is enabled on port 3333
SC: Stratum - Connected (sia-us-west1.nanopool.org:7777)
ETH: Authorized
Setting DAG epoch #133...
Setting DAG epoch #133 for GPU0
[snip]
Create GPU buffer for GPU0
[snip]
GPU0 DAG creation time - 5327 ms
Setting DAG epoch #133 for GPU0 done
[snip]
ETH: 07/09/17-20:52:04 - SHARE FOUND - (GPU 0)
ETH: Share accepted (140 ms)!
Socket was closed remotely (by pool)
SC: Job timeout, disconnect, retry in 20 sec...
ETH - Total Speed: 155.754 Mh/s, Total Shares: 1(1+0+0+0+0), Rejected: 0, Time: 00:00
ETH: GPU0 32.165 Mh/s, GPU1 27.200 Mh/s, GPU2 31.693 Mh/s, GPU3 32.887 Mh/s, GPU4 31.810 Mh/s
SC - Total Speed: 0.000 Mh/s, Total Shares: 0(0+0+0+0+0), Rejected: 0
SC: GPU0 0.000 Mh/s, GPU1 0.000 Mh/s, GPU2 0.000 Mh/s, GPU3 0.000 Mh/s, GPU4 0.000 Mh/s
Notice in there that it says ETH: Authorized, but it never says anything about SC: Authorized? I think this is my problem, but I don't know what else to do about it.
What I've tried so far, none of which have been successful:
- Generating a new Siacoin wallet address
- Changing my email address to a Gmail address
- -dcri intensities from about 1 to 500
- switching from Nanopool to Miningpoolhub
- switching to different Nanopool servers
- Claymore 9.5 and 9.7
Any thoughts?