PSLLSP / ccminer

Verus Coin nvidia CUDA GPU miner by monkins1010
https://bitcointalk.org/index.php?topic=4396753.0
0 stars 0 forks source link

ccminer cannot connect to miningrigrentals, port 3333 #1

Open PSLLSP opened 1 year ago

PSLLSP commented 1 year ago

ccminer cannot connect to TCP port 3333 at stratum pool miningrigrentals (MRR). The pool requires miner to reconnect to other port but ccminer fails to do that. There is stratum method client.reconnect() and it looks like ccminer cannot handle it...

DEMO:

$ cat test-vrsc-mrr7.sh
#!/bin/sh

# VRSC @ MRR
# Dashboard: http://rig.rent/rigs/217232

POOL="eu-01.miningrigrentals.com:3333"
#POOL="eu-01.miningrigrentals.com:50361"

USER="droidMiner.217232"
PASS="TEST7"

OPTS="-t 2"

./ccminer -a verus -o "stratum+tcp://$POOL" -u "$USER" -p "$PASS" $OPTS "$@"
$ sh test-vrsc-mrr7.sh
*************************************************************
*  ccminer CPU: 3.8.3 for Verushash v2.2 based on ccminer   *
*************************************************************
Originally based on Christian Buchner and Christian H. project
Adapted to Verus by Monkins1010
Goto https://wiki.verus.io/#!index.md for mining setup guides. 
Git repo located at: http://github.com/monkins1010/ccminer 

[2023-09-10 19:23:03] 2 miner threads started, using 'verus' algorithm.
[2023-09-10 19:23:03] Starting on stratum+tcp://eu-01.miningrigrentals.com:3333
[2023-09-10 19:23:04] Server requested reconnection to stratum+tcp://eu-01.miningrigrentals.com:50361
[2023-09-10 19:23:05] Server requested reconnection to stratum+tcp://eu-01.miningrigrentals.com:50361
[2023-09-10 19:23:06] Server requested reconnection to stratum+tcp://eu-01.miningrigrentals.com:50361
[2023-09-10 19:23:07] Server requested reconnection to stratum+tcp://eu-01.miningrigrentals.com:50361
[2023-09-10 19:23:08] Server requested reconnection to stratum+tcp://eu-01.miningrigrentals.com:50361

Dashboard for rig 217232

PSLLSP commented 10 months ago

Fix ccminer to support method client.reconnect in similar way like cpuminer-pooler

fix client.reconnect new parameter to disable redirect