fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

SOCKET ERROR - [mypool:pool's port] PARSE error: Unsupported server method login #241

Open dgets opened 3 years ago

dgets commented 3 years ago

I seem to be having an issue that is very similar, if not identical, to the one that is described in issue #29.

I have been trying to mine bittube and a couple of other altcoins for the entire morning. It doesn't seem to matter which currency, or what pool for the currency I'm using, the closest I can get to actually connecting to the pool is as follows:

sprite@d-resources:~/bin/xmr-stak-linux-2.10.8-cpu_cuda-nvidia$ ./xmr-stak --noCPU
-------------------------------------------------------------------
xmr-stak 2.10.8 67cf951

Brought to you by fireice_uk and psychocrypt under GPLv3.
Based on CPU mining code by wolf9466 (heavily optimized by fireice_uk).
Based on NVIDIA mining code by KlausT and psychocrypt.

Configurable dev donation level is set to 2.0%

-------------------------------------------------------------------
You can use following keys to display reports:
'h' - hashrate
'r' - results
'c' - connection
-------------------------------------------------------------------
Upcoming xmr-stak-gui is sponsored by:
   #####   ______               ____
 ##     ## | ___ \             /  _ \
#    _    #| |_/ /_   _   ___  | / \/ _   _  _ _  _ _  ___  _ __    ___  _   _
#   |_|   #|    /| | | | / _ \ | |   | | | || '_|| '_|/ _ \| '_ \  / __|| | | |
#         #| |\ \| |_| || (_) || \_/\| |_| || |  | | |  __/| | | || (__ | |_| |
 ##     ## \_| \_|\__, | \___/ \____/ \__,_||_|  |_|  \___||_| |_| \___| \__, |
   #####           __/ |                                                  __/ |
                  |___/   https://ryo-currency.com                       |___/

This currency is a way for us to implement the ideas that we were unable to in
Monero. See https://github.com/fireice-uk/cryptonote-speedup-demo for details.
-------------------------------------------------------------------
[2021-02-17 11:31:40] : Mining coin: cryptonight_bittube2
[2021-02-17 11:31:40] : NVIDIA: try to load library 'xmrstak_cuda_backend_cuda10_0'
WARNING: NVIDIA cannot load backend library: libxmrstak_cuda_backend_cuda10_0.so: cannot open shared object file: No such file or directory
[2021-02-17 11:31:40] : NVIDIA: try to load library 'xmrstak_cuda_backend'
NVIDIA: found 2 potential device's
[2021-02-17 11:31:40] : Starting NVIDIA GPU thread 0, no affinity.
CUDA [9.1/8.0] GPU#1, device architecture 21: "GeForce GTX 560 Ti"...
device init succeeded
[2021-02-17 11:31:40] : NVIDIA: use library 'xmrstak_cuda_backend'
[2021-02-17 11:31:40] : Fast-connecting to ca.bittube.herominers.com:10280 pool ...
[2021-02-17 11:31:40] : Pool ca.bittube.herominers.com:10280 connected. Logging in...
[2021-02-17 11:31:41] : SOCKET ERROR - [ca.bittube.herominers.com:10280] PARSE error: Unsupported server method login

Following is my configuration information from pools.txt, at least for this latest attempt:

The error is always the same: SOCKET ERROR - [mypool:pool's port] PARSE error: Unsupported server method login

As of this last attempt I'm trying to mine on https://bittube.herominers.com/ (as can be seen above). Is there something that I'm failing to understand about the configuration and fundamentals of what I'm trying to do with this software in as far as mining bittube or another currency, or is there a bug that has been missed? I would be very grateful for any help/feedback that you might be able to offer me on this issue. Thank you for your time!

PS: The GPU information on this last run of the software is correct. I have 2 GPUs in this machine but I only want to test this out on one of them; I'm really not trying to make profit yet, at this point. I've just gotten my first dual-GPU machine put together successfully (with a rather outdated 2nd GPU, as you can see), and I'm more trying to test it out and determine what I can expect from the system while utilizing 2 GPUs for mining. After that point I intend to more carefully choose a currency and examine profitability (probably with a newer 2nd card!).

Thanks again!