Skip to content

ccminer cannot connect to miningrigrentals, port 3333 #1

@PSLLSP

Description

@PSLLSP

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions