Bitcoin Forum
May 12, 2024, 05:15:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Stratum from pool 0 requested work restart.  (Read 1928 times)
JamieOnUbuntu (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile WWW
October 28, 2015, 07:05:12 PM
 #1

I recently set up an Antminer U2+ with my Raspberry Pi 2 Model B.

The first time I ran CGMiner, it worked successfully and was running at about 1.8 Ghash/s.

I then pressed Q to quit and rebooted my Pi. Now whenever I run CGMiner is just does this:

Code:
[2015-10-28 17:44:11] Started cgminer 4.9.0
 [2015-10-28 17:44:12] -----------------start nonce------------------
 [2015-10-28 17:44:12] Bmsc send golden nonce1
 [2015-10-28 17:44:12] Bmsc recv golden nonce1 0345182b9f -- 0345182b
 [2015-10-28 17:44:12] Bmsc send golden nonce2
 [2015-10-28 17:44:13] Bmsc recv golden nonce timeout
 [2015-10-28 17:44:13] AMU0 Init: mode=default read_time=57ms limit=0ms Hs=2.976100e-09
 [2015-10-28 17:44:13] Probing for an alive pool
 [2015-10-28 17:44:13] Pool 0 difficulty changed to 256
 [2015-10-28 17:44:14] Network diff set to 60.9G
 [2015-10-28 17:44:36] Pool 0 difficulty changed to 51
 [2015-10-28 17:44:36] Stratum from pool 0 requested work restart
 [2015-10-28 17:44:36] Stratum from pool 0 requested work restart
 [2015-10-28 17:45:06] Pool 0 difficulty changed to 10
 [2015-10-28 17:45:06] Stratum from pool 0 requested work restart
 [2015-10-28 17:45:36] Pool 0 difficulty changed to 8
 [2015-10-28 17:45:36] Stratum from pool 0 requested work restart
 [2015-10-28 17:46:11] Stratum from pool 0 detected new block
 [2015-10-28 18:08:22] Stratum from pool 0 detected new block
 [2015-10-28 18:20:26] Stratum from pool 0 detected new block

The code above is the output from about 40 minutes of running CGMiner.

The hashrate is now down to about 30 Mhash/s.
After exiting CGMiner, it said there were 29 hardware errors.

I am using this command to launch CGMiner:
Code:
sudo ./cgminer --bmsc-options 115200:0.57 -o stratum+tcp://eu.stratum.bitcoin.cz:3333 -u MY-USERNAME-HERE -p anything

What have I done wrong to cause this to happen?

On a side note, what are the command line options: "--bmsc-options 115200:0.57"? What do they do?

Thanks!
1715490903
Hero Member
*
Offline Offline

Posts: 1715490903

View Profile Personal Message (Offline)

Ignore
1715490903
Reply with quote  #2

1715490903
Report to moderator
1715490903
Hero Member
*
Offline Offline

Posts: 1715490903

View Profile Personal Message (Offline)

Ignore
1715490903
Reply with quote  #2

1715490903
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715490903
Hero Member
*
Offline Offline

Posts: 1715490903

View Profile Personal Message (Offline)

Ignore
1715490903
Reply with quote  #2

1715490903
Report to moderator
winspiral
Legendary
*
Offline Offline

Activity: 1778
Merit: 1026


Free WSPU2 Token or real dollars


View Profile WWW
October 28, 2015, 07:11:10 PM
 #2

I use an U2 and since this morning I am unable to mine...
It's the second time it happens.

Quote
On a side note, what are the command line options: "--bmsc-options 115200:0.57"? What do they do?

I mine with
--bmsc-options 115200:20



JamieOnUbuntu (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile WWW
October 28, 2015, 07:12:26 PM
 #3

So you're saying that the second time you run CGMiner, it doesn't work? Like my problem?
JamieOnUbuntu (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile WWW
October 28, 2015, 07:21:26 PM
 #4


I mine with
--bmsc-options 115200:20



Thanks, but what do those options actually mean? What are the numbers?
winspiral
Legendary
*
Offline Offline

Activity: 1778
Merit: 1026


Free WSPU2 Token or real dollars


View Profile WWW
October 28, 2015, 07:24:41 PM
 #5

I had difficulties to start...
and after few days suddently it works.
 and then after a while all was frozen

I noticed that it was my energy saver ...
so I worked only with screen saver and all wored perfectly 10 days or so
This morning I had internet connecton problems and since all is ok with internet mi miner is not working

winspiral
Legendary
*
Offline Offline

Activity: 1778
Merit: 1026


Free WSPU2 Token or real dollars


View Profile WWW
October 28, 2015, 07:25:30 PM
 #6


I mine with
--bmsc-options 115200:20



Thanks, but what do those options actually mean? What are the numbers?

The frequence I belive(no)

Quote
AntMiner U1 device options:
--bmsc-options <arg> Set specific device board configurations - one set of values for all or comma separated
--bmsc-freq <arg> Set work frequency
--bmsc-rdreg <arg> Get reg value

eg:
--bmsc-options 115200:20
The values are baud : timeout, and timeout is 20 * 100ms

JamieOnUbuntu (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile WWW
October 28, 2015, 07:34:59 PM
 #7

--bmsc-options 115200:20
The values are baud : timeout, and timeout is 20 * 100ms

Thanks. What is the timeout for though? What is it timing?
winspiral
Legendary
*
Offline Offline

Activity: 1778
Merit: 1026


Free WSPU2 Token or real dollars


View Profile WWW
October 28, 2015, 07:56:51 PM
 #8

--bmsc-options 115200:20
The values are baud : timeout, and timeout is 20 * 100ms

Thanks. What is the timeout for though? What is it timing?

the timing?

JamieOnUbuntu (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile WWW
October 28, 2015, 07:58:11 PM
 #9


the timing?


But what timing?

What is it timing?
winspiral
Legendary
*
Offline Offline

Activity: 1778
Merit: 1026


Free WSPU2 Token or real dollars


View Profile WWW
October 28, 2015, 08:00:35 PM
 #10

sorry I do not see what you nean.

JamieOnUbuntu (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile WWW
October 28, 2015, 08:06:00 PM
 #11

Ok, nevermind Smiley

Why is the baud rate set to 115200?
What amount is that?
winspiral
Legendary
*
Offline Offline

Activity: 1778
Merit: 1026


Free WSPU2 Token or real dollars


View Profile WWW
October 29, 2015, 07:08:51 AM
 #12

It's unbelievable...
this morning all works perfectly...
I cannot understand why sometimes it is impossible to mine with my U2

The baud rate is us for the communication it is fixed by the contructor and the program.
see baud rate on google and you will understand better.

Clintp42
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 04, 2015, 12:40:12 AM
 #13

I am not sure if this is the best place to ask this question, but I am really struggling and about to pull my last few hairs out over this error I keep getting.

"Stratum connect failed to pool 1: failed to connect to localhost port 8332:Connection Refused"

Is there anyone that will be able to help me figure this one out? It just starting occurring recently and I haven't a clue how to get it to stop. My miner seems to be running fine, its hashing, just performance is suffering horribly. I was running normally at 750GH -850GH regulalry, no its chocked at less than 575GH. Please help.

I am running EasyMiner/BFGminer Win10 Pro BFL Monarch 750 Bitcoin-qt.

I have screenshots if needed?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!