Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
zupernovato
on 10/11/2019, 08:12:00 UTC
Returning back to the topic of mining. I've followed sunk18 guides with the external miner. But I am getting "stratum_recv_line failed", perhaps my company is blocking now BBP mining connections?

stratum_recv_line failed

Are you getting this error right away, or after some mining time (like 10-30 min)?  The error means the pool disconnected you because it didn't receive a share from you for a long time. If your hash rate is low (like under 100 kh/s) then it is possible the pool difficulty is too high. If there's other connection problem right away, then it could be your company firewall. I wouldn't mine on company network or resources anyway...

You can try the different ports as a test.

URL (difficulty 4): stratum+tcp://5.135.183.202:3008
URL (vardiff 1-16): stratum+tcp://5.135.183.202:3032
URL (difficulty 256): stratum+tcp://5.135.183.202:3256

If your miner submits a share and it is accepted, miner will say:
accepted (yay!!!)

And your BBP address will show up here: http://5.135.183.202/workers

I am using under Windows 10:
Code:
bbpminer-x86 -o stratum+tcp://nomp.biblepay.org:3032 -u MINING_WALLET -p x

Or:
Code:
bbpminer-x86 -o stratum+tcp://5.135.183.202:3032 -u MINING_WALLET -p x

Both returns rightaway:

Code:
KJV Loaded
Using bbpminer version 1009

solo mining 0
[2019-11-10 08:57:12] Starting Stratum on stratum+tcp://5.135.183.202
[2019-11-10 08:57:12] 4 miner threads started, using 'pobh' algorithm.
[2019-11-10 08:57:12] Binding thread 3 to cpu 3
[2019-11-10 08:57:12] Binding thread 1 to cpu 1
[2019-11-10 08:57:12] Binding thread 2 to cpu 2
[2019-11-10 08:57:12] Binding thread 0 to cpu 0
[2019-11-10 08:57:31] stratum_recv_line failed
[2019-11-10 08:57:31] ...retry after 30 seconds

Last two lines in a loop (new line every 30 seconds).

Perhaps my hashrate is slow as I've been disconnected since 4th of November. But I cannot mine with the wallet client as well since then. The biblepay.conf file:

Code:
gen=1
genproclimit=3
minersleep=0
pool=tcp://5.135.183.202:3032
workerid=zupernovato1
workeridfunded=zupernovato2

But with getmining info:
Code:
...
"poolinfo3": "POOL DOWN-REVERTING TO SOLO MINING; POOL DOWN-REVERTING TO SOLO MINING; ",
"poolmining": false
...

Do I need to register workerids on the new pools hosts?

Do I need to turn onh WCG-BOINC once again in team BiblePay? (I've read something about it in the recent pages of this thread).