797 Commits (34a8140eb6a6b34ba0bebf68451ac7bf7c4b3b9f)

Author SHA1 Message Date
Bllacky 942c6714fa Update miner.h 11 years ago
Noel Maersk 3ddf6baad9 core: rename default_algorithm to opt_algorithm. 11 years ago
Noel Maersk b6218e20c1 config: rename --pool-priority to --priority, --coin to --description. 11 years ago
phm 474091c426 Added support for Twecoin 11 years ago
Noel Maersk cc735db550 misc: don't violate reserved identifier naming convention. 11 years ago
Jan Berdajs c2131df6aa add support for setting algorithm/nfactor for each pool separately, and fix bugged OpenCL thread cleanup (thread shutdown) 11 years ago
phm 0f88162c39 Added support for Sifcoin 11 years ago
troky bcb78ed91b Added --coin pool parameter. 11 years ago
Martin Danielsen 01b3f70b63 A new --no-client-reconnect command that disables the 'client.reconnect' function. 11 years ago
phm 764d8706b4 Added support for GroestlCoin. 11 years ago
Noel Maersk 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 11 years ago
Noel Maersk 3787f47155 misc: add comment on what cgpu_info->{,k}name are. 11 years ago
Noel Maersk c9ccf551d7 opencl: remove cl_kernels structure definition and mention. 11 years ago
Noel Maersk 1333ed576d core: simplify kernel selection code. 11 years ago
phm e260e79ab2 Added support for FugueCoin 11 years ago
troky 49aef7100f Reverting "poolname" to "name". 11 years ago
Noel Maersk c6a27709f8 core: use global algorithm structure instead of opt_nfactor. 11 years ago
Noel Maersk 92b7770212 config: add `--algorithm` option and documentation. 11 years ago
phm 66f508d01f Added support for AnimeCoin 11 years ago
phm 8fe1b860c5 Added support for MyriadCoin groestl algorithm. 11 years ago
Noel Maersk 8e4fb3c554 pool: abstract get_pool_name() 11 years ago
Teemu Suikki 73bb1504e9 Scrypt-nfactor support! 11 years ago
phm 65336dc616 Corrected order of kernel identifiers. 11 years ago
phm d9fc7ccb4e Added support for QubitCoin 11 years ago
phm c336a8399a Added support for INKcoin. 11 years ago
phm e92d5ebf6e Added support for InkCoin 11 years ago
phm 60a0e00243 Added support for quarkcoin difficulty calculation. 11 years ago
phm a17ec112f6 Added support for Quark mining. 11 years ago
phm 9585d2a8e6 Added support for DarkCoin kernel. Modified stats display to handle low difficulty values. 11 years ago
Con Kolivas 90cc93c6cc Add the ability to display a hexadecimal 32 bit unsigned integer to the API. 11 years ago
Con Kolivas 95ac0c4356 Export the flush_queue function for use by drivers. 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 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 cc2aa215a8 Clear pool work on a stratum reconnect message. 11 years ago
Kano b6c6ec5c83 api add data type AVG float 3 decimal 11 years ago
Noel Maersk a1724e34e5 api: add missing extern declaration (for consistency). 11 years ago
Noel Maersk c09a5b4406 core: remove num_processors (unused). 11 years ago
Markus Peloquin bf8e37ce19 Support building in cygwin. 11 years ago
Noel Maersk 23eb242a5f kernel: make psw usable, reorder cases alphabetically. 11 years ago
Brandon Tuomela bda1070259 kernel: add psw kernel. 11 years ago
Perry Huang 8bd980dbbd Add API_KHS endpoint. 11 years ago
Sanjin Trošelj 7ac101f365 VS2010 build: Prepare miner.h 11 years ago
Noel Maersk 64fc8324b8 pools: initial implementation of pool state machines. 11 years ago
Noel Maersk 048c82b9b2 pools: rename 'pool->enabled' to 'pool->state'. 11 years ago
Noel Maersk 22b78e91f6 tui: Refactor status line printing. 11 years ago
Joe4782 b1eb2ab8f8 Implemented the 'remove-pool' config option for json file pools 11 years ago
Joe4782 1d81196238 Added a 'disable-pool' option to the json configuration, to allow pools to be started up disabled 11 years ago