V1.7.6- New tuning parameter 'thread_delay', can be used in cmd (--cgputhreaddelay), config, gpu_conf
- Even faster kernel compilation
- Added HTML statistics page, can be accessed if API is enabled via /stats
- Added 3 new API parameters: --apirigrestarturl, --apirigshutdownurl, --apiminerrestarturl
- Added share 'trip' time from miner->pool->miner on share sending
- Added SSL in interactive configurator
- Removed --runbenchmark, --benchmarkduration parameters
- Fixed algo benchmarking
- Webchain sending stale shares again
- Startup monitor now restarts whole machine on fail, instead of miner
- Fixed a bug with shutdown temperature and false ADL temperature reporting
+ Oh, a new parameter that can impact your hashing speed :
thread_delay (or --cgputhreaddelay in start.bat)
It's value goes from 1-1000. It is used only when 2 or more threads are used per
SAME GPU.
Simply said, this value controls the timing between thread starting on the same gpu.
The default is 319, this is something i found acceptable across multiple gpu platforms.
+ Added a GUI statistics page, where you can see basic info about your mining session.
First you must enable API, by using the --apienable parameter in start.bat
Set your rig (computer) name with --apirigname myrigname also in start.bat
After you have started the miner, you can access the stats page in your browser :
http://127.0.0.1:21555/statsThere are also three other parameters that can help you to restart miner, reboot or shutdown your machine remotely :
--apirigrestarturl
This should be a unique string, which accessed in browser results in a computer restart. Miner needs to have admin privileges.
--apirigshutdownurl
This should be a unique string, which accessed in browser results in a computer shutdown. Miner needs to have admin privileges.
--apiminerrestarturl
This should be a unique string, which accessed in browser restart SRBMiner.
Example start.bat:
SRBMiner-CN.exe --config Config\config-normalv8.txt --pools Pools\pools-normalv8.txt --apienable --apirigrestarturl 12345fff --apirigshutdownurl 54321fff --apiminerrestarturl restart_my_srb
Visiting this url restarts your machine:
http://127.0.0.1:21555/12345fffVisiting this url turns off your machine:
http://127.0.0.1:21555/54321fffVisiting this url restarts SRBMiner:
http://127.0.0.1:21555/restart_my_srbOf course if you are going to 'open' this HTTP interface to the world, you better use complex urls so nobody can guess them easilly and turn off your rig Smiley
+ Now showing time in ms for shares. This is the time needed for:
- your miner sent the share to the pool
- pool accepted the share, did some validation and returned a result
- your miner accepted the result
+ Removed the benchmarking per algo, there is the
--benchmarkalgos parameter which benches all you got in algos.txt