Commit History

Author SHA1 Message Date
  Luke Dashjr 9df747c4ee Bugfix: ztex: Avoid trying to format non-libusb error with libusb error name 12 years ago
  Luke Dashjr 08e5909264 Merge branch 'unicode' into bfgminer 12 years ago
  Luke Dashjr b0ea77e1f3 Bugfix: Avoid trying to assign const use_unicode variable with --no-unicode option 12 years ago
  Luke Dashjr 30ecaa363e Merge commit '1b49cbf' into bfgminer 12 years ago
  Luke Dashjr 1b49cbfa95 Remove long-unused opt_time variable 12 years ago
  Luke Dashjr b833443d6a Merge commit '81b88e3' into bfgminer 12 years ago
  Luke Dashjr 81b88e3157 RPC: Avoid exposing Coinbase-Sig when it isn't supported 12 years ago
  Luke Dashjr e75f053b0b Merge commit 'a705ab3' into bfgminer 12 years ago
  Luke Dashjr a705ab3878 Bugfix: Fix build with libblkmaker < 0.2 12 years ago
  Luke Dashjr 408988557f Merge branch 'stratum_suggest_target' into bfgminer 12 years ago
  Luke Dashjr 4a12eaebe6 Attempt stratum mining.suggest_target before mining.subscribe, if --request-diff is used 12 years ago
  Luke Dashjr 7676509d93 Retry stratum if initiation fails for any reason after we have sent something (assuming there is more older variants we can try) 12 years ago
  Luke Dashjr e99dbecce9 Merge commit '1b21b16' into bfgminer 12 years ago
  Luke Dashjr 1b21b168be Bugfix: Restore delay for authorization on stratum mining.get_transactions 12 years ago
  Con Kolivas 07adb98b34 Bump version to 3.3.3 12 years ago
  Con Kolivas 8876fc33d2 Update NEWS for upcoming version 3.3.3 12 years ago
  Con Kolivas c8aac74114 Only perform the bin2hex on nonce2 data if it's required for stratum submission, thereby removing the last conversion of that type from stratum work generation. 12 years ago
  Con Kolivas 87ae66c7e6 Create a work data template when receiving stratum notification, allowing a simple memcpy of the merkle root avoiding more hex2bin conversions on each work generation. 12 years ago
  Con Kolivas 34bc106d82 Export the workpadding char in miner.h 12 years ago
  Con Kolivas 46b6b07afa Avoid a potential overflow should a pool specify a large nonce2 length with stratum. 12 years ago
  Con Kolivas 0379123bc1 Avoid one more hex2bin in gen stratum work. 12 years ago
  Con Kolivas 11bcf2b3fb Rename work gbt_coinbase to coinbase to be in line with pool variable name. 12 years ago
  Con Kolivas 5237bf350d Perform merkle bin hex2bin on stratum notify to avoid doing it on each work generation. 12 years ago
  Con Kolivas 8bc469e916 Reuse just the one pool coinbase variable in stratum, avoiding more string functions and storage in gen_stratum_work on each work generation. 12 years ago
  Con Kolivas 8c8ef6ff9b Rename pool gbt_coinbase variable to coinbase to combine it with the stratum coinbase data. 12 years ago
  Con Kolivas c542e47aa3 Use a nonce2 offset variable for both gbt and stratum to consolidate requirements on work generation. 12 years ago
  Con Kolivas c48e28a8d0 Merge pull request #474 from kanoi/master 12 years ago
  Kano eca6ace2d5 util.c update quit call for new functions 12 years ago
  Kano bab9ba9603 use correct define for OSX in util.c 12 years ago
  Kano 309cb2242b miner.h inline semaphores increase information on failure 12 years ago