|
November 24, 2013, 12:39:25 AM Last edit: November 24, 2013, 12:58:28 AM by arcadia |
|
I am new to mining. I started cudeminer like this: $ cudaminer -H 1 -o stratum+tcp://pool1.us.multipool.us:7777 -u <username> -p <password>
Result: [2013-11-24 00:21:03] 1 miner threads started, using 'scrypt' algorithm. [2013-11-24 00:21:03] Starting Stratum on stratum+tcp://pool1.us.multipool.us:7777 [2013-11-24 00:21:14] Stratum connection failed: Couldn't resolve host 'pool1.us.multipool.us [2013-11-24 00:21:14] ...retry after 15 seconds [2013-11-24 00:21:29] Stratum authentication failed [2013-11-24 00:21:29] ...retry after 15 seconds
But if I do: $ nslookup pool1.us.multipool.us Non-authoritative answer: Server: homeportal Address: 192.168.1.254
Name: pool1.us.multipool.us Addresses: 162.243.142.31 162.243.148.179
Why can't cudaminer resolve the host?
UPDATE:
I'm having the same problem with pooler miner: $ minerd -o stratum+tcp://pool1.us.multipool.us:7777 -u <username> -p <password> [2013-11-24 00:52:14] Binding thread 0 to cpu 0 [2013-11-24 00:52:14] Starting Stratum on stratum+tcp://pool1.us.multipool.us:7777 [2013-11-24 00:52:14] Binding thread 1 to cpu 1 [2013-11-24 00:52:14] Binding thread 2 to cpu 2 [2013-11-24 00:52:14] Binding thread 3 to cpu 3 [2013-11-24 00:52:14] Binding thread 4 to cpu 4 [2013-11-24 00:52:14] Binding thread 5 to cpu 5 [2013-11-24 00:52:14] Binding thread 6 to cpu 6 [2013-11-24 00:52:14] 8 miner threads started, using 'scrypt' algorithm. [2013-11-24 00:52:14] Binding thread 7 to cpu 7 [2013-11-24 00:52:14] Stratum authentication failed [2013-11-24 00:52:14] ...retry after 30 seconds [2013-11-24 00:52:45] Stratum authentication failed [2013-11-24 00:52:45] ...retry after 30 seconds
|