Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lwYeo/SoliditySHA3Miner

Tags

2.2.2

Toggle 2.2.2's commit message
Update compute capability (Linux)

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.2 branch (#12)

* Commit #11 Improve the miner to have a master/slave mode

* Fix invalid effective hashrate output

* Fix invalid address for nonce

* Added effective hashrate output for master instance

Clean up code
Raised version

* Fixed miner not resuming on connection restore

* Fix invalid nonce on very low difficulty CPU mining

* Add error handling for failed master instance initialization

* Add Windows 7 SP1 target in preprocessor

* Added master/slave launch scripts, update Readme

* Add submit nonce count output in slave instance

* Fix ArgumentNullException if not able to retreive GPU name

* Update launch scripts

* Add slave behavior for Solo/Pool mining at master

Solo mining should submit only 1 valid nonce per challange

* Clean up code

* Add slave URL printing upon receive solution from slave miner

* Fix incorrect difficulty comparison

* Update guides

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.2 branch (#12)

* Commit #11 Improve the miner to have a master/slave mode

* Fix invalid effective hashrate output

* Fix invalid address for nonce

* Added effective hashrate output for master instance

Clean up code
Raised version

* Fixed miner not resuming on connection restore

* Fix invalid nonce on very low difficulty CPU mining

* Add error handling for failed master instance initialization

* Add Windows 7 SP1 target in preprocessor

* Added master/slave launch scripts, update Readme

* Add submit nonce count output in slave instance

* Fix ArgumentNullException if not able to retreive GPU name

* Update launch scripts

* Add slave behavior for Solo/Pool mining at master

Solo mining should submit only 1 valid nonce per challange

* Clean up code

* Add slave URL printing upon receive solution from slave miner

* Fix incorrect difficulty comparison

* Update guides

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.1.1 (#10)

* Moved most C/C++ code to C#, changed license

License changed to Apache License, Version 2.0 (the "License");
Raise version to 2.1.0
Update readme.
Improved application reliablity.
Allow CPU miner to run with GPU and/or iGPU concurrently (changed cpuMode to allowCPU)
Added batch file to launch all devices (CPU+iGPU+AMD+CUDA)

* Improved OpenCL & CPU hashrates, added missing logs

* Added gasApiMax parameter

Updated Readme
Added SEDO contract address in guide
Improved exception handling

* Update Readme and guide

* Fix compile errors in Linux

* Fix AMD GPU without name in Linux, improve error handling

* Clean up code

* Add 10 share delay offset for pool devfee

* Improve error handling, code cleanup

Also remove initial hashrate reducer (seems not required anymore)

* Fix compile error in Linux

* Fix CPU miner repeat "Stop mining" multiple times

* Fixed CPU miner slowdown in Linux

Enable exception handling (no impact in performance)

* Change CPU miner default affinity (odd), improve error handling

Fixed incorrect CPU hashrate in API

* Update help command

* Renamed ERC-541 to 0xBTC

* Clean up code

* Update Readme

* Fixed #7

* Raised version and update post build command

* Fix miner not exiting after kernel crash/stop

* Remove redundant launch script

* Update launch files, guide and Readme

* Added LIRA Cash contract address in guide

* Fixed #8

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 2.1 (#6)

* Moved most C/C++ code to C#, changed license

License changed to Apache License, Version 2.0 (the "License");
Raise version to 2.1.0
Update readme.
Improved application reliablity.
Allow CPU miner to run with GPU and/or iGPU concurrently (changed cpuMode to allowCPU)
Added batch file to launch all devices (CPU+iGPU+AMD+CUDA)

* Improved OpenCL & CPU hashrates, added missing logs

* Added gasApiMax parameter

Updated Readme
Added SEDO contract address in guide
Improved exception handling

* Update Readme and guide

* Fix compile errors in Linux

* Fix AMD GPU without name in Linux, improve error handling

* Clean up code

* Add 10 share delay offset for pool devfee

* Improve error handling, code cleanup

Also remove initial hashrate reducer (seems not required anymore)

* Fix compile error in Linux

* Fix CPU miner repeat "Stop mining" multiple times

* Fixed CPU miner slowdown in Linux

Enable exception handling (no impact in performance)

* Change CPU miner default affinity (odd), improve error handling

Fixed incorrect CPU hashrate in API

* Update help command

* Renamed ERC-541 to 0xBTC

* Clean up code

* Update Readme

2.0.6

Toggle 2.0.6's commit message
Updated CLM contract address

2.0.5

Toggle 2.0.5's commit message
Fixed pool mining does not check for maximum target

2.0.4

Toggle 2.0.4's commit message
Fixed incorrect abi launch reference in HiveOS

2.0.3

Toggle 2.0.3's commit message
Raised version, update Readme and clean up

2.0.2

Toggle 2.0.2's commit message
Fixed failed OpenCL compilation in Linux