Bitcoin Forum
May 10, 2024, 11:47:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 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 ... 165 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1192942 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.
village.idiot
Sr. Member
****
Offline Offline

Activity: 270
Merit: 250


View Profile
October 17, 2013, 02:34:21 AM
 #1121

I tried minepeon and never could get it to work, even with mineforeman's help.
Don't know what could be different about my Pi.  Other people have no problem with peon.
Bfgminer is working fine.  I just want it to start automatically and be able to see the messages.
1715384834
Hero Member
*
Offline Offline

Posts: 1715384834

View Profile Personal Message (Offline)

Ignore
1715384834
Reply with quote  #2

1715384834
Report to moderator
1715384834
Hero Member
*
Offline Offline

Posts: 1715384834

View Profile Personal Message (Offline)

Ignore
1715384834
Reply with quote  #2

1715384834
Report to moderator
1715384834
Hero Member
*
Offline Offline

Posts: 1715384834

View Profile Personal Message (Offline)

Ignore
1715384834
Reply with quote  #2

1715384834
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715384834
Hero Member
*
Offline Offline

Posts: 1715384834

View Profile Personal Message (Offline)

Ignore
1715384834
Reply with quote  #2

1715384834
Report to moderator
1715384834
Hero Member
*
Offline Offline

Posts: 1715384834

View Profile Personal Message (Offline)

Ignore
1715384834
Reply with quote  #2

1715384834
Report to moderator
1715384834
Hero Member
*
Offline Offline

Posts: 1715384834

View Profile Personal Message (Offline)

Ignore
1715384834
Reply with quote  #2

1715384834
Report to moderator
smoothrunnings
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
October 17, 2013, 01:42:55 PM
 #1122

How do I add a second pool as a failover on bfgminer 3.3.0 for Win64 using the command prompt since I can't access the pool management while bfgminer is running?

Thanks
ktbken
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
October 17, 2013, 04:14:32 PM
 #1123

Hi
Are there any manual clock tuning options for use with the BFSB or is auto the only option atm ?

Thanks

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
juhakall
Sr. Member
****
Offline Offline

Activity: 657
Merit: 250


View Profile WWW
October 17, 2013, 04:17:07 PM
Last edit: October 18, 2013, 03:52:50 AM by juhakall
 #1124

Hi
Are there any manual clock tuning options for use with the BFSB or is auto the only option atm ?

Thanks

From IRC (anajavi has been developing the code at least to some extent):

<anajavi> bfgminer-rpc 'pgaset|0,help' gives a help,
<anajavi> bfgminer-rpc 'pgaset|0,osc6_bits,54' sets speed for chip 0

I haven't tested this myself. I'm also unsure about the PGA numbering, since with the current device scheme there can be up to 4 devices corresponding to each bus on the M-board, and each of those devices can have up to 64 chips.

EDIT: I tried this, and with the newest version you actually have to use procset instead of pgaset. But the option seems to be broken. Firstly, the help command doesn't work. And the actual speed setting doesn't work either:
Code:
nc localhost 4028 <<< procset\|0,osc6_bits,55
STATUS=E,When=1382035802,Code=93,Msg=PGA 0 set failed: invalid setting,Description=bfgminer 3.3.0|#

nc localhost 4028 <<< procset\|0,osc6_bits
STATUS=E,When=1382035841,Code=93,Msg=PGA 0 set failed: Unknown option: osc6_bits,Description=bfgminer 3.3.0|#
But testing with a bogus option name, it looks like osc6_bits does indeed exist on some level:
Code:
nc localhost 4028 <<< procset\|0,bogus,55
STATUS=E,When=1382035944,Code=93,Msg=PGA 0 set failed: Unknown option: bogus,Description=bfgminer 3.3.0|#
With osc6_bits and the desired speed value, I get an invalid setting error instead of Unkown option.

EDIT2: The problem was with netcat, apparently the procset command is more strict about extra newlines at the end of the command. Thanks to Luke for pointing this out. Works fine when using bfgminer-rpc.

I'm currently developing an experimental social AI platform
derpcoin
Member
**
Offline Offline

Activity: 85
Merit: 10



View Profile
October 17, 2013, 06:30:31 PM
 #1125

I wonder if anyone can help me, I have currently been using bfgminer for my jally which has been fine. I recieved a bitburner the other day and I can not get BFG to mine with the bitburner.

When I run my bat file I first see a RTED the after that the miner starts because it sees teh jally and then it spams a message "Error trying to wake notifer".

Thsi is my startup line, bfgminer -o xxxxxxxxx -u xxxxxx -S opencl:noauto --avalon-options 115200:2:10:45:300 --queue 4

I have the ftdi driver installed from the website which I've read is needed for BFGminer and im just at a loss as to what to do.
juhakall
Sr. Member
****
Offline Offline

Activity: 657
Merit: 250


View Profile WWW
October 17, 2013, 07:27:37 PM
 #1126

Are others seeing this kind of error flood after a reboot with BFSB hardware?:

Code:
 [2013-10-17 22:19:55] BSB 2af: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2ag: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2aj: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2aw: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 1a: bitfury_init_oldbuf: Giving up after 4 tries

I can see the device/proc counter slowly increase in the top area. During 3-4 minutes the errors gradually stop, and all chips start working.

I'm currently developing an experimental social AI platform
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 17, 2013, 07:37:41 PM
 #1127

Are others seeing this kind of error flood after a reboot with BFSB hardware?:

Code:
 [2013-10-17 22:19:55] BSB 2af: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2ag: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2aj: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2aw: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 1a: bitfury_init_oldbuf: Giving up after 4 tries

I can see the device/proc counter slowly increase in the top area. During 3-4 minutes the errors gradually stop, and all chips start working.
Yeah, Bitfury chips seem to behave strangely at first power on.
I've got a hack in the nanofury branch to try to workaround it.

Daily Anarchist
Hero Member
*****
Offline Offline

Activity: 614
Merit: 500



View Profile WWW
October 17, 2013, 09:50:32 PM
 #1128

Any chance of BFGMiner making it to the official Debian/Ubuntu repos any time soon?

Discover anarcho-capitalism today!
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 17, 2013, 09:59:16 PM
 #1129

Any chance of BFGMiner making it to the official Debian/Ubuntu repos any time soon?
I was in touch with some Debian developers a number of months ago, and they did some packaging work, but I guess they've been too busy to finish it.
Maybe someone wants to volunteer to help bring it up to date?
Or maybe more user interest would improve the priority?

bfgminer RFP (including email to post comments)

JakeTri
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
October 17, 2013, 10:39:21 PM
 #1130

Luke,

Do you have a Gentoo ebuild that build from latest Git branch master ?
I'm talking about something similar with existing "genkernel-9999.ebuild" or "git-9999.ebuild" ...

Thanks,
Jake

BTC donations always welcome: 1JakeTriwbahMYp1rSfJbTn7Afd1w62p2q
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 17, 2013, 10:48:15 PM
 #1131

Do you have a Gentoo ebuild that build from latest Git branch master ?
I'm talking about something similar with existing "genkernel-9999.ebuild" or "git-9999.ebuild" ...
Not at the moment, sorry.

Daily Anarchist
Hero Member
*****
Offline Offline

Activity: 614
Merit: 500



View Profile WWW
October 18, 2013, 12:29:26 AM
 #1132

Hello all! I recently compiled bfgminer on my linux box. It's an old machine with a quite outdated video card. I'm doing this strictly as a learning experience, not for profit. That being said, I created an account at 50BTC. I issued the command

Code:
./bfgminer -o http://pool.50btc.com:8332 -u (my email address) -p (my 50btc password)

and then it appeared that it logged on successfully. However, it produced no mining results. I hit the M option and then tried both auto and all options and both times No Device Found. I'd like it to use my old video card. What am I doing wrong? Any help would be much appreciated. Thank you!

Discover anarcho-capitalism today!
ktbken
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
October 18, 2013, 02:13:45 AM
 #1133

Are others seeing this kind of error flood after a reboot with BFSB hardware?:

Code:
 [2013-10-17 22:19:55] BSB 2af: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2ag: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2aj: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 2aw: bitfury_init_oldbuf: Giving up after 4 tries
 [2013-10-17 22:19:55] BSB 1a: bitfury_init_oldbuf: Giving up after 4 tries

I can see the device/proc counter slowly increase in the top area. During 3-4 minutes the errors gradually stop, and all chips start working.

Not sure if this helps but i have noticed that if you go to far with the pencil mod ie up the voltage to much, it causes this to happen
Back the voltage off a bit and it goes away

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
October 18, 2013, 07:51:39 AM
 #1134

Luke-Jr, have you any idea if/when you'll be adding the stratum proxy module to the OpenWRT version of BFGMiner?

Mudbankkeith
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
October 18, 2013, 08:38:21 AM
Last edit: October 18, 2013, 08:49:54 AM by Mudbankkeith
 #1135

Hello all! I recently compiled bfgminer on my linux box. It's an old machine with a quite outdated video card. I'm doing this strictly as a learning experience, not for profit. That being said, I created an account at 50BTC. I issued the command

Code:
./bfgminer -o http://pool.50btc.com:8332 -u (my email address) -p (my 50btc password)

and then it appeared that it logged on successfully. However, it produced no mining results. I hit the M option and then tried both auto and all options and both times No Device Found. I'd like it to use my old video card. What am I doing wrong? Any help would be much appreciated. Thank you!

3.3.0 turns off the GPU by default.

Edit:- turns off the GPU by default if asic is found.
         Try your line:-./bfgminer -o http://pool.50btc.com:8332 -u (my email address) -p (my 50btc password) -S all

Take a look at the "read me" notes.
If your card is an older Nvidia then you will struggle.

BTc donations welcome:-  13c2KuzWCaWFTXF171Zn1HrKhMYARPKv97
vulgartrendkill
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
October 18, 2013, 09:47:43 AM
 #1136

Hello all! I recently compiled bfgminer on my linux box. It's an old machine with a quite outdated video card. I'm doing this strictly as a learning experience, not for profit. That being said, I created an account at 50BTC. I issued the command

Code:
./bfgminer -o http://pool.50btc.com:8332 -u (my email address) -p (my 50btc password)

and then it appeared that it logged on successfully. However, it produced no mining results. I hit the M option and then tried both auto and all options and both times No Device Found. I'd like it to use my old video card. What am I doing wrong? Any help would be much appreciated. Thank you!

3.3.0 turns off the GPU by default.

Edit:- turns off the GPU by default if asic is found.
         Try your line:-./bfgminer -o http://pool.50btc.com:8332 -u (my email address) -p (my 50btc password) -S all

Take a look at the "read me" notes.
If your card is an older Nvidia then you will struggle.

is 50btc a getwork pool? 8332 is a getwork port.  If it is stratum pool try 3333 instead.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 18, 2013, 02:36:15 PM
 #1137

Luke-Jr, have you any idea if/when you'll be adding the stratum proxy module to the OpenWRT version of BFGMiner?
IIRC, it should be there in 3.3.0?

dlasher
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250



View Profile WWW
October 18, 2013, 08:24:29 PM
 #1138


Luke-Jr:

Any reason why the extended-core information for BFL's (seeing all cores per Single, for example) went away from 3.2.90 to 3.3.0 via the API?

I used to get all 16 cores per single, now I see only summary information.

Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
October 18, 2013, 08:28:10 PM
 #1139


Luke-Jr:

Any reason why the extended-core information for BFL's (seeing all cores per Single, for example) went away from 3.2.90 to 3.3.0 via the API?

I used to get all 16 cores per single, now I see only summary information.


Per README.RPC...
Quote
API V2.0 (BFGMiner v3.3.0)

Removed API commands:
 'devdetail' - Use newer 'devdetails' for same information.

Modified API commands:
 'devs' - display status of each full device only (not processors)
 'pga' - lookup and display device by device (not processor) number
 'pgacount' - count only full devices (not processors)
 'pgaenable' - enable all processors for a numbered full device
 'pgadisable' - disable all processors for a numbered full device
 'pgaidentify' - choose first processor of numbered full device
 'pgaset' - choose first processor of numbered full device

Added API commands:
 'procs'
 'proc'
 'proccount'
 'procenable'
 'procdisable'
 'procidentify'
 'procset'

dlasher
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250



View Profile WWW
October 18, 2013, 08:28:56 PM
 #1140


^^ perfect, thanks.. will go fix all my scripts.. Might want to update miner.php while you're at it to work with the API changes.

Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 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 ... 165 »
  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!