Bitcoin Forum
June 25, 2024, 03:10:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 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 ... 165 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1192982 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.
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
September 22, 2013, 03:02:50 PM
 #921

i keep getting HW errors 100% on some of the usb erruptors. when i test them on another pc they test fine. i tried uninstalling(delete driver) a reinstalling(reinstall driver)

Almost always power issues.
Mudbankkeith
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
September 22, 2013, 03:03:03 PM
 #922

i keep getting HW errors 100% on some of the usb erruptors. when i test them on another pc they test fine. i tried uninstalling(delete driver) a reinstalling(reinstall driver)

Could be a power problem. erupters need steady clean power at 500mA each. overloading the power source will induce more errors as the available current falls.

Also I have noticed less errors if the PC is not used for other activities.

BTc donations welcome:-  13c2KuzWCaWFTXF171Zn1HrKhMYARPKv97
JBT
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
September 22, 2013, 03:10:40 PM
 #923

i keep getting HW errors 100% on some of the usb erruptors. when i test them on another pc they test fine. i tried uninstalling(delete driver) a reinstalling(reinstall driver)

Could be a power problem. erupters need steady clean power at 500mA each. overloading the power source will induce more errors as the available current falls.

Also I have noticed less errors if the PC is not used for other activities.

i connected a cable to my pc 5V rail. a odin gt 800W i can monitor the amps per channel..........

ed. also getting   strtum from pool 0 requesting work update.....and it sticks there
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
September 22, 2013, 03:33:58 PM
 #924

I know you're busy with the BitFury code, Luke-Jr, but any ETA on the stratum proxy support on BFGMiner?  I'd love to run my rig off an OpenWRT box, save running a PC in the house all the time...or even the http getwork server for OpenWRT. Cheesy 

I want to get every little bit of use out of that little TP-Link. Wink
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
September 22, 2013, 03:52:31 PM
 #925

Anyone care to donate a thumb and a board to Luke-Jr so we can get BFGMiner support too at some point?
I will send boards to Luke Jr once we have them made.  Smiley
^ looks like I can confirm future Drillbit support for BFGMiner. Smiley

vulgartrendkill
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
September 22, 2013, 04:32:19 PM
 #926

Anyone care to donate a thumb and a board to Luke-Jr so we can get BFGMiner support too at some point?
I will send boards to Luke Jr once we have them made.  Smiley
^ looks like I can confirm future Drillbit support for BFGMiner. Smiley
Like Smiley

Woooooo!!!! Cool
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
September 22, 2013, 04:36:37 PM
 #927

Anyone care to donate a thumb and a board to Luke-Jr so we can get BFGMiner support too at some point?
I will send boards to Luke Jr once we have them made.  Smiley
^ looks like I can confirm future Drillbit support for BFGMiner. Smiley

I love it when a plan comes together.

Paladin69
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


View Profile
September 22, 2013, 07:56:15 PM
 #928

I will send tips if someone wouldn't mind helping me make a .bat file?  I'm not familiar with the basics of that...

Currently I have to change directories manually after running cmd (windows)...
...then paste this in...
bfgminer -G -o http://pool1 -u user_worker -p 123 -o http://pool2 -u user_worker -p 123
Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
September 22, 2013, 08:07:32 PM
 #929

Would someone mind helping me make a .bat file?  I'm not familiar with the basics of that...

Currently I have to change directories manually...
...then paste this in...
bfgminer -G -o http://pool1 -u user_worker -p 123 -o http://pool2 -u user_worker -p 123

Assuming you have the bfgminer dir on your desktop\bfgminer

Code:
@echo off
Echo ---------------

Cd C:\users\%username%\desktop\bfgminer
Bfgminer.exe [options]
Echo --------------------

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
Paladin69
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


View Profile
September 22, 2013, 08:28:16 PM
 #930

Would someone mind helping me make a .bat file?  I'm not familiar with the basics of that...

Currently I have to change directories manually...
...then paste this in...
bfgminer -G -o http://pool1 -u user_worker -p 123 -o http://pool2 -u user_worker -p 123

Assuming you have the bfgminer dir on your desktop\bfgminer

Code:
@echo off
Echo ---------------

Cd C:\users\%username%\desktop\bfgminer
Bfgminer.exe [options]
Echo --------------------

Thanks.

Is there a way to have the window a certain size in the batch file?  I always manually stretch out the window after typing cmd but it appears the window can't be changed after running.
Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
September 22, 2013, 09:25:16 PM
 #931

Right click the upper left corner click defaults and change settings. Save close window

Restart. Should be in effect now min width and buffer I recommend is 81 characters

Smiley cheers

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
Paladin69
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


View Profile
September 23, 2013, 05:30:17 AM
 #932

Right click the upper left corner click defaults and change settings. Save close window

Restart. Should be in effect now min width and buffer I recommend is 81 characters

Smiley cheers

Thanks man.  Can you post an image of your qr code?  I wanna send you a tip.  Can't seem to log into my blockchain right now, but my phone works.
JBT
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
September 23, 2013, 08:53:59 AM
 #933

Would someone mind helping me make a .bat file?  I'm not familiar with the basics of that...

Currently I have to change directories manually...
...then paste this in...
bfgminer -G -o http://pool1 -u user_worker -p 123 -o http://pool2 -u user_worker -p 123

Assuming you have the bfgminer dir on your desktop\bfgminer

Code:
@echo off
Echo ---------------

Cd C:\users\%username%\desktop\bfgminer
Bfgminer.exe [options]
Echo --------------------
easy way of doing things

goto where your miner is copied, my case c:\miner\bfg321
right click in there and make a new text document. double click on it to edit and as below copy the line in and adjust to where your miner is copied too. once done exit and save. rename file to file.bat notice the icon should change. right click on newly made file and select send to desktop as short cut.


C:\miner\bfgminer321\bfgminer.exe -o pool -u worker1 -p password1 -Q 10 --net-delay -L log.txt -G -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100


in my case i made its own little folder cause of different versions of miners.
Hope this helps , if you still have batch file problems lemme know.
JBT
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
September 23, 2013, 08:58:58 AM
 #934

at last got 10 out of 12 erupters running..... few errors among the 10 2 to 13% but 100% on the two little buggers. cant be power issues cause the majority running of the pc psu and it's pulling 10.7A.

how difficult is it going the winUSB route?
vulgartrendkill
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
September 23, 2013, 09:11:22 AM
 #935

at last got 10 out of 12 erupters running..... few errors among the 10 2 to 13% but 100% on the two little buggers. cant be power issues cause the majority running of the pc psu and it's pulling 10.7A.

how difficult is it going the winUSB route?

Personally, I found that a real pain in the ass, and you would have to use cgminer as BFG will stop recognising the BE.
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
September 23, 2013, 09:50:28 AM
 #936


C:\miner\bfgminer321\bfgminer.exe -o pool -u worker1 -p password1 -L log.txt -G -S erupter:all


Fixed. Wink
JBT
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
September 23, 2013, 10:37:54 AM
Last edit: September 23, 2013, 10:50:24 AM by JBT
 #937


C:\miner\bfgminer321\bfgminer.exe -o pool -u worker1 -p password1 -L log.txt -G -S erupter:all


Fixed. Wink

so u say the ica timing not needed? mmmm

ed. tried it getting this  BES 2: Work division autodetection failed (assuming 2): got 00000000 ?
                                 BES 4: Work division autodetection failed (assuming 2): got 00000000
Mudbankkeith
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
September 23, 2013, 11:16:57 AM
 #938


C:\miner\bfgminer321\bfgminer.exe -o pool -u worker1 -p password1 -L log.txt -G -S erupter:all


Fixed. Wink

so u say the ica timing not needed? mmmm

ed. tried it getting this  BES 2: Work division autodetection failed (assuming 2): got 00000000 ?
                                 BES 4: Work division autodetection failed (assuming 2): got 00000000

Timings are only needed if you are doing non standard activities.
work division probably would not make a noticeable difference with 12 erupters. If you run 100 erupters then its worth it.

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

Activity: 1246
Merit: 501



View Profile
September 23, 2013, 11:46:41 AM
 #939



so u say the ica timing not needed? mmmm

ed. tried it getting this  BES 2: Work division autodetection failed (assuming 2): got 00000000 ?
                                 BES 4: Work division autodetection failed (assuming 2): got 00000000

Never seen that Work Division thing.  The ICA timing isn't needed.
astutiumRob
Full Member
***
Offline Offline

Activity: 201
Merit: 100



View Profile WWW
September 23, 2013, 02:49:12 PM
 #940

But it simply wont start with the -S all and without it sees no Block Erupters

Further to this, if I start it with -S /dev/ttyUSB0 -S /dev/ttyUSB1 etc it loads ok (but is always 1 USB short of the actual when doing D - M), just the 'all' that causes it to stop

I'm thinking it's something to do with the BFL kit being in the middle of the USB Hub/Erupter chain - without the hub with eth BFL kit connected the -S all works

www.astutium.com - domains | hosting | vps | servers | cloud - proud to accept bitcoins. UK colocation for BFL and KNC ASICs in Tier3+ DC
Register Domains with BTC
Want to make some bitcoins ? Miner on ebay | Buy GH/s
Pages: « 1 2 3 4 5 6 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 ... 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!