Unable to use equihash.eu.nicehash.com:3557
birdie-github opened this issue · 3 comments
birdie-github commented
silentarmy --use 0 -c stratum+tcp://equihash.eu.nicehash.com:3357 -u BTC_ADDRESS.worker1
Connecting to equihash.eu.nicehash.com:3357
Stratum: connection was closed (invalid user/pwd?)
Connecting to equihash.eu.nicehash.com:3357 (attempt 2)
Stratum: connection was closed (invalid user/pwd?)
Connecting to equihash.eu.nicehash.com:3357 (attempt 3)
Stratum: connection was closed (invalid user/pwd?)
Connecting to equihash.eu.nicehash.com:3357 (attempt 4)
Stratum: connection was closed (invalid user/pwd?)
Connecting to equihash.eu.nicehash.com:3357 (attempt 5)
Stratum: connection was closed (invalid user/pwd?)
^C
Quitting
Running on CentOS 7/Python 3.4
TheBeerBaron commented
add:
-p x
to your string
birdie-github commented
Thanks!
birdie-github commented
The proper launch string is in fact:
$ silentarmy -c stratum+tcp://equihash.eu.nicehash.com:3357#xnsub -u address.workername -p x
for those who have found this bug report.