Bitcoin Forum
August 27, 2025, 02:39:38 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 [124] 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1193704 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 07, 2014, 08:39:19 AM
Last edit: February 07, 2014, 09:46:51 AM by Cassey
 #2461

Pulled a new clone this evening and now seeing:

[2014-02-07 02:36:31] AMU: Applying rule antminer:clock=x0981: Unknown option: clock

... when bfgminer launches.

Suggestions?

Cassey
freddyfarnsworth
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
February 07, 2014, 11:20:25 AM
 #2462

Pulled a new clone this evening and now seeing:

[2014-02-07 02:36:31] AMU: Applying rule antminer:clock=x0981: Unknown option: clock

... when bfgminer launches.

Suggestions?

--set-device antminer:clock=x0881

works here.

BTC: 1F1X9dN2PRortYaDkq89YJDbQ72i3F5N3h MEOW: KAbvy9jrrajvN5WLo7RWBsYqYfJKyN9WLf DOGE: DAyKSrTiVeRZaReTu1Cyf5Je6qPdKTuKKE
cyberm
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
February 07, 2014, 01:16:13 PM
 #2463

Pulled a new clone this evening and now seeing:

[2014-02-07 02:36:31] AMU: Applying rule antminer:clock=x0981: Unknown option: clock

... when bfgminer launches.

Suggestions?

and your command line/config is?
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 07, 2014, 04:22:12 PM
 #2464

Sorry guys, I wasn't clear.

This was working fine until I pulled a new clone from github yesterday and rebuilt bfgminer.  The behavior is different now: its almost like the code is trying to push the chips dynamically, although it settled in around 1.8 rather than 2 per antminer after running for several hours.

Trying again right now on the chance I caught Luke in the middle of updating something last night.

Yep, still seeing it - although just for a second before the screen clears and the normal window appears.
 
./bfgminer -S antminer:all --set-device antminer:clock=x0981 -o ...

 [2014-02-07 10:10:52] AMU: Applying rule antminer:clock=x0981: Unknown option: clock

bdgminer then proceeds to run with the reported 20s decaying hashrate ramping up quickly to around 1.6 and then up about 0.01 S per cycle until around 2.0, then slowly moving up from there (at 2.04-2.07 across my 6 antminers right now).  It appears Luke is trying to auto-set clockrates in the most current version.

Cassey







Cassey
BRADLEYPLOOF
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
February 07, 2014, 04:27:23 PM
 #2465

Sorry guys, I wasn't clear.

This was working fine until I pulled a new clone from github yesterday and rebuilt bfgminer.  The behavior is different now: its almost like the code is trying to push the chips dynamically, although it settled in around 1.8 rather than 2 per antminer after running for several hours.

Trying again right now on the chance I caught Luke in the middle of updating something last night.

Yep, still seeing it - although just for a second before the screen clears and the normal window appears.
 
./bfgminer -S antminer:all --set-device antminer:clock=x0981 -o ...

 [2014-02-07 10:10:52] AMU: Applying rule antminer:clock=x0981: Unknown option: clock

bdgminer then proceeds to run with the reported 20s decaying hashrate ramping up quickly to around 1.6 and then up about 0.01 S per cycle until around 2.0, then slowly moving up from there (at 2.04-2.07 across my 6 antminers right now).  It appears Luke is trying to auto-set clockrates in the most current version.

Cassey


You may have a typo somewhere in the script.  I know that happened to me and I had a Z instead of an X for the clock speed.  I usually put all the -S and --stuff-here info at the end of the script before I run it.  Also, the speeds adjust over time.  You don't immediately hit 2 Gh/s until the program has hashed for a while because the data set that calculates the speed is so small.  Bigger data set = more accurate hash rate...




Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1190



View Profile
February 07, 2014, 04:54:28 PM
 #2466

Pulled a new clone this evening and now seeing:

[2014-02-07 02:36:31] AMU: Applying rule antminer:clock=x0981: Unknown option: clock

... when bfgminer launches.

Suggestions?
This is during probe, before the "clock" option exists.
It should still be set successfully when initialising the device.
I'll reduce the message to debug loglevel so as to avoid confusing people...

Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 07, 2014, 06:47:37 PM
 #2467

Pulled a new clone this evening and now seeing:

[2014-02-07 02:36:31] AMU: Applying rule antminer:clock=x0981: Unknown option: clock

... when bfgminer launches.

Suggestions?
This is during probe, before the "clock" option exists.
It should still be set successfully when initialising the device.
I'll reduce the message to debug loglevel so as to avoid confusing people...

Thanks Luke, although I don't recall ever seeing it before last night.  Maybe just never noticed it...

Now I'm trying to figure out why my all time average and effective average has changed.  I was pretty much 2's across the board until last night, but there were lots of rebuilds on the system yesterday.

bfgminer version 3.10.0 - Started: [2014-02-07 10:15:53] - [  0 days 02:24:
 [M]anage devices [P]ool management [ S]ettings [D]isplay options [H]elp [Q]u
 Connected to us-east.multipool.us diff 64 with stratum as user Cassey.miner
 Block: ...b3a79105 #752072  Diff:7.65k (54.79Gh/s)  Started: [12:40:22]
 ST:8  F:3  NB:43  AS:0  BW:[871/ 10 B/s]  E:2.80  I: 3.54 BTC/hr  BS:9.36k
 6            | 12.73/ 6.46/ 5.37Gh/s | A:319 R:45+6( 14%) HW:8/.06%
----------------------------------------------------------------------------
 AMU 0:       |  2.06/ 1.08/ 0.91Gh/s | A: 50 R: 7+0( 12%) HW:2/.10%
 AMU 1:       |  2.06/ 1.08/ 0.83Gh/s | A: 60 R:11+5( 21%) HW:2/.10%
 AMU 2:       |  2.05/ 1.08/ 0.96Gh/s | A: 59 R: 6+0(9.2%) HW:1/.05%
 AMU 3:       |  2.05/ 1.08/ 0.91Gh/s | A: 54 R: 7+0( 11%) HW:1/.05%
 AMU 4:       |  2.06/ 1.08/ 0.93Gh/s | A: 53 R: 4+1(8.7%) HW:2/.10%
 AMU 5:       |  2.05/ 1.08/ 0.86Gh/s | A: 44 R:10+0( 18%) HW:0/none
----------------------------------------------------------------------------
 [2014-02-07 12:40:18] Accepted 0347e94d AMU 0  pool 0 Diff 78/64
 [2014-02-07 12:40:22] Network difficulty changed to 7.65k (54.79Gh/s)
 [2014-02-07 12:40:22] Stratum from pool 0 detected new block

Maybe its just a reporting change? When I look at the pool stats I see:

Active Workers
      Hashrate
Coin   Worker Name   1 minute   10 minute
btc   Cassey.miner2am   13744   12599

Which is a bit higher than the 12Gh/s I expected, but in line with the 20-second decaying rates reported above.

Cassey
Horifatto
Hero Member
*****
Offline Offline

Activity: 658
Merit: 504

Bullandterrier


View Profile
February 07, 2014, 10:17:13 PM
 #2468

Hi, i have a problem.
If i set the thread concurrency over 24700 the miner doesn t mine! 

I have a r9 290x, windows 7, cpu sempron 145

With this setup  get 880khs:
-I 20 -g 1 --thread-concurrency --lookup-gap 2 --gpu-powertune 30   

 gpu clock 938  memory clock 1500


can someone help me??  Embarrassed

thx
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
February 08, 2014, 10:53:04 AM
 #2469

Hy,

i will install the bfgminer on raspberry. But its dont work.

What i do:
Code:
cd /home/pi/
wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/3.10.x/bfgminer-3.10.0.zip
unzip bfgminer-3.10.0.zip
cd bfgminer-3.10.0
sudo ./configure && sudo make

But now i become bfgminer version 3.2.90 with no support on antminers

Code:
bfgminer version 3.2.90 - Started: [2014-02-08 11:50:22] - [  0 days 00:00:30]
 [M]anage devices [P]ool management [S]ettings [D]isplay options  [H]elp [Q]uit
 Connected to multiple pools with LP
 Block: ...a0e2b7e2 #284784  Diff:2.62G (18.77Ph/s)  Started: [11:50:22]
 ST:3  F:0  NB:1  AS:0  BW:[327/168 B/s]  E:0.00  U:0.0/m  BS:0
 0            |   0.0/  0.0/  0.0 h/s | A:0 R:0+0(none) HW:0/none
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
 [2014-02-08 11:50:20] Waiting for devices; press 'M+' to add, or 'Q' to quit
 [2014-02-08 11:50:20] Probing for an alive pool
 [2014-02-08 11:50:22] Network difficulty changed to 2.62G (18.77Ph/s)
 [2014-02-08 11:50:22] Stratum from pool 3 detected new block
 [2014-02-08 11:50:22] Pool 3 is hiding block contents from us
 [2014-02-08 11:50:22] Pool 2 is hiding block contents from us
 [2014-02-08 11:50:27] API running in IP access mode on port 4028
 [2014-02-08 11:50:38] Stratum from pool 0 requested work update
 [2014-02-08 11:50:38] Pool 0 is hiding block contents from us


And when i will start bfgminer with options :
Code:
bfgminer -c /home/pi/bfgminer.conf –set-device antminer:clock=x0981

i become only this error:
Code:
Unexpected extra commandline arguments

What is wrong here?

HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
February 08, 2014, 11:30:36 AM
 #2470


And when i will start bfgminer with options :
Code:
bfgminer -c /home/pi/bfgminer.conf –set-device antminer:clock=x0981

i become only this error:
Code:
Unexpected extra commandline arguments

What is wrong here?


You're missing a dash.  It's --set-device, not -set-device

Simple. Smiley
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
February 08, 2014, 11:38:25 AM
 #2471


And when i will start bfgminer with options :
Code:
bfgminer -c /home/pi/bfgminer.conf –set-device antminer:clock=x0981

i become only this error:
Code:
Unexpected extra commandline arguments

What is wrong here?


You're missing a dash.  It's --set-device, not -set-device

Simple. Smiley

Hy,

Thx for answer. But its not work.

Code:
 
/home/pi/bfgminer-3.10.0# bfgminer -c /home/pi/cgminer.conf -–set-device antminer:clock=x0981
 [2014-02-08 12:35:55] bfgminer: -–set-device: unrecognized option

Mudbankkeith
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
February 08, 2014, 11:40:21 AM
Last edit: February 08, 2014, 11:51:22 AM by Mudbankkeith
 #2472


Code:
 
/home/pi/bfgminer-3.10.0# bfgminer -c /home/pi/cgminer.conf -–set-device antminer:clock=x0981
 [2014-02-08 12:35:55] bfgminer: -–set-device: unrecognized option

I think you need to decide if you will use bfgminer or cgminer ............. not both (cgminer.conf is overruling your BFGminer session)

BTc donations welcome:-  13c2KuzWCaWFTXF171Zn1HrKhMYARPKv97
SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
February 08, 2014, 11:45:57 AM
 #2473


And when i will start bfgminer with options :
Code:
bfgminer -c /home/pi/bfgminer.conf –set-device antminer:clock=x0981

i become only this error:
Code:
Unexpected extra commandline arguments

What is wrong here?


You're missing a dash.  It's --set-device, not -set-device

Simple. Smiley

Hy,

Thx for answer. But its not work.

Code:
 
/home/pi/bfgminer-3.10.0# bfgminer -c /home/pi/cgminer.conf -–set-device antminer:clock=x0981
 [2014-02-08 12:35:55] bfgminer: -–set-device: unrecognized option

I think you need to decide if you will use bfgminer or cgminer ............. not both

Hy,

my config file :
Code:
{
"pools" : [
{
"url" : "btcguild.bitmonsters.com:3333",
"user" : "spacedevil_5",
"pass" : "egalo",
"pool-priority" : "1"
}
],
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "60",
"worktime" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "W:0/0",
"icarus-options" : "115200:1:1",
"icarus-timing" : "3.0=100",
"bmsc-options" : "115200:20",
"bmsc-freq" : "0981",
"scan" : ["antminer:all"],
"set-device" : ["antminer:clock=x0981"]
}

BFGMiner will start, but in the wrong version. Its start 3.2.90 and not 3.10.0

with "M+" i can add USBs, but the antminer will only listed as ICA.


jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
February 08, 2014, 11:53:48 AM
 #2474


And when i will start bfgminer with options :
Code:
bfgminer -c /home/pi/bfgminer.conf –set-device antminer:clock=x0981

i become only this error:
Code:
Unexpected extra commandline arguments

What is wrong here?


You're missing a dash.  It's --set-device, not -set-device

Simple. Smiley

Hy,

Thx for answer. But its not work.

Code:
 
/home/pi/bfgminer-3.10.0# bfgminer -c /home/pi/cgminer.conf -–set-device antminer:clock=x0981
 [2014-02-08 12:35:55] bfgminer: -–set-device: unrecognized option

I think you need to decide if you will use bfgminer or cgminer ............. not both

Hy,

my config file :
Code:
{
"pools" : [
{
"url" : "btcguild.bitmonsters.com:3333",
"user" : "spacedevil_5",
"pass" : "egalo",
"pool-priority" : "1"
}
],
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "60",
"worktime" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "W:0/0",
"icarus-options" : "115200:1:1",
"icarus-timing" : "3.0=100",
"bmsc-options" : "115200:20",
"bmsc-freq" : "0981",
"scan" : ["antminer:all"],
"set-device" : ["antminer:clock=x0981"]
}

BFGMiner will start, but in the wrong version. Its start 3.2.90 and not 3.10.0

with "M+" i can add USBs, but the antminer will only listed as ICA.



It's because you have an older version installed in your /usr/local/bin path

Try recompiling with "make install" to replace your older version. Alternatively, you could modify your Conf file's kernel-path.

SpAcEDeViL
Legendary
*
Offline Offline

Activity: 986
Merit: 1027


Miner-Control.de Pooler


View Profile WWW
February 08, 2014, 12:19:53 PM
 #2475

It's because you have an older version installed in your /usr/local/bin path

Try recompiling with "make install" to replace your older version. Alternatively, you could modify your Conf file's kernel-path.

Nice!

Thank you. This was the error.

Best Regards

Horifatto
Hero Member
*****
Offline Offline

Activity: 658
Merit: 504

Bullandterrier


View Profile
February 08, 2014, 01:54:41 PM
 #2476

Hi, i have a problem.
If i set the thread concurrency over 24700 the miner doesn t mine! 

I have a r9 290x, windows 7, cpu sempron 145

With this setup  get 880khs:
-I 20 -g 1 --thread-concurrency --lookup-gap 2 --gpu-powertune 30   

 gpu clock 938  memory clock 1500


can someone help me??  Embarrassed

thx

help please!
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 08, 2014, 02:32:07 PM
 #2477

help please!

Neither Luke nor I have an R9 290 for testing (yet). However, I can say that the latest code in Git (if you can compile from there) allows intensities up to 31, which may help you get better performance out of your R9 without having to push the --thread-concurrency up so high.

Again I cannot confirm this but it may be worth trying?

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
OleOle
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Are you like these guys?


View Profile
February 08, 2014, 02:47:11 PM
 #2478



Quick question please, can the new DualMiner scrypt and sha-256 usb asic miner be used with BFGMiner 3.10.0?

I'd prefer to wait until BFG can mine with them rather than mess around with other miners.

Thanks.

Smiley


nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 08, 2014, 03:09:35 PM
 #2479

Quick question please, can the new DualMiner scrypt and sha-256 usb asic miner be used with BFGMiner 3.10.0?

I'd prefer to wait until BFG can mine with them rather than mess around with other miners.

Not yet, though we plan to support them soon.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
OleOle
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Are you like these guys?


View Profile
February 08, 2014, 03:11:27 PM
 #2480

Quick question please, can the new DualMiner scrypt and sha-256 usb asic miner be used with BFGMiner 3.10.0?

I'd prefer to wait until BFG can mine with them rather than mess around with other miners.

Not yet, though we plan to support them soon.


Ok, great, thanks for the very quick response, very much appreciated!

Smiley


Pages: « 1 ... 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 [124] 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 »
  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!