6180 Commits (9d9f5b7586456e3038bc7ffc849375eec88f9f48)
 

Author SHA1 Message Date
Noel Maersk 0db99d66c0 algorithm: add nfactor aliases "adaptive-n-factor" and "nscrypt". 11 years ago
Noel Maersk 2b75a67cdf Merge pull request #147 from troky/nfactor 11 years ago
unknown 0e37fc24b0 Added algorrithm name to "coin" API command. Changed default algo name to "scrypt". 11 years ago
Noel Maersk 609b4f0c5f Merge pull request #145 from troky/master 11 years ago
unknown 25242861c7 API: Fixed timeval struct formatting . 11 years ago
Noel Maersk 07f5787386 Merge pull request #144 from troky/master 11 years ago
Noel Maersk 2ff4234b29 Merge pull request #143 from Bllacky/patch-4 11 years ago
unknown e7fbdf3f7a Removed orphan file. 11 years ago
unknown f7f582732a Fixed bufsize type. 11 years ago
Bllacky e2763e7a2e Update README.txt 11 years ago
Noel Maersk 549d01e946 Merge pull request #142 from Bllacky/patch-3 11 years ago
Bllacky 6a32e173ad Update README.txt 11 years ago
Noel Maersk 95e397d3b5 Merge pull request #140 from troky/nfactor 11 years ago
Noel Maersk a697c663a4 Merge pull request #139 from Bllacky/patch-1 11 years ago
unknown 201036dd92 Added algorithm.* and inttypes.h for MSVS build 11 years ago
Bllacky 0b5aace1e1 Update README.txt 11 years ago
Noel Maersk 4ed13e44a3 doc: update configuration.md with latest on --algorithm and --nfactor. 11 years ago
Noel Maersk a3f9b24c69 core: set default algorithm for when neither --algorithm nor --nfactor are provided. 11 years ago
Noel Maersk c6a27709f8 core: use global algorithm structure instead of opt_nfactor. 11 years ago
Noel Maersk a0c52bf67c config: introduce set_nfactor() and use it to call set_algorithm_nfactor(). 11 years ago
Noel Maersk 92b7770212 config: add `--algorithm` option and documentation. 11 years ago
Noel Maersk 50a792f2cd algorithm: initial set_algorithm() and set_algorithm_nfactor(). 11 years ago
Noel Maersk 776eec2e11 algorithm: initial structure definition. 11 years ago
phm 66f508d01f Added support for AnimeCoin 11 years ago
Noel Maersk c2c8231b9e kernel: zuikkis supports all worksizes. 11 years ago
Noel Maersk 28ade9f4e4 Merge remote-tracking branch 'troky/build-msvs2010-upd2' 11 years ago
Noel Maersk ded4452316 ui: check for opt_incognito is Display settings menu. 11 years ago
Noel Maersk 8f014effeb util: add missing include. 11 years ago
Noel Maersk 9c0f912434 core: remove ifdef from opt_compact and opt_incognito declaration. 11 years ago
unknown 747efda902 MSVS2010: Added pool.c and pool.h to project. 11 years ago
phm ccc7d137ed Added remaning sphlib files needed for SHA256. 11 years ago
phm 8fe1b860c5 Added support for MyriadCoin groestl algorithm. 11 years ago
Noel Maersk 428061e416 pool: display URL instead of "Pool N" if no poolname provided. 11 years ago
Noel Maersk 4059780d01 pool: do not use defines, just inline strings. 11 years ago
Noel Maersk d58de45c0e pool: use get_pool_name() where appropriate. 11 years ago
Noel Maersk 0a4f71882c pool: use get_pool_user(). 11 years ago
Noel Maersk 934c4f5f14 pool: introduce get_pool_user() for simpler opt_incognito use. 11 years ago
Noel Maersk bd6766f231 pool: define and use POOL_NAME_INCOGNITO. 11 years ago
Noel Maersk 8e4fb3c554 pool: abstract get_pool_name() 11 years ago
Noel Maersk 0d562ffbf5 core: use opt_incognito in a few more applog() places. 11 years ago
Noel Maersk 888fab437f ui: <incognito> pool name in incognito mode, too. 11 years ago
Noel Maersk 2bab1d7b8a doc: update BUGS.md. 11 years ago
Noel Maersk 4c4b909be6 doc: in example.conf, remove boolean values (and ones related to them) set to non-default states. 11 years ago
Noel Maersk a511266959 doc: minor fix for --help message on `--incognito`. 11 years ago
Noel Maersk 5a8f84b49b ui: allow switching to incognito mode through ncurses interface. 11 years ago
Noel Maersk d78f372712 core: undo some of previous two commits and andd conditionals to display user name as `<incognito>` instead. 11 years ago
Noel Maersk 2561295e3d log: do not set poolname in log in incognito mode. 11 years ago
Noel Maersk f737992f41 core: introduce `--incognito` + minimal revision of `--compact`. 11 years ago
Noel Maersk 8ff624618f doc: verbose FAQ answer on running per-instance. 11 years ago
Noel Maersk 9eba0153e5 doc: update example.conf. 11 years ago