Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ccminer cannot connect to miningrigrentals, port 3333 #1

Open
PSLLSP opened this issue Sep 10, 2023 · 1 comment
Open

ccminer cannot connect to miningrigrentals, port 3333 #1

PSLLSP opened this issue Sep 10, 2023 · 1 comment
Assignees

Comments

@PSLLSP
Copy link
Owner

PSLLSP commented Sep 10, 2023

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
Copy link
Owner Author

PSLLSP commented Dec 10, 2023

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

fix client.reconnect
new parameter to disable redirect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant