thodg/cgminer/README

Branch :


Log

Author Commit Date CI Message
149f1d75 2012-09-24 08:49:40 README - FAQ - usermod group - shouldn't remove other groups
923b9e0d 2012-09-18 11:19:57 Calculate work difficulty for each getwork and display with WorkTime debug
ad7aa2b3 2012-09-16 11:42:51 FPGA - allow long or short device names in detect code + style police
796f3906 2012-09-16 07:57:43 WorkTime - multiple nonce per work and identify the work source
bd3c98aa 2012-09-15 14:04:57 Optional WorkTime details with each Accepted/Rejected work item
68046631 2012-09-12 08:46:53 README URL proxy must use quote so show in the example
cef9731f 2012-09-12 07:44:00 CURL support for individual proxy per pool and all proxy types
6b2deb0a 2012-09-11 16:27:39 README spelling/etc
9f9c688f 2012-09-11 14:29:08 README - FPGA device FAQ
c01284fb 2012-08-20 11:58:05 Remove short options -r and -R to allow them to be reused and remove readme entries for deprecated options.
ed3eb577 2012-08-18 15:44:48 Introduce a new statistic, Work Utility, which is the number of difficulty 1 shares solved per minute. This is useful for measuring a relative rate of work that is independent of reject rate and target difficulty.
26ab7346 2012-08-18 15:27:53 Implement a new pool strategy, BALANCE, which monitors work performed per pool as a rolling average every 10 minutes to try and distribute work evenly over all the pools. Do this by monitoring diff1 solutions to allow different difficulty target pools to be treated equally, along with solo mining. Update the documentation to describe this strategy and more accurately describe the load-balance one.
ec4a8646 2012-08-15 10:45:40 Fix README faq on bfl auto-detect.
52821d42 2012-07-30 09:30:32 Minor readme updates.
58cb42c2 2012-07-30 09:22:55 Update README with more build instructions.
6332c426 2012-07-29 20:13:22 Add scrypt documentation in the form of a separate readme.
80349ab1 2012-07-06 18:58:41 Add documentation for minirig/nonce range support.
659e5043 2012-06-28 02:29:58 implement and document API option --api-groups
4dee0d04 2012-06-05 13:30:40 FPGA - allow device detect override without an open failure
9f872d1d 2012-06-12 14:33:36 modminer: Make log messages more consistent in format
d3fa59d7 2012-06-05 02:17:09 Abstract generally useful FPGA code into fpgautils.c
4c3e3460 2012-05-31 20:01:17 Move RPC API content out of README to API-README
17b6f111 2012-05-16 23:53:13 Icarus: make --icarus-timing hidden and document it in FPGA-README
b5ed958e 2012-05-16 22:25:21 Icarus: high accuracy timing and other bitstream speed support
0cad29f9 2012-05-05 16:30:03 API 'stats' update README
3a4c6f4d 2012-05-05 15:06:56 Spelling ...
976e27c4 2012-05-05 15:04:15 API add getwork stats to cgminer - accesable from API 'stats'
e3a3c68a 2012-05-03 15:57:04 Readme updates.
524e2fb8 2012-05-02 16:11:11 api.c V1.9 add 'restart' + redesign 'quit' so thread exits cleanly
53c22551 2012-04-29 09:12:23 Change default behaviour to submitting stale, removing the --submit-stale option and adding a --no-submit-stale option.
e502fde5 2012-04-27 11:13:52 Remove the ability to disable longpoll. It is not a useful feature and will conflict with planned changes to longpoll code.
724d9e45 2012-04-26 02:05:45 README - add some Ztex details
84a0012f 2012-04-26 00:15:03 README correct API version number
8dee991c 2012-04-26 00:14:17 README spelling error
bb57962d 2012-04-25 19:40:25 README clarification of 'notify' command
32ceec8d 2012-04-25 19:37:55 README update for API RPC 'devdetails'
ddf93c36 2012-04-25 15:51:30 Add libusb to list of dependencies for building.
6b0d767a 2012-04-25 13:23:57 Extensively document the cause of GPU device issues and the use of --gpu-map.
4648330c 2012-04-24 21:46:48 Support for share logging
7296e53f 2012-04-25 11:47:45 Grammar fix.
22ea2f90 2012-04-25 11:26:33 Yet more FAQ about SDK 2.6 and hashrate slowdowns.
f1ae7bbb 2012-04-22 01:04:34 Document long-form COM port device names on Windows, required to specify serial ports above 9
0f74ba05 2012-04-22 00:57:59 Implement and document "-S noauto" to inhibit autoscanning without specifying a serial device
2e1d2017 2012-04-21 03:15:41 API add removepool like the screen interface
eec7c1a9 2012-04-20 23:50:27 api.c escape required characters in return strings + pools returns the username
c52b55e2 2012-04-18 12:55:16 README update details about miner.php
e0c4d606 2012-04-14 23:47:34 Minor readme updates.
3fa3f60b 2012-03-30 00:03:29 api.c new commands: pgaenable pgadisable
2beb3500 2012-03-28 04:24:41 Merge pull request #153 from kanoi/master Add API support for Icarus and Bitforce + Icarus fixes ++
ad824207 2012-03-28 04:21:18 Merge pull request #151 from luke-jr/libudev_detect_fixes Bugfix: Check for libudev header (not just library) in configure, and document optional dependency
6d4314d4 2012-03-27 23:04:17 Add extensive instructions on how to make a native windows build.
18a8b550 2012-03-23 03:17:20 API returns the simple device history with the 'notify' command
6e35503e 2012-03-22 19:47:23 api.c config 'Device Code' to show list of compiled devices + README
3d9970d6 2012-02-29 09:02:30 Bugfix: Check for libudev header (not just library) in configure, and document optional dependency
cb3323b7 2012-02-29 21:17:10 Add API support for Icarus and Bitforce
c9b7a223 2012-02-27 12:58:35 Next API version is 1.4 (1.3 is current)
b4c7c56f 2012-02-27 12:02:14 README/api.c add "When" the request was processed to STATUS
aff55fab 2012-02-25 20:59:27 Bugfix: "-S auto" is the default if no -S is specified, and there is no such delay in using it
f13fd8d1 2012-02-26 11:12:06 README add information missing from --scan-serial
bd506cd3 2012-02-26 10:41:06 Update README RPC API Version comment
f635ac49 2012-02-24 11:53:49 FAQ about sockets not working on windows PHP
0abac0b5 2012-02-24 03:00:01 API implement addpool command
21ef690a 2012-02-23 20:52:09 Update NEWS and README for 2.3.0
60c5ac68 2012-02-23 16:10:17 API new commands enablepool and disablepool (version already incremented)
6f65599a 2012-02-23 10:28:32 Fix API README (no --api-access -> it's --api-allow)
ca2b2d9b 2012-02-23 01:44:41 Don't save 'include' when saving the configuration
915c72d8 2012-02-23 01:31:52 Allow configuration file to include another recursively
882e4d85 2012-02-21 03:14:20 Merge pull request #123 from xiangfu/icarus Add Icarus Support to Cgminer
a455ac7b 2012-02-21 11:16:57 README document API 'privileged' command
9b83c126 2012-02-20 21:24:00 Update documentation for API changes
8d6d62c3 2012-02-20 09:31:11 Update FAQs.
89b32b17 2012-02-20 09:28:01 Officially support diakgcn in code and docs.
dfead150 2012-02-15 12:43:25 add shortcuts to description for easy grep
beaf158a 2012-02-14 00:01:20 update README for Icarus
c235c7e3 2012-02-15 14:35:13 Allow the refresh interval to be adjusted in dynamic intensity with a --gpu-dyninterval parameter.
ecaf33a7 2012-02-11 20:23:27 Update README.
543265d6 2012-01-24 14:34:17 Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
f19e67fe 2012-02-08 19:06:24 Allow API to restrict access by IP address
43013514 2012-02-05 23:22:52 Merge pull request #104 from kanoi/master Return last accepted share pool/time for devices
82f74af5 2012-02-05 21:36:41 Deprecate the --donation feature. Needlessly complex, questionable usefulness, depends on author's server and a central pool of some kind, and was not heavily adopted.
09694640 2012-02-04 19:24:48 Return last accepted share pool/time for devices
181b16c1 2012-01-30 23:31:30 Update docs.
b3d1378e 2012-01-30 20:19:48 Provide debugging advice.
49e35799 2012-01-29 10:32:57 README updates.
2e16d5e5 2012-01-23 15:32:48 Add more explanation of JSON format and the 'save' command
bf5321cf 2012-01-22 20:14:33 API 'save' command details
89989703 2012-01-22 18:34:13 Put back deleted option
ec2c0b78 2012-01-22 18:24:55 Add API commands: config, switchpool, gpu settings, save
e15d57d7 2012-01-22 09:36:21 Implement socks4 proxy support.
3cad815e 2012-01-21 19:06:48 Fanspeed faq.
5179d224 2012-01-20 15:36:42 Introduce a --net-delay option which guarantees at least 250ms between any networking requests to not overload slow routers.
c487383c 2012-01-20 09:12:49 Allow CPU mining explicitly enable only if other mining support is built in.
67376ca0 2012-01-20 09:06:56 Update README + FAQ.
9e40e87a 2012-01-18 23:49:17 Update documentation
a91e145f 2012-01-19 17:01:37 Update README.
68c807d7 2012-01-11 11:09:18 Typo in readme.
d1f896a6 2011-12-26 23:50:32 Merge pull request #63 from kanoi/master fix test/set of thr->pth to also work in windows
5033dcd3 2011-12-27 18:33:49 fix test/set of thr->pth to also work in windows
4c1c8250 2011-12-27 18:06:55 Fix typos courtesy of Steve Brecher.
17ea91ae 2011-12-27 15:23:42 Update README.