89 Commits (f737992f4108e40e095d233e3169a9db167d4cf5)

Author SHA1 Message Date
Noel Maersk f737992f41 core: introduce `--incognito` + minimal revision of `--compact`. 11 years ago
Noel Maersk a38f01c9a2 misc: explain gpu-threads comment FIXME. 11 years ago
Spencer Shimko 45a16f1ac2 Fixup --help on intensities. 11 years ago
Con Kolivas a825524325 We shouldn't block on no work situations directly from the getwork scheduler itself. 11 years ago
Con Kolivas b9b3abe264 Make the pthread cond wait in the getwork scheduler a timed wait in case we miss a wakeup. 11 years ago
Con Kolivas 7134cd7050 Add debug output when get_work() is blocked for an extended period and add grace time to the device's last valid work to prevent false positives for device failure. 11 years ago
Con Kolivas 26c4be818a Show device info in noffset nonce share above target message. 11 years ago
Con Kolivas 117c032b92 Slowly remove work even if it's not being used to keep the getwork counter incrementing even if work is not used and as a test that pools are still working. 11 years ago
Con Kolivas 5dad99caf6 Give device info with share above target message. 11 years ago
Con Kolivas b5abf68938 Always show the stratum share lag time in debug mode. 11 years ago
Con Kolivas 9c59fe2c31 Add stratum share response lag time to verbose output if it's greater than 1 second. 11 years ago
Con Kolivas 7731806417 Add stratum share submission lag time to verbose information if it's over 1 second. 11 years ago
Con Kolivas 95ac0c4356 Export the flush_queue function for use by drivers. 11 years ago
Con Kolivas ab805ec146 Remove wrong goto 11 years ago
Con Kolivas d5d34f2168 Remove the unqueued work reference when we discard work from get queued as well. 11 years ago
Con Kolivas ee7fb11cfb Wake the global work scheduler when we remove a work item from the unqueued work pointer. 11 years ago
Con Kolivas 2cea7ce439 Discard work that is stale in the get_queued() function, returning NULL instead. 11 years ago
ckolivas 8592226ad2 Add a get and queue helper work function. 11 years ago
Con Kolivas 011512561a Add a call to a driver specific zero stats function when zero stats is called to allow each driver to reset its own stats as well if desired. 11 years ago
Con Kolivas dc767487e2 Fix displayed diff when solo mining at >2^32 diff. 11 years ago
Con Kolivas c31de2601b Store when the last getwork was retrieved and display it in the API summary. 11 years ago
ckolivas d1e2bfaf7f Make submit_tested_work return a bool about whether it meets the work target or not. 11 years ago
ckolivas a58ef1b8c7 Provide a helper function for determining dev runtime and use it in the hashmeters used. 11 years ago
Con Kolivas 3323f9f9bf Generically increase the queue if we are mining on a pool without local work generation each time we run out of work. 11 years ago
Con Kolivas 5167962840 Change new block detection message since longpoll is rarely relevant today. 11 years ago
Con Kolivas 1ad3285f56 Use unused line at the top of the log window which often gets stuck unchanging. 11 years ago
Con Kolivas cc2aa215a8 Clear pool work on a stratum reconnect message. 11 years ago
Kano faf63ec036 Modify thread naming to make them easier to identify 11 years ago
Noel Maersk 87102ecd07 pool: additional debug logging for stratum pools. 11 years ago
Noel Maersk dab1d35efd log: add LOG_INFO message about suspended stratum to stratum_rthread(). 11 years ago
Noel Maersk c09a5b4406 core: remove num_processors (unused). 11 years ago
Noel Maersk 3f5485ae43 misc: clarify comments in switch_pools(). 11 years ago
unknown b178ade675 VS2010 build: Added PSW kernel. Version bump to 4.1.0. 11 years ago
Noel Maersk 8043af5ec7 core: write gpu-threads to config when using ncurses menu. 11 years ago
Noel Maersk b5b20c19f6 core: make errors on reading experimental options from config less scary. 11 years ago
Noel Maersk 8dd1c2d4af core: correctly parse boolean configuration values. 11 years ago
Noel Maersk 0e8ec8d060 pools: Allow disabling pool even if it's the last one enabled. 11 years ago
Noel Maersk 3f34049302 core: change default scantime/expiry to 7/28 (back to 1:4 ratio). 11 years ago
Noel Maersk f2f2bcedc7 build: use git version if available. 11 years ago
Noel Maersk 52e9df8d78 help: temp-target and temp-overheat had identical descriptions that do not describe what they actually do. 11 years ago
Brandon Tuomela bda1070259 kernel: add psw kernel. 11 years ago
troky b3dbe146ad Fixed le25todouble() casting. 11 years ago
troky e0c380a2c9 Fixed missing realloc removed by mistake. 11 years ago
Noel Maersk c23522036d ui: Don't display pool list N times if N pools are set hidden in config. 11 years ago
Noel Maersk 9f99474e69 pools: Revert back to "Pool N" default pool name, and use json_array_index to set it. 11 years ago
Noel Maersk ed61c38ec8 build/mingw: style fixup after tonobitc merge. 11 years ago
tonobitc 32b13ccb46 fix for mingw-w64 11 years ago
tonobitc d56d4ced64 include winsock2.h to resolve ws2tcpip.h conflict 11 years ago
Noel Maersk e123cc20c3 kernel: search in `pwd`/kernel/ for kernels. 11 years ago
Noel Maersk d203dddabb ui: remove mention of cgminer in "Settings" menu. 11 years ago