mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Update NEWS.
This commit is contained in:
parent
c9f58230a5
commit
730d062636
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
||||
Version 3.3.4 - 14th August 2013
|
||||
|
||||
- API/miner.php add some % fields
|
||||
- Nonce2 stratum submission is not working with nonce2 lengths >4, revert the
|
||||
buggy __bin2hex function and use bin2hex.
|
||||
- The write thread in avalon is only ever actually woken up by timeout so remove
|
||||
the write semaphore and use a simple sleep poll.
|
||||
- Fix warning.
|
||||
- Interrupting reads on the avalon to start writes loses data so remove the
|
||||
cgsem_post in the read code.
|
||||
- Add room for the null byte at the end of the nonce2 string on stratum share
|
||||
submission and zero the allocated ram.
|
||||
|
||||
|
||||
Version 3.3.3 - 13th August 2013
|
||||
|
||||
- Only perform the bin2hex on nonce2 data if it's required for stratum
|
||||
|
Loading…
Reference in New Issue
Block a user