Commit History

Author SHA1 Message Date
  Con Kolivas b2a3941ef1 Fix warning. 12 years ago
  Con Kolivas 992a97a396 Interrupting reads on the avalon to start writes loses data so remove the cgsem_post in the read code. 12 years ago
  Con Kolivas 1d614599a7 Add room for the null byte at the end of the nonce2 string on stratum share submission and zero the allocated ram. 12 years ago
  Luke Dashjr 0c8ede8678 Merge branch 'unicode' into bfgminer 12 years ago
  Luke Dashjr 801337c8b0 Detect curses support for wide characters during configure 12 years ago
  Luke Dashjr 188bd58cf2 configure: Check for more variants of curses library names 12 years ago
  Luke Dashjr e4f84ae244 Merge commit '9df747c' into bfgminer 12 years ago
  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