UbuntuUpdates.org

Package "cgminer"

This package belongs to a PPA: GetDeb Apps

Name: cgminer

Description:

Multi-threaded multi-pool FPGA and ASIC miner for bitcoin
This is a multi-threaded multi-pool FPGA and ASIC miner for bitcoin.

Compiled with support for:
- Avalon
- BFL ASICs
- BitForce FPGAs
- BitFury ASICs
- Hashfast
- Icarus
- KnC miners
- BlackArrow Bitfury
- Klondike
- ModMiner FPGAs

Latest version: 4.9.2-1~getdeb1
Release: trusty (14.04)
Level: getdeb
Repository: apps
Homepage: http://ck.kolivas.org/apps/cgminer/

Links


Download "cgminer"


Other versions of "cgminer" in Trusty

Repository Area Version
base universe 3.11.0-1

Changelog

Version: 4.7.0-1~getdeb1 2014-10-19 12:09:50 UTC

cgminer (4.7.0-1~getdeb1) trusty; urgency=medium

  * New upstream version
    - Implement generic inet_pton for windows
    - Fix warnings
    - Fix bulk of remaining style in blockerupter.c
    - Tidy style in blockerupter.h
    - Tidy bulk of style in blockerupter.c
    - Fix missing minimum diff setting for blockerupter
    - Fix unused variable warnings
    - remove unnecessary sleep; fix potenital div by 0 errs; use min_diff in
    driver definition
    - Fix coding style
    - Make the sp30 hashrate meter based on valid share generation
    - Change default max queue back to 1 in line with speed of most current
    asic controllers
    - Change diff limits to values suitable for sp30
    - Add pool number to response from addpool to the API
    - Make the restart and quit API commands valid json responses
    - Fix number of nos
    - Add option to set clock ('--bet-clk X' actual clock is (X+1)*10 )
    - compatible with X24 board
    - Fix error when using v6 without mask in api-allow
    - Support ipv6 multicast
    - Set min_diff to 1
    - Allow arbitrary clamping of lower device diffs for slow controllers by
    driver
    - Don't set default fan to max on hashratio
    - The 2nd read never gets anything on ava2 so remove it entirely and just
    return an error if we are out of sync
    - Implement support for mining.suggest_difficulty
    - Fix client ip address output
    - Free addrinfo garbage
    - Remove the brackets when using v6 pool address
    - Add ipv6 support for api listen
    - Avalon Nano: Add support Avalon Nano usb miner
    - fix bug in setdiff
    - limit minimum diff to 64
    - Add BlockErupter Driver
    - Avalon2: display currect max temperature on statline
    - Remove unused variable

 -- Christoph Korn Tue, 14 Oct 2014 15:04:20 +0200


Version: 4.6.1-1~getdeb1 2014-09-20 21:09:08 UTC

cgminer (4.6.1-1~getdeb1) trusty; urgency=medium

  * New upstream version
    - Throttle bflsc28 devices when they hit the overheat limit
    - Add whitelisting of firmware used in final bflsc28 products
    - API.java - remove lowercase of all data sent
    - Avalon2: Add 3 bytes nonce2 support
    - Avalon2: MM needs n2size length Sat, 20 Sep 2014 18:17:20 +0200


Version: 4.6.0-1~getdeb1 2014-09-10 20:08:22 UTC

cgminer (4.6.0-1~getdeb1) trusty; urgency=medium

  * New upstream version
    - We should not be checking for pool_unworkable in cnx_needed as it is
    keeping
    stratum connections open on unused pools
    - Properly handle lack of input when adding pool via menu
    - Allow workers without passwords
    - minion - increase max chip number
    - Avalon2: add more comments on Avalon2 options
    - Avalon2: add polling delay option, long coinbase support, LED status on
    API, change overheat from 88 to 98
    - minion - add a ' before non-zero core error counts
    - minion - hidden optional per core nonce stats
    - bflsc28 - clock is hex
    - bflsc28 - allow setting clock and volt from the API ascset command
    - bflsc28 - add chip count to stats
    - bflsc28 stats
    - Simplehacks to better serve bflsc28
    - Only use one hashtable for bflsc28 work queued
    - Copy back the buffer after we've stripped the inprocess field on bflsc
    - Parse results for BMA based on uid and remove work from the queue when
    found
    - Strip out the inprocess details from bflsc results if it exists
    - Create a hashtable of work by uid as it's accepted by BMA
    - Add some rudimentary values for BMA sleep times
    - Fix various errors in queueing work for bflsc28 and limit job queueing
    to 10 to fit within a usb frame
    - Create preliminary work queueing for bflsc28 using jobs of up to 20 at
    a time by rolling work where possible
    - Convert all bflsc transfers to the full 512 bytes
    - Don't mistake bflsc28 for fpga
    - Do initial detection of bflsc28 devices

 -- Christoph Korn Tue, 09 Sep 2014 22:00:33 +0200


Version: 4.5.0-1~getdeb1 2014-07-30 21:08:56 UTC

cgminer (4.5.0-1~getdeb1) trusty; urgency=medium

  * New upstream version
    - Fix windows build for hashratio and ava2
    - Demote bad checksum message in cointerra driver but allow message to
    still be
    parsed since it won't allow existing firmwares to work otherwise
    - Reorder and document the configure options
    - Merge https://github.com/KnCMiner/cgminer into knc
    - Change default voltage on ava2 to 0.666V because Satan
    - Enable combined building of avalon2 and hashratio
    - Fix stratum embedded fpgas to not duplicate work with other devices
    - Implement smarter PID type fan control for ava2 allowing more generous
    temperatures and far lower fan speeds for optimal power and noise usage.
    Adjust default frequency to 450 as per recommendation.
    - Fix various warnings in ava2
    - Go back to polling design since async will not work for ava2 and fix
    various read design errors
    - Fix error in 2nd read functions for av2 and hro
    - Correct init and read sequence for ava2, and convert from a polling
    mechanism to a separate read thread
    - Initial commit of ava2 conversion to direct USB
    - Display frequency and voltage with ava2 on the statline
    - Store fan percentage and display temp and fan percent for ava2
    - Set avalon2 frequency and voltage to appropriate defaults if none are
    specified on the command line
    - Demote some ava2 messages that don't need to be errors and remove
    unused works array
    - Fix broken fan logic for ava2
    - Fix hexdump on 64bit
    - rockminer frequency is between 200 and 400 MHz
    - fix jansson include path in cgminer-api compile instructions
    - Remove requirement for ifndefs for avalon2 from the generic driver work
    function
    - Fix hashratio device name
    - Make submit_nonce2_nonce return whether the share was valid or not
    - Reinstate missing necessary init sequence for hashratio
    - Handle disconnected hashratio devices
    - Add hashratio frequency command line
    - Fix stratum updates not being passed to hashratio devices and clean up
    - Move to updated avalon2 type driver model for hashratio device
    - Initial import and conversion of hashratio driver to direct USB
    - Increase the internal buffer for API response, as "stats" command
    response can grow greater than 8K
    - Detach test pool thread only if we have a blocking startup

 -- Christoph Korn Wed, 30 Jul 2014 20:21:27 +0200


Version: 4.4.2-1~getdeb1 2014-07-17 20:08:28 UTC

cgminer (4.4.2-1~getdeb1) trusty; urgency=medium

  * New upstream version
    - Fix processarg parameters loaded from a config file not being saveable
    - We only use the jansson in our source tree so no need for special case
    handling of older versions
    - Upgrade jansson to 2.6
    - Only clear sockbuf if it's been allocated
    - Fix missing osm-led-mode support in write config
    - Deal with nanosecond overflow in both directions on both addition and
    subtration of timespecs
    - Rename sp10 driver internally from spondoolies to sp10
    - minion - add a 2nd (optional - disabled) reset test
    - production stats added, reset queue added
    - minion - correct led ghs2 choice
    - minion - correct ghs2 display
    - minion - reset the led counter when doing a chip RSTN full reset
    - minion - don't reset the led counter for an SPI reset
    - minion - led per chip and use all time average
    - minion - report spi error counts and settings in stats
    - minion - undeclared fix
    - minion - chip power cycle option
    - minion - record 0xff error history and reduce screen output
    - minion - reset on result or fifo 0xff
    - minion - clarify the 0 value of spireset
    - minion - make SPI reset more configurable
    - minion - make the SPI reset ms sleep a parameter and API settable
    - sp10 sensors
    - sp30
    - minion - led+more api setting
    - Avoid blocking all pool testing if one pool fails to ever init
    - There is no point storing the hints addrinfo in struct pool
    - minion - 'reset' SPI when getting errors
    - initialise more pool values in benchmark
    - minion - auto adjust freq
    - merge upstream frequency changes
    - icarus - timing history in its own function
    - rbox - add lotsa stats, tidy up a bit more
    - Fix an off-by-one.
    - icarus - detect stat should be LOG_DEBUG
    - icarus - tidy up rbox code, remove statics, and add rocketbox
    - minion - do an early reset to clear the chip status
    - minion - use descriptive names for the list types
    - Avalon2: automatic adjust fan speed, using crc16 on job_id compare,
    turn on
    the led by API, detect twice when start, remember the last stratum
    message
    increase the hashrate, add cutoff option
    - fix AntS1 breakages from AntS2 changes
    - minion - disable dup nonce check
    - minion - add an ioseq number for each ioctl to simplify work ordering
    - minion - redo old work expiry based on txrx order
    - minion - more work stats, minimise queued work, free flushed queued
    work
    - minion - allow resetting a chip via the API
    - minion - correct 'WQue Count' in stats
    - minion - delay after reset, reset history also, add dups to api stats
    - noncedup - give access to the internal stats
    - minion - increase reset to 75%
    - minion - dup checking, disable reread by default and extra ioctl
    debugging
    - minion - always check the chip queue before queuing new work

 -- Christoph Korn Thu, 17 Jul 2014 14:04:36 +0200




About   -   Send Feedback to @ubuntu_updates