Commit History

Author SHA1 Message Date
  Luke Dashjr e927fd568f If a device dies, attempt to reinitialize it occasionally 13 years ago
  Con Kolivas 5c74be5930 Generate merkle root hash in gen_stratum_work. 13 years ago
  Luke Dashjr 2ad32432b5 Merge branch 'bugfix_rest_before_wait' into bfgminer 13 years ago
  Luke Dashjr aceb10bfc5 Bugfix: The REST flag is now preferred over WAIT, since the former might trigger the latter 13 years ago
  Con Kolivas 1f6fe55152 Generate the coinbase for generation of stratum based work. 13 years ago
  Con Kolivas 1f64491f62 The number of transactions is variable so make merkle a variable length dynamically allocated array and track how many there are for stratum. 13 years ago
  Con Kolivas 1221a80d41 Rename nonce2 to n2size reflecting that it's a size variable and not the actual nonce. 13 years ago
  Con Kolivas 54ab28fd6e Provide rudimentary support for stratum clean work command in the stratum thread. 13 years ago
  Con Kolivas 04551445f6 Cope with pools being removed in the stratum thread. 13 years ago
  Con Kolivas 0f1f2a62a6 Use the pool sock value directly in the stratum thread in case it changes after reconnecting. 13 years ago
  Con Kolivas 56255a0c86 Create a stratum thread per pool that has stratum that monitors the socket and serves received data. 13 years ago
  Luke Dashjr a33bcbd9ce Merge branch 'recovery' into bfgminer 13 years ago
  Luke Dashjr 0c0f6d3243 Bugfix: modminer: Update temperature readings when disabled (fixes thermal cutoff recovery) 13 years ago
  Luke Dashjr dfa30502bf Bugfix: Move thermal cutoff to general watchdog code (fixes bitforce recovery) 13 years ago
  Luke Dashjr b3c2a02896 Rename enable_device to register_device, since it only works for setting it up at startup 13 years ago
  Luke Dashjr 155958b170 Move targettemp from ADL to cgpu_info, so all devices can readily use it 13 years ago
  Luke Dashjr 78934b6770 Merge branch 'bugfix_rest_pad' into bfgminer 13 years ago
  Luke Dashjr a39eedb732 Bugfix: "REST" flag had too much padding 13 years ago
  Luke Dashjr b0b3ea8baa Merge branch 'bugfix_thermal_spam' into bfgminer 13 years ago
  Luke Dashjr 77315ac2fd Bugfix: adl: Only warn and disable GPU due to thermal cutoff, if it's actually enabled 13 years ago
  Luke Dashjr e59ccf7d8e Bugfix: bitforce: Only warn and disable bitforce due to thermal cutoff, if it's actually enabled 13 years ago
  blinky ca8e3c8e4a Issue #130 13 years ago
  Con Kolivas 31c3759ecd Check return value of stratum_parse. 13 years ago
  Con Kolivas ac9a4378d1 Complete authorisation in stratum. 13 years ago
  Con Kolivas 331026595f Implement stratum parsing of notify parameters and storing them in the pool stratum work structure. 13 years ago
  Con Kolivas 9d4a44e88e Create helper functions for duplicating json strings to avoid keeping json references in use. 13 years ago
  Con Kolivas b86a893981 Append \n in the sock_send function instead of adding it when constructing json in stratum. 13 years ago
  Con Kolivas d416d22381 Don't keep any json references around with stratum structures. 13 years ago
  Con Kolivas 7e2dcc6fff Create parse_stratum function that hands off stratum parameters to other functions to manage pool stratum work struct variables. 13 years ago
  Con Kolivas a6f1a62220 Create helper functions for checking when a socket is ready to read on and receive a single line at a time. 13 years ago