Bitcoin Forum
June 15, 2025, 01:27:34 PM *
News: Pizza day contest voting
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 1193599 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.
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
February 15, 2014, 04:04:18 PM
 #2621

Just to clarify, there is no "emulating a com port" going on, VCOM is a native OS interface on every OS.

storm2k5
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 15, 2014, 05:26:01 PM
 #2622

Just to clarify, there is no "emulating a com port" going on, VCOM is a native OS interface on every OS.

So that's what the generic drivers like WinUSB, libusb-win32 and libusbk are for?

Code:
 [2014-02-15 18:10:25] Started bfgminer 3.10.0
 [2014-02-15 18:10:26] usb_devinfo_scan: Error opening device usb:003:001: LIBUSB_ERROR_NOT_SUPPORTED
..
 [2014-02-15 18:10:26] usb_devinfo_scan: Error opening device usb:001:001: LIBUSB_ERROR_NOT_SUPPORTED
 [2014-02-15 18:10:26] hidapi_try_lib: Couldn't load libhidapi.dll: unknown
 [2014-02-15 18:10:26] hidapi_try_lib: Successfully loaded libhidapi-0.dll
 [2014-02-15 18:10:26] hid_devinfo_scan: Found "USB Optical Mouse" serial " "
 [2014-02-15 18:10:26] hid_devinfo_scan: Found "(null)" serial " "
 [2014-02-15 18:10:26] hid_devinfo_scan: Found "EP2 Interrupt" serial " "
 [2014-02-15 18:10:26] hid_devinfo_scan: Found "EP2 Interrupt" serial " "
 [2014-02-15 18:10:26] hid_devinfo_scan: Found "EP2 Interrupt" serial " "
 [2014-02-15 18:10:26] Failed to get PortName registry key value in lowl-vcom.c _vcom_devinfo_scan_windows__hubport():447: The system cannot find the file specified.
 [2014-02-15 18:10:26] Failed to get PortName registry key value in lowl-vcom.c _vcom_devinfo_scan_windows__hubport():447: The system cannot find the file specified.
 [2014-02-15 18:10:26] Failed to get PortName registry key value in lowl-vcom.c _vcom_devinfo_scan_windows__hubport():447: The system cannot find the file specified.
 [2014-02-15 18:10:26] FTDI reports 0 devices
 [2014-02-15 18:10:26] FTDI device list failed, not using FTDI autodetect
 [2014-02-15 18:10:26] QueryDosDevice returned insufficent buffer error; enlarging to 200
 [2014-02-15 18:10:26] QueryDosDevice returned insufficent buffer error; enlarging to 400
 [2014-02-15 18:10:26] QueryDosDevice returned insufficent buffer error; enlarging to 800
 [2014-02-15 18:10:26] QueryDosDevice returned insufficent buffer error; enlarging to 1000
 [2014-02-15 18:10:26] QueryDosDevice returned insufficent buffer error; enlarging to 2000
 [2014-02-15 18:10:26] QueryDosDevice returned insufficent buffer error; enlarging to 4000
 [2014-02-15 18:10:26] lowlevel_scan: Found usb device at usb:001:001 (path=(null), vid=1033, pid=0194, manuf=(null), prod=(null), serial=(null))
...
 [2014-02-15 18:10:26] lowlevel_scan: Found usb device at usb:002:013 (path=(null), vid=297c, pid=0001, manuf=HashFast LLC, prod=M1 Module, serial=24dexxxxxxxxxxxxxxxxxxxxxxxxxx)
...
...
 [2014-02-15 18:10:26] No devices detected!

AFAIK there is no manufacturer driver for windows. I might try this on linux.


YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
February 15, 2014, 05:29:04 PM
 #2623

Just to clarify, there is no "emulating a com port" going on, VCOM is a native OS interface on every OS.

So that's what the generic drivers like WinUSB, libusb-win32 and libusbk are for?
No, WinUSB/etc just expose a raw USB interface to software.

storm2k5
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 15, 2014, 05:35:18 PM
 #2624

No, WinUSB/etc just expose a raw USB interface to software.

Ok, so I guess if there is no driver for it for windows, then it wont work on windows (not that I'm aware of any manufacturer driver for linux)
Thanks for your help.

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
February 15, 2014, 05:39:50 PM
 #2625

No, WinUSB/etc just expose a raw USB interface to software.

Ok, so I guess if there is no driver for it for windows, then it wont work on windows (not that I'm aware of any manufacturer driver for linux)
Thanks for your help.
Telling Windows to use its standard CDC driver tends to be relatively simple.

nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 15, 2014, 06:27:54 PM
 #2626

Telling Windows to use its standard CDC driver tends to be relatively simple.

Is this that Windows INF business? If so I can link to some files and give some pointers.

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
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
February 15, 2014, 06:38:54 PM
 #2627

Telling Windows to use its standard CDC driver tends to be relatively simple.

Is this that Windows INF business? If so I can link to some files and give some pointers.
Yes

storm2k5
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 15, 2014, 06:56:30 PM
 #2628

Telling Windows to use its standard CDC driver tends to be relatively simple.

Is this that Windows INF business? If so I can link to some files and give some pointers.
Yes

Please. I guess it needs me to make an inf file that loads winusb.sys?
Edit: I was under the impression that this is what zadig does if I tell it to install winusb for the M1 device (it then shows up as an Universal Serial Bus device in devmgr like it should)

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 15, 2014, 07:44:59 PM
 #2629

Telling Windows to use its standard CDC driver tends to be relatively simple.

Is this that Windows INF business? If so I can link to some files and give some pointers.
Yes

Here are some INFs for various CDC devices that I've either downloaded from the manufacturers or created myself:

https://www.dropbox.com/s/jpqcvsnx629ns4s/Windows-Mining-Infs.zip

Basically what you need to do is take one of these (I'd suggest the LittleFury INF) and edit it, replacing:

  • The VID values (there are two) with the VID values reported in the Windows Device Manager
  • The PID values (again two) with the PID values from Device Manager
  • Optional: The VENDOR and PRODUCT values with whatever you like

That's about it. You'll need to jump through whatever hoops your version of Windows requires for using unsigned drivers.

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
storm2k5
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 15, 2014, 08:05:51 PM
 #2630


That's about it. You'll need to jump through whatever hoops your version of Windows requires for using unsigned drivers.

Yay, success! Thanks for the help!

I have added the inf file I made to the zip and uploaded it:
https://www.dropbox.com/s/w607kpr4j2fh0o0/Windows-Mining-Infs.zip

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
storm2k5
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 15, 2014, 10:43:37 PM
 #2631

Sorry being such a bother.

I looked at the source on github and found some pointers on how I can set the clock on the BabyJet.

Quote
static const struct bfg_set_device_definition hashfast_set_device_funcs_probe[] = {
{"clock", hashfast_set_clock, "clock frequency (can only be set at startup, with --set-device)"},
{NULL},
};

Is clock rate setting through --set-device really implemented? What would be the argument?

I tried things like --set-device HFA:clock=600 which didn't seem to work

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2604
Merit: 1186



View Profile
February 15, 2014, 11:36:44 PM
 #2632

Sorry being such a bother.

I looked at the source on github and found some pointers on how I can set the clock on the BabyJet.

Quote
static const struct bfg_set_device_definition hashfast_set_device_funcs_probe[] = {
{"clock", hashfast_set_clock, "clock frequency (can only be set at startup, with --set-device)"},
{NULL},
};

Is clock rate setting through --set-device really implemented? What would be the argument?

I tried things like --set-device HFA:clock=600 which didn't seem to work
Are you actually running the code from git?
That being said, I didn't test this yet either... but it's so simple I'd be surprised by a bug.

storm2k5
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 16, 2014, 12:12:39 AM
 #2633

Are you actually running the code from git?
That being said, I didn't test this yet either... but it's so simple I'd be surprised by a bug.

No, I'm running the 3.10 x86 binaries. Just looking on git to get behind the --set-device syntax. And naturally assumed my syntax is wrong.
Should have looked at git history <.<

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Meuh6879
Legendary
*
Offline Offline

Activity: 1512
Merit: 1012



View Profile
February 16, 2014, 01:10:30 PM
Last edit: February 17, 2014, 03:45:47 PM by Meuh6879
 #2634

request :

After 2-4 days, on my BFL ... i have somes unexpected queue error (a chip does a loop).
BFGminer view this.

In my computer, i have created a "planned job" to kill BFGMiner task every 6 hours and restart after 1 min to avoid this.
But, in BFGMiner, you can add this feature ?

Like :
- if unexpected queue error from 1 chip append, wait 10-20 second
- if always append
- kill USB probe
- restart USB probe after 5 second
- continu job like usual.

Thanks  Smiley

Note : i don't touch anything on my setup (i don't unplug BFL or restart PC) ... kill BFGminer and restart solve the problem in all situation.
I have a BFL 12GH/s and a BES 333MH/s.
zipman
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 16, 2014, 04:57:35 PM
 #2635

Hey Guys newbie here still. My powered usb hub I bought was not working right when I plugged in some of my BE. I had an antminer that was not running at the 1.6 it was advertised as. per a suggestion on the site my usb hub might not be putting enough power I looked at the website for the company that made it and right there on the page it said it is not for asic mining. so I returned it and the only beefed up powered usb port they had was a 28 port 4 amp. My question is will I be wasting tons of ports on this beast? I spent like $90 bucks on it. I do plan on building up my mining operation but not all at once just a miner here and there.
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
February 16, 2014, 06:06:54 PM
 #2636

Hey Guys newbie here still. My powered usb hub I bought was not working right when I plugged in some of my BE. I had an antminer that was not running at the 1.6 it was advertised as. per a suggestion on the site my usb hub might not be putting enough power I looked at the website for the company that made it and right there on the page it said it is not for asic mining. so I returned it and the only beefed up powered usb port they had was a 28 port 4 amp. My question is will I be wasting tons of ports on this beast? I spent like $90 bucks on it. I do plan on building up my mining operation but not all at once just a miner here and there.

This thread is NOT the place for this question - try the Hardware section of the forum.
freddyfarnsworth
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
February 16, 2014, 09:40:05 PM
 #2637

A post from elsewhere:
"""We have not switched from "Scrypt" to "Adaptive-N-Factor Scrypt" (aka supposedly ASIC resistant, as if thats a huge problem for scrypt coins right now) for several very good reasons, all outlined by our development team here: https://kittehcoin.info/forums/meow-technical-discussion/does-kitteh-have-this-same-doge-mining-problem/msg2388/#msg2388; Majsta makes some excellent points as well."""

Any one else no longer able to use bfgminer on scrypt GPU on alt pools ?
All of a sudden, any pool address nothing works here on any of 6 machines.. what changed other than kgw and n factor ?
It was working fine a week ago. I noticed the pools were disconnected from stratum, on reboot nothing works, everywhere.
bfgminer -S opencl:auto --scrypt -o stratum+tcp://altcoinpool.org:3341 -u xxx.xxx -p x -I 9,9,9

Ant / usb / gpu miners on Bitminter still works fine.

Is nwools taking care of scrypt now ?

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

Activity: 49
Merit: 0


View Profile
February 17, 2014, 03:11:06 AM
 #2638

I have a question maybe someone on here can help me with. I am running 9 Antminers all on BFGminer 3.10 on Eligius. Currently I have them running on two different computers because some seem to handle overclocking better than others. Is it possible to run more than one instance of BFGminer on the same computer and specify certain Antminers for each instance and set the clocking at different speeds for each instance of the miner?

Please let me know.

T.
djaychela
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 17, 2014, 08:31:51 AM
 #2639

I have a question maybe someone on here can help me with. I am running 9 Antminers all on BFGminer 3.10 on Eligius. Currently I have them running on two different computers because some seem to handle overclocking better than others. Is it possible to run more than one instance of BFGminer on the same computer and specify certain Antminers for each instance and set the clocking at different speeds for each instance of the miner?

Please let me know.

T.
It's definitely possible - you'd need to set the ports correctly on each bfgminer that you run, but it definitely will work, just take a bit of working out which port the good/bad antminers are on, and then writing a startup script for each one with the appropriate settings.  MultiMiner runs multiple bfgminers (to allow it to mine scrypt/sha, and indeed to mine different coins on different GPUs, etc) without issue, so starting it 'manually' shouldn't be a problem providing you specify the ports on each instance.
storm2k5
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 17, 2014, 05:50:03 PM
 #2640

Are you actually running the code from git?
That being said, I didn't test this yet either... but it's so simple I'd be surprised by a bug.

No, I'm running the 3.10 x86 binaries. Just looking on git to get behind the --set-device syntax. And naturally assumed my syntax is wrong.
Should have looked at git history <.<

Just a re on this: I built from git today, and the HFA clock setting (not surprisingly) works like intended

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Pages: « 1 ... 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!