Bitcoin Forum
May 14, 2024, 11:50:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 165 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1192943 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.
Evan
Hero Member
*****
Offline Offline

Activity: 507
Merit: 500



View Profile
January 15, 2014, 08:20:07 PM
 #2081

I am stupid at programming...


How do i build 3.9.0 and include CPU support for windows x64?Huh

Is there a build that is out there that supports it? I know its useless for BTC but I have my pools set so my CPU farm is mining new and emerging altcoins..... and it would be nice to have the same program for allll my mining

I am poor, but i do work for Coin Smiley
1PtHcavXoakgNkQfEQdvnvEksEY2NvwaLM
1715687433
Hero Member
*
Offline Offline

Posts: 1715687433

View Profile Personal Message (Offline)

Ignore
1715687433
Reply with quote  #2

1715687433
Report to moderator
1715687433
Hero Member
*
Offline Offline

Posts: 1715687433

View Profile Personal Message (Offline)

Ignore
1715687433
Reply with quote  #2

1715687433
Report to moderator
1715687433
Hero Member
*
Offline Offline

Posts: 1715687433

View Profile Personal Message (Offline)

Ignore
1715687433
Reply with quote  #2

1715687433
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715687433
Hero Member
*
Offline Offline

Posts: 1715687433

View Profile Personal Message (Offline)

Ignore
1715687433
Reply with quote  #2

1715687433
Report to moderator
1715687433
Hero Member
*
Offline Offline

Posts: 1715687433

View Profile Personal Message (Offline)

Ignore
1715687433
Reply with quote  #2

1715687433
Report to moderator
Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
January 15, 2014, 08:41:45 PM
 #2082

When is Bfg 3.10 downloadable from github ?

Probably a few seconds after it's released, at a guess.   Huh


Wow, such a helpful response...

There is no release tagged as 3.10.

Ljr will update thread with summary and updated title when 3.10 is deemed "ready"

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 15, 2014, 08:44:27 PM
 #2083

NEW VERSION 3.10.0, JANUARY 15 2014

Human readable changelog:
  • Support for AntMiner U1, Drillbit, and HashFast devices.
  • Option --weighed-stats to display share-count columns (A/R) weighed to difficulty 1.
  • x6500: maxclock setting (use with --set-device) to limit dynamic clocking range.
  • opencl/adl: Fixed crash on exit with R9 series GPUs.

Full changelog:
  • Downgrade official Windows build compiler to GCC 4.7.3.
  • Bugfix: Stratum: Accept JSON Number type for port number
  • Bugfix: proxy: Set start timer when creating new virtual devices
  • antminer: Add support for the Identify function - flashes LED 10 times
  • drillbit: Expand allowed external clock range to 0-255
  • drillbit: Forbid setting external clock usage if not supported by device
  • Check for DBC_TEMP capability before trying to read temperature
  • Bugfix: drillbit: Reduce work message to correct size
  • README: Update documentation for new udev rules and "video" group
  • Bugfix: opencl/adl: Set iSpeedType for get-fanspeed requests, and ensure we don't change do something weird with the fan when initially setting user-defined speed flag.
  • Bugfix: drillbit: Initialise rv variable
  • Bugfix: Simplify adding "http://" prefix to avoid strncat overflow (length excludes null byte)
  • hashfast: Debuglog work flushing
  • hashfast: Implement OP_NONCE search flag
  • hashfast: Log seq numbers for nonces found
  • hashfast: Count hashes done by nonces found, rather than no-pending-work (which could be triggered by flushes)
  • hashfast: Just keep a queue of the 32 most recent work items per core
  • hashfast: Convert to minerloop_queue driver model
  • hashfast: Gracefully complain if we are given an unknown chip or core address
  • udev rule for hashfast devices
  • hashfast: New driver using UMS protocol
  • CRC-8-CCITT implementation
  • AUTHORS: Add Lingchao Xu and move nwoolls up to antminer driver (and mention TwinFury driver for Andreas)
  • knc: Workaround false compiler warning about "uninitialised" vars
  • Bugfix: drillbit: Access fd after potentially reopening
  • Remove Christmas colouring
  • drillbit: Add udev rule
  • drillbit: Correct configure logic to check for generic bitfury code (needed to decode nonces)
  • drillbit: Implement some basic problem recovery
  • drillbit: Support identify command
  • drillbit: Read/write access to clock and voltage configuration from RPC and ManageTUI
  • drillbit: Store board configuration
  • drillbit: Read temperature sensor
  • drillbit: Check nonces against prev work
  • drillbit: Implement mining
  • drillbit: Only detection code
  • antminer: Initial support for the Bitmain AntMiner U1 ASIC Includes support for identifying the U1 separately from Icarus and Block Erupter Also includes overclocking via --set-device antminer:clock=xHEX
  • Extend horizontal lines to full screen width
  • Log devid for USB string request failures
  • Bugfix: segmentation fault if the terminal window is too narrow for the Help and Quit items
  • Accept "address" spelled out in --coinbase-addr option
  • Bugfix: document the need to package zlib1.dll in the Windows build instructions
  • Bugfix: Stratum: Re-read pool sock var after suspend+restart
  • Silence false uninitialised var use warning and calculate dev_runtime only once
  • Bugfix: HID API not properly detected on Mac OS X
  • Adjust device list size as necessary when accessing options
  • Avoid erasing the screen when statusy is not changing
  • Abstract common set_statusy code out of change_logwinsize and check_winsizes
  • TUI: Support pgup/pgdown for scrolling device list by page
  • Bugfix: icarus: quirk_reopen is an int
  • Bugfix: Do not allocate spi_port on the Stack, even to initialize - EXC_BAD_ACCESS on OS X
  • get_statline3: Simplify statistics gathering
  • Bugfix: twinfury: Use serial number formatted over USB, so it works with --scan
  • twinfury: Only debuglog temperature debugging data when --device-protocol-dump is enabled
  • Bugfix: twinfury: Populate temperature info on both processors
  • Option --weighed-stats to display A and R values weighed by difficulty
  • README.GPU: Document always-disabled-by-default for OpenCL driver
  • AUTHORS: Add Nate Woolls
  • Extend menu to full width of window
  • Abstract out spaces-to-eol to bfg_wspctoeol function
  • Elaborate on spi_port+stack problem in comments
  • Bugfix: Do not allocate spi_port on the Stack - EXC_BAD_ACCESS on OS X
  • Bugfix: don't attempt to probe Bluetooth devices when scanning hardware
  • x6500: Allow overriding the maximum frequency used by the dynclock logic Can now use e.g. --set-device x6500:maxclock=210 Prevents spending time on frequencies that only produce HW errors
  • HACKING: Clearly document that dname must be lowercase and alphabetic
  • bifury: Tolerate corruption in submit message, remapping shares to the first processor if chip id is unrecognised
  • bifury: Tolerate corruption in hwerror message
  • bifury: Tolerate corruption in job message, and only count hashes done when completing a known job
  • Use a lowercase driver name to fix --scan pattern matching Otherwise the following doesn't work: -S noauto -S twinfury:auto

Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
January 15, 2014, 08:47:39 PM
 #2084

See what I mean? Grin

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

Activity: 756
Merit: 500


View Profile
January 15, 2014, 08:52:20 PM
 #2085

This should actually be 265 or higher:

drillbit: Expand allowed external clock range to 0-255

I run my thumbs at 265 all day. 

I didn't find any information on how to run with drillbit devices?  Did I miss it in the documentation?  When I run with no arguments no devices are detected.

Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
January 15, 2014, 08:55:03 PM
 #2086

This should actually be 265 or higher:

drillbit: Expand allowed external clock range to 0-255

I run my thumbs at 265 all day. 

I didn't find any information on how to run with drillbit devices?  Did I miss it in the documentation?  When I run with no arguments no devices are detected.


Try -S drillbit:auto or all or specify the path per device

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 15, 2014, 09:05:54 PM
 #2087

This should actually be 265 or higher:

drillbit: Expand allowed external clock range to 0-255

I run my thumbs at 265 all day. 

I didn't find any information on how to run with drillbit devices?  Did I miss it in the documentation?  When I run with no arguments no devices are detected.

Be sure you have the original drivers, no Zadig/WinUSB/libusb nonsense.
I'll increase the clock limits in the next version I guess...

HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
January 15, 2014, 09:17:41 PM
 #2088

When is Bfg 3.10 downloadable from github ?

Probably a few seconds after it's released, at a guess.   Huh


Wow, such a helpful response...

HERP DERP.   Roll Eyes  New version available when new version released, like always. 
chiefstank
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
January 15, 2014, 09:33:13 PM
 #2089

YAY, 3.10.0

Device scan provides the following: nanofury_lowl_probe: Matched "NanoFury NF1 0.6" serial "0000082420", but mcp2210 lowlevel driver failed to open it

http://qoinpro.com/99b1520e7d3932692cbe5c9054adccb7 <--Free Coins everyday!
https://cex.io/r/0/chiefstank/0/ <--Cloud Mining GHS for BTC or Cash!
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
January 15, 2014, 09:53:08 PM
 #2090

This should actually be 265 or higher:

drillbit: Expand allowed external clock range to 0-255

I run my thumbs at 265 all day.  

I didn't find any information on how to run with drillbit devices?  Did I miss it in the documentation?  When I run with no arguments no devices are detected.

Be sure you have the original drivers, no Zadig/WinUSB/libusb nonsense.
I'll increase the clock limits in the next version I guess...

Don't stop at 265 either... I run my thumbs (with active cooling in winter weather) at 270. Wink

Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 15, 2014, 09:54:52 PM
 #2091

This should actually be 265 or higher:

drillbit: Expand allowed external clock range to 0-255

I run my thumbs at 265 all day.  

I didn't find any information on how to run with drillbit devices?  Did I miss it in the documentation?  When I run with no arguments no devices are detected.

Be sure you have the original drivers, no Zadig/WinUSB/libusb nonsense.
I'll increase the clock limits in the next version I guess...

Don't stop at 265 either... I run my thumbs (with active cooling in winter weather) at 270. Wink
I just made it 65535 in git. Hopefully that's enough.

jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
January 15, 2014, 09:56:34 PM
 #2092

This should actually be 265 or higher:

drillbit: Expand allowed external clock range to 0-255

I run my thumbs at 265 all day. 

I didn't find any information on how to run with drillbit devices?  Did I miss it in the documentation?  When I run with no arguments no devices are detected.

Be sure you have the original drivers, no Zadig/WinUSB/libusb nonsense.
I'll increase the clock limits in the next version I guess...

Don't stop at 265 either... I run my thumbs (with active cooling in winter weather) at 270. Wink
I just made it 65535 in git. Hopefully that's enough.

I'll let you know once I get my shipment of Dry Ice.. Wink

Mudbankkeith
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
January 15, 2014, 09:59:15 PM
 #2093

This should actually be 265 or higher:

drillbit: Expand allowed external clock range to 0-255

I run my thumbs at 265 all day. 

I didn't find any information on how to run with drillbit devices?  Did I miss it in the documentation?  When I run with no arguments no devices are detected.

Be sure you have the original drivers, no Zadig/WinUSB/libusb nonsense.
I'll increase the clock limits in the next version I guess...

Don't stop at 265 either... I run my thumbs (with active cooling in winter weather) at 270. Wink
I just made it 65535 in git. Hopefully that's enough.

I'll let you know once I get my shipment of Dry Ice.. Wink

cryogenic helium is a dwindling resource

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

Activity: 1288
Merit: 1004



View Profile
January 15, 2014, 10:58:08 PM
 #2094

I am having and odd problem running my BiFury.

I also get the same results with the new BFGminer installed.

I run BFG and get a msg and it says "User does not have privileges to install COM 9" Com 9 is where my BiFury is.

I have tried this on all usb ports and my USB hub and while recognized I get the same error.

When I run with this command -d? -S noauto -S bifury:all -D -T   it runs through so fast and shuts down BFG.

Any help would be great.



bronan
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500


Lazy Lurker Reads Alot


View Profile
January 15, 2014, 11:37:47 PM
 #2095

sadly bfgminer does not see my boards
driver is libusbx from windows

http://pastebin.com/wSaTwUJX

Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 16, 2014, 12:12:00 AM
 #2096

sadly bfgminer does not see my boards
driver is libusbx from windows
That's what happens when you have the wrong driver...

bronan
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500


Lazy Lurker Reads Alot


View Profile
January 16, 2014, 12:20:22 AM
 #2097

Grrr anyone know how to destroy the zadig crap out of windows install
Gawd i hate zadig so much it is easy to install but a nightmare to get it out of your system
Its almost a virus ..... did i allready made clear i hate it Cheesy

http://i447.photobucket.com/albums/qq197/ubronan/drbboard.png

this driver was installed after i removed every and all usb installed drivers

chiefstank
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
January 16, 2014, 12:23:18 AM
 #2098

Grrr anyone know how to destroy the zadig crap out of windows install
Gawd i hate zadig so much it is easy to install but a nightmare to get it out of your system
Its almost a virus ..... did i allready made clear i hate it Cheesy

http://i447.photobucket.com/albums/qq197/ubronan/drbboard.png

this driver was installed after i removed every and all usb installed drivers



you should be able to just install the VCP drivers again and it take over... someone correct me if i'm wrong.

http://qoinpro.com/99b1520e7d3932692cbe5c9054adccb7 <--Free Coins everyday!
https://cex.io/r/0/chiefstank/0/ <--Cloud Mining GHS for BTC or Cash!
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
January 16, 2014, 12:26:59 AM
 #2099

you should be able to just install the VCP drivers again and it take over... someone correct me if i'm wrong.

You can but sometimes Windows will "remember" an old driver later and use it again when it detects a device.

In my experience the only way around that is to go into Devices (or Device Manager) and go into Properties for the device. Dig into the Drivers area and click Uninstall and click the checkbox to delete the driver. Click OK.

Then install the new driver.

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: 2576
Merit: 1186



View Profile
January 16, 2014, 12:31:46 AM
 #2100

If anyone wants to elaborate on the README FAQ covering un-Zadig'ing, I bet that would be well-appreciated by many. Smiley

Pages: « 1 ... 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 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 ... 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!