-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi want to check in some optimalizations to your code. #25
base: master
Are you sure you want to change the base?
Commits on May 31, 2016
-
Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85c212e - Browse repository at this point
Copy the full SHA 85c212eView commit details
Commits on Jun 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8ecf0a9 - Browse repository at this point
Copy the full SHA 8ecf0a9View commit details
Commits on Jun 9, 2016
-
Apply lyra2v2 boost published by NH
changes only tested/applied to SM 5+ with some cleanup
Configuration menu - View commit details
-
Copy full SHA for 53275e3 - Browse repository at this point
Copy the full SHA 53275e3View commit details
Commits on Jun 10, 2016
-
lyra2v2: update credits, increase SM 5.0 default int to 19
+ small klausT cleanup..
Configuration menu - View commit details
-
Copy full SHA for bbd3c6d - Browse repository at this point
Copy the full SHA bbd3c6dView commit details
Commits on Jun 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 41a68f8 - Browse repository at this point
Copy the full SHA 41a68f8View commit details
Commits on Jun 19, 2016
-
nvml: small changes to handle the 750ti app clocks
dynamically alloc the hardcoded gpu clocks list array size. Unlike the 9xx, the 750ti api call requires to get them all (361.62) Something was "fixed" recently for the 750 Ti in linux drivers...
Configuration menu - View commit details
-
Copy full SHA for fe99de2 - Browse repository at this point
Copy the full SHA fe99de2View commit details
Commits on Jun 20, 2016
-
nvml: add new getclock api (v8)
+ some new functions to test on pascal (if supported)
Configuration menu - View commit details
-
Copy full SHA for fd757f2 - Browse repository at this point
Copy the full SHA fd757f2View commit details
Commits on Jun 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7a8ae1a - Browse repository at this point
Copy the full SHA 7a8ae1aView commit details -
win32: implement a nvapi.dll wrapper like nvml
Allow to get/set missing infos like the power limit on x86 squashed for a better min/max and device mapping Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0deb9a2 - Browse repository at this point
Copy the full SHA 0deb9a2View commit details -
nvml: remove autoboost functions, unsupported
not for GTX pascal neither...
Configuration menu - View commit details
-
Copy full SHA for 9296d52 - Browse repository at this point
Copy the full SHA 9296d52View commit details
Commits on Jun 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7e49069 - Browse repository at this point
Copy the full SHA 7e49069View commit details -
decred: and even faster implementation by Alexis
optimized for the 9xx and more recent, same results on the 750 Ti + restore second nonce support not present in nicehash published version Better on linux at least...
Configuration menu - View commit details
-
Copy full SHA for c643b3b - Browse repository at this point
Copy the full SHA c643b3bView commit details
Commits on Jun 23, 2016
-
decred: return to previous implementation + second nonce
seems better on windows and a bit easier to read...
Configuration menu - View commit details
-
Copy full SHA for eae4ede - Browse repository at this point
Copy the full SHA eae4edeView commit details
Commits on Jun 24, 2016
-
nvapi: link some more apis, pascal boost table
these informations are shown with ccminer -D -n
Configuration menu - View commit details
-
Copy full SHA for bdc441e - Browse repository at this point
Copy the full SHA bdc441eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee8bc9 - Browse repository at this point
Copy the full SHA 2ee8bc9View commit details
Commits on Jun 25, 2016
-
nvapi: link clocks and tlimit to command line
boost clocks and the thermal limit are shared with afterburner beware with your settings, not as safe as application clocks! Note: both nvapi and nvml are now used on windows x64 Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc6ac3a - Browse repository at this point
Copy the full SHA bc6ac3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff179a - Browse repository at this point
Copy the full SHA 7ff179aView commit details
Commits on Jun 26, 2016
-
nvapi: read pascal voltage + show meminfo in -Dn
also add perf stats api, unsure what it is exactly..
Configuration menu - View commit details
-
Copy full SHA for d19039f - Browse repository at this point
Copy the full SHA d19039fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0555201 - Browse repository at this point
Copy the full SHA 0555201View commit details -
nvapi: pascal core voltage boost + meminfo fix x86
cuda 6.5 one seems to crash on pascal or report invalid mem sizes
Configuration menu - View commit details
-
Copy full SHA for 095f25f - Browse repository at this point
Copy the full SHA 095f25fView commit details
Commits on Jun 27, 2016
-
vendors: add Palit and the right PNY VIDs
seen on yiimp benchs, PNY duplicate could be for usb keys only
Configuration menu - View commit details
-
Copy full SHA for eb84ef9 - Browse repository at this point
Copy the full SHA eb84ef9View commit details
Commits on Jun 29, 2016
-
nvapi: be more secure with unsupported apis
also query the led level and fix OV delta output note: the Gigabyte 1080 G1 seems not compatible with the current nvapi
Configuration menu - View commit details
-
Copy full SHA for 801db3d - Browse repository at this point
Copy the full SHA 801db3dView commit details -
nvapi: sample i2c rvb led color (gigabyte)
you can now use --led=0xFF00FF to change the color/level (windows only) for non-rvb standard nvidia devices, you can use a level value (0 to 100) ps: i really need to find how to turn them off on linux, not found yet...
Configuration menu - View commit details
-
Copy full SHA for d3976cf - Browse repository at this point
Copy the full SHA d3976cfView commit details
Commits on Jul 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 24436fe - Browse repository at this point
Copy the full SHA 24436feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0364733 - Browse repository at this point
Copy the full SHA 0364733View commit details
Commits on Jul 2, 2016
-
nvapi: fix device mapping in -D -n
and rename RVB to RGB, french typo...
Configuration menu - View commit details
-
Copy full SHA for 174e261 - Browse repository at this point
Copy the full SHA 174e261View commit details
Commits on Jul 3, 2016
-
nvapi: device led flash on submit
disabled by default, require --led=100 on nvidia compatible devices Gigabyte RGB led hack is not perfect for the moment, can fail and require a reboot.
Configuration menu - View commit details
-
Copy full SHA for 8c4b254 - Browse repository at this point
Copy the full SHA 8c4b254View commit details -
Configuration menu - View commit details
-
Copy full SHA for d43084c - Browse repository at this point
Copy the full SHA d43084cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e942bf - Browse repository at this point
Copy the full SHA 0e942bfView commit details
Commits on Jul 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fc1472b - Browse repository at this point
Copy the full SHA fc1472bView commit details -
improve the --led values parsing
sample usage if GPU #0 is RVB and GPU #1 a generic led: ccminer --led=0x00ff00,100,mining to put the led on while the gpus are scanning
Configuration menu - View commit details
-
Copy full SHA for 39d0e42 - Browse repository at this point
Copy the full SHA 39d0e42View commit details
Commits on Jul 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3fe4dda - Browse repository at this point
Copy the full SHA 3fe4ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 374174c - Browse repository at this point
Copy the full SHA 374174cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e2485 - Browse repository at this point
Copy the full SHA 06e2485View commit details
Commits on Jul 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c0e9370 - Browse repository at this point
Copy the full SHA c0e9370View commit details
Commits on Jul 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a4196b3 - Browse repository at this point
Copy the full SHA a4196b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a862c - Browse repository at this point
Copy the full SHA 26a862cView commit details
Commits on Jul 9, 2016
-
neoscrypt: reduce spill load and increase pascal def intensity
1 MH/s reached on the 1070 ...
Configuration menu - View commit details
-
Copy full SHA for 4ca7b5a - Browse repository at this point
Copy the full SHA 4ca7b5aView commit details
Commits on Jul 10, 2016
-
api: change unit of device mem to MB
without that, no way to read sizes > 4GB on x86 binaries
Configuration menu - View commit details
-
Copy full SHA for dbb9507 - Browse repository at this point
Copy the full SHA dbb9507View commit details
Commits on Jul 13, 2016
-
Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5703a74 - Browse repository at this point
Copy the full SHA 5703a74View commit details
Commits on Jul 16, 2016
-
lbry: small changes for second build
sha512/ripemd swab this was preview 2
Configuration menu - View commit details
-
Copy full SHA for 940c1b3 - Browse repository at this point
Copy the full SHA 940c1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 223077d - Browse repository at this point
Copy the full SHA 223077dView commit details
Commits on Jul 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bf17f34 - Browse repository at this point
Copy the full SHA bf17f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6abee06 - Browse repository at this point
Copy the full SHA 6abee06View commit details -
neoscrypt: remove warnings and rename host funcs
also reduce the few errors on coins using shared mem
Configuration menu - View commit details
-
Copy full SHA for be8be03 - Browse repository at this point
Copy the full SHA be8be03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c3d25 - Browse repository at this point
Copy the full SHA 78c3d25View commit details
Commits on Jul 21, 2016
-
nvapi: zotac rgb led support, to improve..
zotac cards doesnt allow a real RGB value, so i converted manually the card seems to handle it, but seems to lock sometimes for some time... colors can be tested with "ccminer -d 2 --led=0x1f1f00 -Dn" but... unsure the card handle it fast enough to be fully usable
Configuration menu - View commit details
-
Copy full SHA for af1d5c9 - Browse repository at this point
Copy the full SHA af1d5c9View commit details
Commits on Jul 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9123eff - Browse repository at this point
Copy the full SHA 9123effView commit details
Commits on Aug 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8985f7e - Browse repository at this point
Copy the full SHA 8985f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0fd33 - Browse repository at this point
Copy the full SHA 0a0fd33View commit details -
Configuration menu - View commit details
-
Copy full SHA for de738cc - Browse repository at this point
Copy the full SHA de738ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883fb19 - Browse repository at this point
Copy the full SHA 883fb19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d70194 - Browse repository at this point
Copy the full SHA 3d70194View commit details -
sia: cuda impl. and suprnova getwork over stratum
Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b31fb53 - Browse repository at this point
Copy the full SHA b31fb53View commit details
Commits on Aug 9, 2016
-
sia: support for nanopool http protocol
-o http://xxxx:port -u <addr> -p <worker> Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8e518a - Browse repository at this point
Copy the full SHA d8e518aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bfe8d - Browse repository at this point
Copy the full SHA 35bfe8dView commit details
Commits on Aug 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2520f9a - Browse repository at this point
Copy the full SHA 2520f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a51a84 - Browse repository at this point
Copy the full SHA 1a51a84View commit details
Commits on Aug 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8f965c2 - Browse repository at this point
Copy the full SHA 8f965c2View commit details
Commits on Aug 18, 2016
-
VeltorCoin Streebog based algo (veltor)
also known as "Thor's Riddle"... yes sure ;) Credits to ocminer who found and "implemented" it. Note: tested "ok" on x64 and CUDA 6.5 x86, not on 7.5 and 8.0 x86 PS: Don't have the time for a more proper CUDA implementation of Streebog
Configuration menu - View commit details
-
Copy full SHA for 683dc0e - Browse repository at this point
Copy the full SHA 683dc0eView commit details
Commits on Sep 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f8aa16f - Browse repository at this point
Copy the full SHA f8aa16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f982fd7 - Browse repository at this point
Copy the full SHA f982fd7View commit details
Commits on Sep 22, 2016
-
lbry maxwell and pascal update (up to 10% on pascal)
Based on alexis78 work and sponsored by LBRY.IO team (thanks) Release 1.8.2, use cuda 8 for x86
Configuration menu - View commit details
-
Copy full SHA for 9f2ed51 - Browse repository at this point
Copy the full SHA 9f2ed51View commit details
Commits on Sep 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 65cd430 - Browse repository at this point
Copy the full SHA 65cd430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e97bf - Browse repository at this point
Copy the full SHA 34e97bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c933ad9 - Browse repository at this point
Copy the full SHA c933ad9View commit details -
vstudio: return to CUDA 6.5 by default on x86
change was for the 1.8.2 tag (optimal for lbry) and prepare next version...
Configuration menu - View commit details
-
Copy full SHA for 0f8271f - Browse repository at this point
Copy the full SHA 0f8271fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 009b013 - Browse repository at this point
Copy the full SHA 009b013View commit details -
bench: skip the disabled whirlpoolx
+ veltor free + some missed/extra log things...
Configuration menu - View commit details
-
Copy full SHA for 2f57ee9 - Browse repository at this point
Copy the full SHA 2f57ee9View commit details
Commits on Sep 27, 2016
-
diff: show by default, rework shares diff storage
This will allow later more gpu candidates. Note: This is an unfinished work, we keep the previous behavior for now To finish this, all algos solutions should be migrated and submitted nonces attributes stored. Its required to handle the different share diff per nonce and fix the possible solved count error (if 1/2 nonces is solved).
Configuration menu - View commit details
-
Copy full SHA for 9eead77 - Browse repository at this point
Copy the full SHA 9eead77View commit details -
lbry: new share diff and duplicate fix
when 2 nonces were found, the next scan was not at the right value Doesn't really affect mining performance...
Configuration menu - View commit details
-
Copy full SHA for 6f6cf96 - Browse repository at this point
Copy the full SHA 6f6cf96View commit details -
decred: multiple nonces code cleanup
The double loop is not useful, and prefer the __thread attribute to enhance the code readability (remove the 2D host arrays). squashed: return to host 2D array to allow the free
Configuration menu - View commit details
-
Copy full SHA for a43205a - Browse repository at this point
Copy the full SHA a43205aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0b779 - Browse repository at this point
Copy the full SHA 5a0b779View commit details -
nvml: force 64bits types for mem sizes
size_t can be a bit... imprevisible on x86
Configuration menu - View commit details
-
Copy full SHA for f84c83a - Browse repository at this point
Copy the full SHA f84c83aView commit details -
sia: move specific code in a new rpc unit
part 1: longpoll stuff (nanopool)
Configuration menu - View commit details
-
Copy full SHA for 1a31d4d - Browse repository at this point
Copy the full SHA 1a31d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 665de3a - Browse repository at this point
Copy the full SHA 665de3aView commit details
Commits on Sep 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 225f25a - Browse repository at this point
Copy the full SHA 225f25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b82915 - Browse repository at this point
Copy the full SHA 7b82915View commit details
Commits on Sep 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 056098d - Browse repository at this point
Copy the full SHA 056098dView commit details
Commits on Oct 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c27f313 - Browse repository at this point
Copy the full SHA c27f313View commit details
Commits on Oct 25, 2016
-
nvml: add Elsa vendor and workaround for Colorful pid
Colorful (and Inno3D) only set their vid, with an empty product id
Configuration menu - View commit details
-
Copy full SHA for 3eba451 - Browse repository at this point
Copy the full SHA 3eba451View commit details
Commits on Nov 3, 2016
-
From Alexis work, sib hash rate 200% also..
Configuration menu - View commit details
-
Copy full SHA for 36aedbb - Browse repository at this point
Copy the full SHA 36aedbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3974728 - Browse repository at this point
Copy the full SHA 3974728View commit details
Commits on Dec 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ce6a8da - Browse repository at this point
Copy the full SHA ce6a8daView commit details
Commits on Dec 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 44bd244 - Browse repository at this point
Copy the full SHA 44bd244View commit details -
limit per gpu hashrate logs to 3 sec intervals
may be required for very fast algos, like blake2s
Configuration menu - View commit details
-
Copy full SHA for c119012 - Browse repository at this point
Copy the full SHA c119012View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5053478 - Browse repository at this point
Copy the full SHA 5053478View commit details
Commits on Dec 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 099389f - Browse repository at this point
Copy the full SHA 099389fView commit details
Commits on Jan 6, 2017
-
wildkeccak, basic stratum port of rpc 2.0
scratchpad delete fix and redownload, reduce rejects (work in progress)
Configuration menu - View commit details
-
Copy full SHA for 2bbccc5 - Browse repository at this point
Copy the full SHA 2bbccc5View commit details
Commits on Jan 7, 2017
-
todo: fix jh cuda and wrong decimal diff (0xffff problem ?)
Configuration menu - View commit details
-
Copy full SHA for 066a569 - Browse repository at this point
Copy the full SHA 066a569View commit details
Commits on Jan 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c1f1ad9 - Browse repository at this point
Copy the full SHA c1f1ad9View commit details -
xmr: fix decimal diff + aes cleanup
change default launch config to -l 32x16 to handle the 750 Ti better not definitive, doing tests..
Configuration menu - View commit details
-
Copy full SHA for 2479ffa - Browse repository at this point
Copy the full SHA 2479ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 804b5b5 - Browse repository at this point
Copy the full SHA 804b5b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39aad5a - Browse repository at this point
Copy the full SHA 39aad5aView commit details
Commits on Jan 9, 2017
-
handle cryptonight light variant
Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93adb56 - Browse repository at this point
Copy the full SHA 93adb56View commit details -
scanlog: remember sharediff for multiple nonces
rpc2: handle properly secondary nonce(s) + api ping time fix be sure to fully recompile, structures are changed
Configuration menu - View commit details
-
Copy full SHA for 242aa41 - Browse repository at this point
Copy the full SHA 242aa41View commit details
Commits on Jan 10, 2017
-
power monitoring thread + some api changes
based on alexis monitoring thread idea, but which only use one thread note: other api changes will come soon, related to that
Configuration menu - View commit details
-
Copy full SHA for 0dd0227 - Browse repository at this point
Copy the full SHA 0dd0227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ae185 - Browse repository at this point
Copy the full SHA 12ae185View commit details
Commits on Jan 12, 2017
-
xmr: make it more smooth on windows with defaults
also improve a bit the 750 ti on linux...
Configuration menu - View commit details
-
Copy full SHA for e231343 - Browse repository at this point
Copy the full SHA e231343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23be7f3 - Browse repository at this point
Copy the full SHA 23be7f3View commit details
Commits on Jan 14, 2017
-
xmr: vectors rewrite, now the phase2 is using only 40 regs
no more constant memory used for aes. tested only on linux cuda 8 for now... wip
Configuration menu - View commit details
-
Copy full SHA for bd030db - Browse repository at this point
Copy the full SHA bd030dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 588c7ba - Browse repository at this point
Copy the full SHA 588c7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94aa6b8 - Browse repository at this point
Copy the full SHA 94aa6b8View commit details
Commits on Jan 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 214f392 - Browse repository at this point
Copy the full SHA 214f392View commit details
Commits on Jan 16, 2017
-
xmr: prefer 32bit uint4 and smaller offsets in core
also prefer ulong2 shared load to be closer to the ptx
Configuration menu - View commit details
-
Copy full SHA for def9888 - Browse repository at this point
Copy the full SHA def9888View commit details
Commits on Jan 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dc816b4 - Browse repository at this point
Copy the full SHA dc816b4View commit details
Commits on Jan 25, 2017
-
xmr: vstudio warning fix about mpcount linkage
and move ptr type cast defines to common cuda helper
Configuration menu - View commit details
-
Copy full SHA for 496052e - Browse repository at this point
Copy the full SHA 496052eView commit details
Commits on Jan 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 013cda1 - Browse repository at this point
Copy the full SHA 013cda1View commit details -
x13+: improve and clean a bit fugue512
reduce constant mem and load global data in bulk (vectors)
Configuration menu - View commit details
-
Copy full SHA for 16ac9b6 - Browse repository at this point
Copy the full SHA 16ac9b6View commit details -
skein: merge the double implementations in one
based on alexis skein kernels, tested ok on SM 2.1 and 3.0 code is a bit hard to read but... well... users dont care :p
Configuration menu - View commit details
-
Copy full SHA for feb99d0 - Browse repository at this point
Copy the full SHA feb99d0View commit details -
groestl: explain code and improve perf on SM 2.x
Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a77d36 - Browse repository at this point
Copy the full SHA 5a77d36View commit details
Commits on Jan 29, 2017
-
migrate 2nd nonce storage of most algos
This allow to keep pdata[19] as cursor between scans, and later, to sort them.. remains... heavy, scrypt, sia...
Configuration menu - View commit details
-
Copy full SHA for 0ff7579 - Browse repository at this point
Copy the full SHA 0ff7579View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ff854 - Browse repository at this point
Copy the full SHA c8ff854View commit details -
Configuration menu - View commit details
-
Copy full SHA for b47d9ac - Browse repository at this point
Copy the full SHA b47d9acView commit details -
nvml: workaround for beta drivers 378.49 clocks
even nvidia-smi doesnt report the right pascal clocks
Configuration menu - View commit details
-
Copy full SHA for aaef92c - Browse repository at this point
Copy the full SHA aaef92cView commit details
Commits on Jan 30, 2017
-
lbry cleanup, and proper error on cuda 6.5
both merged and unmerged implementations are broken with CUDA 6.5 No perf changes...
Configuration menu - View commit details
-
Copy full SHA for 2152fd1 - Browse repository at this point
Copy the full SHA 2152fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6440a9b - Browse repository at this point
Copy the full SHA 6440a9bView commit details -
improve jh512 with vectors (nist5,quark,sib,x11+,zr5)
the main improvement is to reduce asm calls to read global mem but, a few more regs are used (68 mini vs 64 on SM 5.2) so reduce the forced launch bounds to allow 80 or 128 regs per thread Note: cuda 6.5 seems not able to store with v4.u32... (7.5 is fine) st.global.v4.u32 [%rd2], {%r3783, %r3824, %r3823, %r3822}; st.global.v2.u32 [%rd2+16], {%r3821, %r3820}; st.global.u32 [%rd2+24], %r3819; st.global.u32 [%rd2+28], %r3818; st.global.u32 [%rd2+44], %r3814; st.global.u32 [%rd2+40], %r3815; ... todo, check alexis variant.. but wanted to keep this code before in git...
Configuration menu - View commit details
-
Copy full SHA for b9da6c6 - Browse repository at this point
Copy the full SHA b9da6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef44e88 - Browse repository at this point
Copy the full SHA ef44e88View commit details
Commits on Feb 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for aaa24a6 - Browse repository at this point
Copy the full SHA aaa24a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916ec50 - Browse repository at this point
Copy the full SHA 916ec50View commit details
Commits on Feb 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3fab279 - Browse repository at this point
Copy the full SHA 3fab279View commit details -
api: use MHz for all clocks and show plimit
plimit value is reported in mW like the power, or % on Windows x86 (via nvapi) + the monitor thread will no more report 0W if the device doesnt support it also upgrade nvml and sample php api. some more changes may come in this temporary API 1.9 (for the final 2.0)
Configuration menu - View commit details
-
Copy full SHA for 4da35e0 - Browse repository at this point
Copy the full SHA 4da35e0View commit details
Commits on Feb 7, 2017
-
api: report per thread cpu hash checks (ACC/REJ)
+ update all algos for that...
Configuration menu - View commit details
-
Copy full SHA for c66e862 - Browse repository at this point
Copy the full SHA c66e862View commit details
Commits on Feb 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b549bd5 - Browse repository at this point
Copy the full SHA b549bd5View commit details
Commits on Feb 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1d5db48 - Browse repository at this point
Copy the full SHA 1d5db48View commit details -
cuda: ensure the system can find the right lib
if you get this error on linux, its because libcudart.so.x.x was not found ldconfig -p | grep libcudart.so.8.0
Configuration menu - View commit details
-
Copy full SHA for 4d95ef4 - Browse repository at this point
Copy the full SHA 4d95ef4View commit details
Commits on Mar 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3d70026 - Browse repository at this point
Copy the full SHA 3d70026View commit details -
sha256t algo (3x sha256, not sha256d)
Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebef3c8 - Browse repository at this point
Copy the full SHA ebef3c8View commit details -
based on djm34 version, cleaned up and adapted to ccminer 2.0
Configuration menu - View commit details
-
Copy full SHA for 1b7c2fc - Browse repository at this point
Copy the full SHA 1b7c2fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ede61b - Browse repository at this point
Copy the full SHA 3ede61bView commit details -
+ new kernels jh512-80 groestl-80 and cubehash-80 Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07ebcb5 - Browse repository at this point
Copy the full SHA 07ebcb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for de41bc9 - Browse repository at this point
Copy the full SHA de41bc9View commit details
Commits on Mar 8, 2017
-
whirlpool: upgrade with alexis variant (2x)
to check on older cards... maybe breaks some
Configuration menu - View commit details
-
Copy full SHA for 1863750 - Browse repository at this point
Copy the full SHA 1863750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cdf2dd - Browse repository at this point
Copy the full SHA 2cdf2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e388c11 - Browse repository at this point
Copy the full SHA e388c11View commit details -
whirlpool: restore old source code for SM 3.0
SM 3.0 implementation need a manual define in whirlpool.cu... alexis variant is 2x slower on SM3.0 (GT 740)
Configuration menu - View commit details
-
Copy full SHA for 73f6720 - Browse repository at this point
Copy the full SHA 73f6720View commit details
Commits on Mar 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0041bf4 - Browse repository at this point
Copy the full SHA 0041bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61231bc - Browse repository at this point
Copy the full SHA 61231bcView commit details -
Add sha256d algo (bitcoin) btw...
even if it works on yiimp, the stratum diff is too high for gpus (for now)
Configuration menu - View commit details
-
Copy full SHA for 80c7551 - Browse repository at this point
Copy the full SHA 80c7551View commit details
Commits on Apr 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6c9852c - Browse repository at this point
Copy the full SHA 6c9852cView commit details
Commits on Apr 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d2f8361 - Browse repository at this point
Copy the full SHA d2f8361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 063992b - Browse repository at this point
Copy the full SHA 063992bView commit details
Commits on May 3, 2017
-
Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e4d059 - Browse repository at this point
Copy the full SHA 8e4d059View commit details
Commits on May 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e23b577 - Browse repository at this point
Copy the full SHA e23b577View commit details
Commits on May 7, 2017
-
nvapi: fix plimit argument on x64
now use the same percents as the x86 nvml watts (like linux) could work but requires admin rights
Configuration menu - View commit details
-
Copy full SHA for 762c7f8 - Browse repository at this point
Copy the full SHA 762c7f8View commit details
Commits on May 8, 2017
-
rewrite jha algo to be more compatible
old "german" implementation based on the quark method is kept in the source tree, but is currently broken. to be continued. This is a quick fix which should be compatible with all cards.
Configuration menu - View commit details
-
Copy full SHA for 5dfeee4 - Browse repository at this point
Copy the full SHA 5dfeee4View commit details
Commits on May 9, 2017
-
Improve project build compatibility (mac/vs2015)
This is incomplete, but is a first step...
Configuration menu - View commit details
-
Copy full SHA for 81d5f4e - Browse repository at this point
Copy the full SHA 81d5f4eView commit details
Commits on May 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e584f28 - Browse repository at this point
Copy the full SHA e584f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 857c181 - Browse repository at this point
Copy the full SHA 857c181View commit details
Commits on May 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b372729 - Browse repository at this point
Copy the full SHA b372729View commit details
Commits on May 18, 2017
-
API restriction policy and multicast announces (#16)
same as sgminer, fixed to build (tpruvot), untested yet
Configuration menu - View commit details
-
Copy full SHA for 47472ed - Browse repository at this point
Copy the full SHA 47472edView commit details
Commits on May 23, 2017
-
- prefer calloc to zero memory - bind: keep the normal network read access with -b 0.0.0.0 like previous versions - help: keep the write mode commands hidden in read-only mode - close the socket on refused api calls to prevent client hangs - small other changes
Configuration menu - View commit details
-
Copy full SHA for c44be3f - Browse repository at this point
Copy the full SHA c44be3fView commit details -
Interface nicehash djeZo equihash solver (squashed)
Todo: - send block height via stratum protocol (encoded in jobid?) - remove equi/blake2 cpu algorithm to use common one the extranonce imcompatibility is related to the solver nonce data, offsets may be reversed in nheqminer, to check... The solver was adapted for SM 3.0+ support (no perf changes) Note: The solver was not improved on purpose, to be able compare the two miners performances (nheqminer 0.5c the last open sourced, and ccminer) Signed-off-by: Tanguy Pruvot <[email protected]> stratum: code cleanup, move equi fns in equi folder
Configuration menu - View commit details
-
Copy full SHA for 8cf2159 - Browse repository at this point
Copy the full SHA 8cf2159View commit details -
update instructions for fedora 25
its a shame this distrib doesnt provide older gcc toolchains.. :/
Configuration menu - View commit details
-
Copy full SHA for 2160049 - Browse repository at this point
Copy the full SHA 2160049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05abaf2 - Browse repository at this point
Copy the full SHA 05abaf2View commit details
Commits on Jun 8, 2017
-
linux: prepare nvidia-settings queries
Note: this method is slower than real apis and requires X opened and configured correctly. sample usage: -d 0,1 --mem-clock=+200,-200
Configuration menu - View commit details
-
Copy full SHA for bcadca2 - Browse repository at this point
Copy the full SHA bcadca2View commit details
Commits on Jun 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0f3fac9 - Browse repository at this point
Copy the full SHA 0f3fac9View commit details
Commits on Jun 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 037bbe3 - Browse repository at this point
Copy the full SHA 037bbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f8f71 - Browse repository at this point
Copy the full SHA 79f8f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1473a8f - Browse repository at this point
Copy the full SHA 1473a8fView commit details -
Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c120eca - Browse repository at this point
Copy the full SHA c120ecaView commit details
Commits on Jun 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9dedec5 - Browse repository at this point
Copy the full SHA 9dedec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 807e141 - Browse repository at this point
Copy the full SHA 807e141View commit details
Commits on Jul 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7ce3f2c - Browse repository at this point
Copy the full SHA 7ce3f2cView commit details
Commits on Jul 13, 2017
-
equihash: use client.show_message to get block height
current stratum is imcomplete and doesnt provide the coinbase data
Configuration menu - View commit details
-
Copy full SHA for 5aa50a4 - Browse repository at this point
Copy the full SHA 5aa50a4View commit details
Commits on Jul 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cbede12 - Browse repository at this point
Copy the full SHA cbede12View commit details
Commits on Jul 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9c4b8ca - Browse repository at this point
Copy the full SHA 9c4b8caView commit details
Commits on Jul 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 08a3f34 - Browse repository at this point
Copy the full SHA 08a3f34View commit details
Commits on Jul 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9c05304 - Browse repository at this point
Copy the full SHA 9c05304View commit details
Commits on Jul 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9f113ef - Browse repository at this point
Copy the full SHA 9f113efView commit details
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6e32ec2 - Browse repository at this point
Copy the full SHA 6e32ec2View commit details
Commits on Aug 13, 2017
-
skunk: merged kernel to use when possible
for now, only used for maxwell/pascal with cuda 7.5 or 8.0
Configuration menu - View commit details
-
Copy full SHA for 9a7d74e - Browse repository at this point
Copy the full SHA 9a7d74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e56177 - Browse repository at this point
Copy the full SHA 2e56177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5001a0c - Browse repository at this point
Copy the full SHA 5001a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfdf4b0 - Browse repository at this point
Copy the full SHA dfdf4b0View commit details
Commits on Aug 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6055af1 - Browse repository at this point
Copy the full SHA 6055af1View commit details
Commits on Aug 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1e71dc5 - Browse repository at this point
Copy the full SHA 1e71dc5View commit details
Commits on Aug 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 949061d - Browse repository at this point
Copy the full SHA 949061dView commit details
Commits on Sep 1, 2017
-
tribus: optimised version for recent cards
main improvement is on echo, based on alexis sib kernel work tested on SM 3.0 and more recent
Configuration menu - View commit details
-
Copy full SHA for d47dd9d - Browse repository at this point
Copy the full SHA d47dd9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf055d - Browse repository at this point
Copy the full SHA ebf055dView commit details
Commits on Sep 19, 2017
-
readme: add howto for ubuntu (#23)
tested on 17.10
Configuration menu - View commit details
-
Copy full SHA for e3e8481 - Browse repository at this point
Copy the full SHA e3e8481View commit details
Commits on Sep 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4d09d85 - Browse repository at this point
Copy the full SHA 4d09d85View commit details
Commits on Oct 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 575aa1a - Browse repository at this point
Copy the full SHA 575aa1aView commit details
Commits on Oct 7, 2017
-
Import phi algo (by anorganix)
only made a few changes to keep algos in the alpha order
Configuration menu - View commit details
-
Copy full SHA for 3dbcc5d - Browse repository at this point
Copy the full SHA 3dbcc5dView commit details
Commits on Oct 9, 2017
-
phi: maxwell opt (aes final + streebog)
+ fix the fugue leak.. Also update sib algo with this improvement
Configuration menu - View commit details
-
Copy full SHA for 5a90db1 - Browse repository at this point
Copy the full SHA 5a90db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e505d10 - Browse repository at this point
Copy the full SHA e505d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf18cb6 - Browse repository at this point
Copy the full SHA cf18cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed27598 - Browse repository at this point
Copy the full SHA ed27598View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1575c5 - Browse repository at this point
Copy the full SHA e1575c5View commit details
Commits on Nov 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2e0a977 - Browse repository at this point
Copy the full SHA 2e0a977View commit details
Commits on Nov 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dfff3b3 - Browse repository at this point
Copy the full SHA dfff3b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa616a - Browse repository at this point
Copy the full SHA bfa616aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df4fcbe - Browse repository at this point
Copy the full SHA df4fcbeView commit details
Commits on Dec 3, 2017
-
Same hash as keccak, just different pool settings (sha256d and diff factor 256)
Configuration menu - View commit details
-
Copy full SHA for d19e2a1 - Browse repository at this point
Copy the full SHA d19e2a1View commit details
Commits on Dec 4, 2017
-
import and adapt alexis optimised keccak256 for SM 5+
and increase default intensity for these recent cards
Configuration menu - View commit details
-
Copy full SHA for cf886b5 - Browse repository at this point
Copy the full SHA cf886b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 015d129 - Browse repository at this point
Copy the full SHA 015d129View commit details
Commits on Dec 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6c0e656 - Browse repository at this point
Copy the full SHA 6c0e656View commit details
Commits on Dec 14, 2017
-
Improved Lyra2Re2 Performance by 1 %
Configuration menu - View commit details
-
Copy full SHA for 18d2991 - Browse repository at this point
Copy the full SHA 18d2991View commit details -
lyra2RE: link the merged blake/keccak kernel into algos
old keccak256_gpu_hash_32 kernel commented to reduce binary size compat. not yet tested on old cards
Configuration menu - View commit details
-
Copy full SHA for b70409a - Browse repository at this point
Copy the full SHA b70409aView commit details
Commits on Jan 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 72466ee - Browse repository at this point
Copy the full SHA 72466eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6165562 - Browse repository at this point
Copy the full SHA 6165562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91af8ab - Browse repository at this point
Copy the full SHA 91af8abView commit details -
change defaults to handle cuda 9+, disable heavy and SM 2.x
Heavy is the only algo using thrust which is generally broken on new cuda releases mjollnir dropped too... never seen this coin anyway...
Configuration menu - View commit details
-
Copy full SHA for 11a512f - Browse repository at this point
Copy the full SHA 11a512fView commit details -
keccak: avoid to use twice cuda_default_throughput
and drop useless gpu hash alloc...
Configuration menu - View commit details
-
Copy full SHA for 73dd6aa - Browse repository at this point
Copy the full SHA 73dd6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e1296 - Browse repository at this point
Copy the full SHA 69e1296View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54be47 - Browse repository at this point
Copy the full SHA b54be47View commit details
Commits on Jan 5, 2018
-
remove duplicate x17 line, add a few more coin examples.
Configuration menu - View commit details
-
Copy full SHA for f1a7de4 - Browse repository at this point
Copy the full SHA f1a7de4View commit details
Commits on Jan 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3761774 - Browse repository at this point
Copy the full SHA 3761774View commit details
Commits on Jan 9, 2018
-
lyra2: fix compilation on japanese windows (#38)
Remove comment that prevent compilation on japanese windows (#38)
Configuration menu - View commit details
-
Copy full SHA for 30db7d2 - Browse repository at this point
Copy the full SHA 30db7d2View commit details
Commits on Jan 10, 2018
-
lyra2: Translate japanese comments into english (#40)
* Revert "lyra2: fix compilation on japanese windows (#38)" This reverts commit 30db7d2. * Restore comments removed in #38, translate them into English The original line says "allocate XXXX bytes to adjust for X Warp." Remove the number from comment since they are trivial * Translate Japanese comments
Configuration menu - View commit details
-
Copy full SHA for 50781f0 - Browse repository at this point
Copy the full SHA 50781f0View commit details
Commits on Jan 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b71f85e - Browse repository at this point
Copy the full SHA b71f85eView commit details
Commits on Feb 4, 2018
-
Was a very long work but finally working, and unlike xevan these new kernels are reusable.. Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78dad7d - Browse repository at this point
Copy the full SHA 78dad7dView commit details
Commits on Mar 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d8a64d4 - Browse repository at this point
Copy the full SHA d8a64d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd406f0 - Browse repository at this point
Copy the full SHA fd406f0View commit details
Commits on Mar 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e216405 - Browse repository at this point
Copy the full SHA e216405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8433745 - Browse repository at this point
Copy the full SHA 8433745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c02a7 - Browse repository at this point
Copy the full SHA 51c02a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0961544 - Browse repository at this point
Copy the full SHA 0961544View commit details
Commits on Mar 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5b1b77b - Browse repository at this point
Copy the full SHA 5b1b77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96adaf9 - Browse repository at this point
Copy the full SHA 96adaf9View commit details
Commits on Mar 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 27199e2 - Browse repository at this point
Copy the full SHA 27199e2View commit details
Commits on Apr 2, 2018
-
x16: optimised echo512-64 kernel for maxwell+
which keep the SM 3.0 compat with x11 kernel
Configuration menu - View commit details
-
Copy full SHA for 13e333d - Browse repository at this point
Copy the full SHA 13e333dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fdc10a - Browse repository at this point
Copy the full SHA 2fdc10aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff73bda - Browse repository at this point
Copy the full SHA ff73bdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a81ab0f - Browse repository at this point
Copy the full SHA a81ab0fView commit details
Commits on Apr 7, 2018
-
x17: apply echo512 improvement
add a tiny 1% on x17, better than nothing...
Configuration menu - View commit details
-
Copy full SHA for 5d0c0a6 - Browse repository at this point
Copy the full SHA 5d0c0a6View commit details
Commits on Apr 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 16ebe53 - Browse repository at this point
Copy the full SHA 16ebe53View commit details
Commits on Apr 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bfcf7a9 - Browse repository at this point
Copy the full SHA bfcf7a9View commit details
Commits on May 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b97567a - Browse repository at this point
Copy the full SHA b97567aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd6cf3 - Browse repository at this point
Copy the full SHA ffd6cf3View commit details
Commits on May 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 57f8f77 - Browse repository at this point
Copy the full SHA 57f8f77View commit details
Commits on May 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a9357e1 - Browse repository at this point
Copy the full SHA a9357e1View commit details
Commits on May 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b8190e4 - Browse repository at this point
Copy the full SHA b8190e4View commit details
Commits on May 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3d03a1b - Browse repository at this point
Copy the full SHA 3d03a1bView commit details
Commits on Jun 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 07859f9 - Browse repository at this point
Copy the full SHA 07859f9View commit details
Commits on Jun 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9fd5b04 - Browse repository at this point
Copy the full SHA 9fd5b04View commit details
Commits on Jun 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 968d2ba - Browse repository at this point
Copy the full SHA 968d2baView commit details
Commits on Jun 23, 2018
-
handle new cryptonight variants, stellite, aeon
special thanks for klausT changes and ystarnaud who helped me to adapt my kernel variants... Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77c4b87 - Browse repository at this point
Copy the full SHA 77c4b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc1bbd - Browse repository at this point
Copy the full SHA 6dc1bbdView commit details -
add sonoa algo, heavy x17 hashes
seems to works, more or less correctly (a few validation errors)
Configuration menu - View commit details
-
Copy full SHA for d9f242b - Browse repository at this point
Copy the full SHA d9f242bView commit details
Commits on Jun 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 654e8a1 - Browse repository at this point
Copy the full SHA 654e8a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 370684f - Browse repository at this point
Copy the full SHA 370684fView commit details
Commits on Aug 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4a76ca5 - Browse repository at this point
Copy the full SHA 4a76ca5View commit details
Commits on Sep 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1f5efa7 - Browse repository at this point
Copy the full SHA 1f5efa7View commit details
Commits on Oct 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b36d174 - Browse repository at this point
Copy the full SHA b36d174View commit details
Commits on Nov 30, 2018
-
handle standard blake2b stratum algo
no weird protocol or reversed endian like sia...
Configuration menu - View commit details
-
Copy full SHA for 01e632c - Browse repository at this point
Copy the full SHA 01e632cView commit details
Commits on Jan 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c59bc24 - Browse repository at this point
Copy the full SHA c59bc24View commit details
Commits on Jan 30, 2019
-
Handle lyra2v3 algo, for VTC fork
mostly imported from opensourced vertcoin-miner with a few fixes
Configuration menu - View commit details
-
Copy full SHA for 9a1f20d - Browse repository at this point
Copy the full SHA 9a1f20dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff4e50 - Browse repository at this point
Copy the full SHA 6ff4e50View commit details