-
Notifications
You must be signed in to change notification settings - Fork 13
Windows #2
base: master
Are you sure you want to change the base?
Windows #2
Commits on Nov 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7acf987 - Browse repository at this point
Copy the full SHA 7acf987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9845126 - Browse repository at this point
Copy the full SHA 9845126View commit details -
Reduce keccak, deep & anime intensity + handle groestl -i param
default intensity was the max supported by the card, and perf is not really better. I prefer to let it one under for cards with lower memory (1GB)
Configuration menu - View commit details
-
Copy full SHA for 7a4e1bb - Browse repository at this point
Copy the full SHA 7a4e1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8259ed7 - Browse repository at this point
Copy the full SHA 8259ed7View commit details
Commits on Nov 11, 2014
-
Store and display average hashrate (benchmark + on share)
Displayed data is the average of the last 50 scans in the 5 last minutes Also move cuda common functions in a new file (cuda.cu) Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec709af - Browse repository at this point
Copy the full SHA ec709afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64cfe35 - Browse repository at this point
Copy the full SHA 64cfe35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b4f32 - Browse repository at this point
Copy the full SHA 51b4f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bbe38 - Browse repository at this point
Copy the full SHA 99bbe38View commit details -
cuda: store device SM in a global var
sample usage made for blake and fugue (higher intensity for SM5.2) add these to cuda_helper and clean unused code
Configuration menu - View commit details
-
Copy full SHA for b128312 - Browse repository at this point
Copy the full SHA b128312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c8fa2 - Browse repository at this point
Copy the full SHA 88c8fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66845a9 - Browse repository at this point
Copy the full SHA 66845a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0317706 - Browse repository at this point
Copy the full SHA 0317706View commit details
Commits on Nov 12, 2014
-
Note: Heavy and Mjollnir are broken on linux (only)... To check in the next version... 4 hours i try to fix that without success. djm34 variant seems ok but also make a lot of rejects.
Configuration menu - View commit details
-
Copy full SHA for 3550d6a - Browse repository at this point
Copy the full SHA 3550d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c84da - Browse repository at this point
Copy the full SHA e1c84daView commit details -
api: add a basic stats api on port 2068
you can use PHP api-example.php as a json wrapper... to be tested on windows... Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4958ce6 - Browse repository at this point
Copy the full SHA 4958ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58b2d3 - Browse repository at this point
Copy the full SHA f58b2d3View commit details -
api: changes in data, global stuff in summary
PS: still under dev, wait the final 1.4.8 ;)
Configuration menu - View commit details
-
Copy full SHA for 11a4bb1 - Browse repository at this point
Copy the full SHA 11a4bb1View commit details -
api: add api-bind param -b 0.0.0.0:4068
possible values : 5000 or :5000 to use port 5000 (local only) 0.0.0.0:5000 to allow connections from the network 127.0.0.1:4068 to only allow local connections (default) Use -b 0 to disable the API system. Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e0bc5e - Browse repository at this point
Copy the full SHA 2e0bc5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1118d6c - Browse repository at this point
Copy the full SHA 1118d6cView commit details
Commits on Nov 13, 2014
-
Add nvml for GPU monitoring (squashed)
Based on mwhite73 <[email protected]> implementation Linked to the api system Also fix Makefile to support standard c++ files This prevent nvcc use without device code Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49f3c45 - Browse repository at this point
Copy the full SHA 49f3c45View commit details -
ccminer: rename main file and switch to C++
There was a different behavior on linux and visual studio That was making it hard to link functions correctly That remove some ifdef / extern "C" requirements note about x86 releases, x86 nvml.dll is not installed on Windows x64!
Configuration menu - View commit details
-
Copy full SHA for e40a7a7 - Browse repository at this point
Copy the full SHA e40a7a7View commit details -
api: add nvapi for windows binaries
nvml.dll doesnt exists for 32bit binaries! use nvapi to get infos seems to have more/different features than NVML... like pstate etc.. This is nvapi r343 : https://developer.nvidia.com/nvapi Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15eea1b - Browse repository at this point
Copy the full SHA 15eea1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dedcd06 - Browse repository at this point
Copy the full SHA dedcd06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dcfa5d - Browse repository at this point
Copy the full SHA 3dcfa5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63eb163 - Browse repository at this point
Copy the full SHA 63eb163View commit details
Commits on Nov 14, 2014
-
api: better compat with telnet + help command
handle "\r\n" and terminate connection if command is not known
Configuration menu - View commit details
-
Copy full SHA for e139736 - Browse repository at this point
Copy the full SHA e139736View commit details -
stats: add support for current freq and pstate
windows only via nvapi, if nvml function is not supported
Configuration menu - View commit details
-
Copy full SHA for 3d2260a - Browse repository at this point
Copy the full SHA 3d2260aView commit details -
restore divided hashrate for quark and jackpot
The previous way it was done was not correct (hashdone divided/2) So add a factor 0.5 to the computed hashrate... to stay comparable
Configuration menu - View commit details
-
Copy full SHA for e82f5d4 - Browse repository at this point
Copy the full SHA e82f5d4View commit details -
api: add histo command and difficulty
enhance multi-gpu stats and fix nvapi indexes change syslog prefix to ccminer (cpuminer remains) api 1.1 modified - not officially released yet
Configuration menu - View commit details
-
Copy full SHA for 3652c70 - Browse repository at this point
Copy the full SHA 3652c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124dc6e - Browse repository at this point
Copy the full SHA 124dc6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc05128 - Browse repository at this point
Copy the full SHA cc05128View commit details -
nvapi: match gpu index with pci/x bus id
mapping by Name was a quick test...
Configuration menu - View commit details
-
Copy full SHA for 7a2fe83 - Browse repository at this point
Copy the full SHA 7a2fe83View commit details -
api: export card labels and count, renames stats command
renammed to "threads", stats was too much generic
Configuration menu - View commit details
-
Copy full SHA for 3e43553 - Browse repository at this point
Copy the full SHA 3e43553View commit details
Commits on Nov 15, 2014
-
nvml: attempt to use another clock function
But no way, even recent 346 driver series or 343. Seems limited to Tesla products...
Configuration menu - View commit details
-
Copy full SHA for 2aea2c3 - Browse repository at this point
Copy the full SHA 2aea2c3View commit details -
update readme for final 1.4.9 (fix)
A dev version was released on http://cryptomining-blog.com/ Please update, the previous one has some bugs when using multiple gpus and the API format has changed!
Configuration menu - View commit details
-
Copy full SHA for c7008f3 - Browse repository at this point
Copy the full SHA c7008f3View commit details -
api-sample: use non blocking sockets
fix php warnings and enable cpuminer compat
Configuration menu - View commit details
-
Copy full SHA for 851a26c - Browse repository at this point
Copy the full SHA 851a26cView commit details
Commits on Nov 16, 2014
-
sp echo optimisation + cleanup
Original Commit : Removed sharedmem and reduced calculations with precalcing (ECHO hash). 750ti + 20KHASH(x11) tpruvot notes: Real change is more of 10 KH/s on stock clocks (but real) launch bounds disabled, no perf increase with 64 registers
Configuration menu - View commit details
-
Copy full SHA for e18a54e - Browse repository at this point
Copy the full SHA e18a54eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89aaafa - Browse repository at this point
Copy the full SHA 89aaafaView commit details -
x11: shavite and echo from sp (now ok on win32)
Previous echo commit was only increasing linux performance, and reducing windows perf compared to the 1.4.9, this one seems to give at least the 1.4.9 on windows, and the same on linux... Shavite optimisation seems ok on both (use now 64 registers) the launch_bounds will force the number of registers, so remove specific Makefile rules on linux... manual "cherry pick" with fixed line endings and some adaptations
Configuration menu - View commit details
-
Copy full SHA for fdd5d29 - Browse repository at this point
Copy the full SHA fdd5d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae29d98 - Browse repository at this point
Copy the full SHA ae29d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59391e2 - Browse repository at this point
Copy the full SHA 59391e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a551c - Browse repository at this point
Copy the full SHA 44a551cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a4195 - Browse repository at this point
Copy the full SHA 14a4195View commit details -
checkhash: some work on a faster variant (wip)
This should not be used for all algos... not enabled yet todo: multiple nounces or blake32 style checkup
Configuration menu - View commit details
-
Copy full SHA for 11dbbcc - Browse repository at this point
Copy the full SHA 11dbbccView commit details -
Rework benchmark mode and min/max range
Was maybe my fault, but the benchmark mode was always recomputing from nonce 0. Also fix blake if -d 1 is used (one thread but second gpu) stats: do not use thread id as key, prefer gpu id...
Configuration menu - View commit details
-
Copy full SHA for 438308b - Browse repository at this point
Copy the full SHA 438308bView commit details -
quark/blake512 opt. pointed by sp without asm
indeed, the pragma unroll doesnt always make things faster asm part... to check later
Configuration menu - View commit details
-
Copy full SHA for c859041 - Browse repository at this point
Copy the full SHA c859041View commit details -
min() and max(a,b) are not defined on linux,
in fact max exists in jansson includes (in tree only) Add them to miner.h
Configuration menu - View commit details
-
Copy full SHA for dca216f - Browse repository at this point
Copy the full SHA dca216fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d062f93 - Browse repository at this point
Copy the full SHA d062f93View commit details
Commits on Nov 17, 2014
-
stratum: prevent a booo when receiving a new block
seems to works in solo mode too... note: anime wallet to check, different problem without reject-reason
Configuration menu - View commit details
-
Copy full SHA for f5e7745 - Browse repository at this point
Copy the full SHA f5e7745View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe4ad36 - Browse repository at this point
Copy the full SHA fe4ad36View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdfce54 - Browse repository at this point
Copy the full SHA bdfce54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9b8a5 - Browse repository at this point
Copy the full SHA 6a9b8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 047e79a - Browse repository at this point
Copy the full SHA 047e79aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ef7b9 - Browse repository at this point
Copy the full SHA b4ef7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582c971 - Browse repository at this point
Copy the full SHA 582c971View commit details
Commits on Nov 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 17cf376 - Browse repository at this point
Copy the full SHA 17cf376View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24b65a - Browse repository at this point
Copy the full SHA b24b65aView commit details
Commits on Nov 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3ad4be7 - Browse repository at this point
Copy the full SHA 3ad4be7View commit details
Commits on Nov 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1bc4e7e - Browse repository at this point
Copy the full SHA 1bc4e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f22b2 - Browse repository at this point
Copy the full SHA 73f22b2View commit details -
faster x15, +23KH or 4ms on whirpool (30ms vs 34ms)
tpruvot: i didnt pick the asm replace_hiword, slower on linux
Configuration menu - View commit details
-
Copy full SHA for 26b9fe3 - Browse repository at this point
Copy the full SHA 26b9fe3View commit details
Commits on Nov 22, 2014
-
stratum: handle optional mining.set_extranonce
allow pools to switch more coins without reconnect Tested ok on a nicehash x11 pool Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ddc8de - Browse repository at this point
Copy the full SHA 5ddc8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce3fed - Browse repository at this point
Copy the full SHA 7ce3fedView commit details -
On maxwell compress1 and compress2 can be run in one run instead of two.(750TI + 20KHASH)
Configuration menu - View commit details
-
Copy full SHA for 7d88e5c - Browse repository at this point
Copy the full SHA 7d88e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea9da1 - Browse repository at this point
Copy the full SHA 2ea9da1View commit details -
stratum: difficulty can be buggy with values close to zero
bug seen on windows with xpool.ca (x11)
Configuration menu - View commit details
-
Copy full SHA for 5a869d1 - Browse repository at this point
Copy the full SHA 5a869d1View commit details -
Update jansson windows sources to 2.6
There was sometimes problems with float values close to 0 (like 0.001)
Configuration menu - View commit details
-
Copy full SHA for e72c6d4 - Browse repository at this point
Copy the full SHA e72c6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be08ad - Browse repository at this point
Copy the full SHA 3be08adView commit details -
affinity: do not mix cpu count with gpu one
and update the old var with active gpus if -d is set
Configuration menu - View commit details
-
Copy full SHA for b824a63 - Browse repository at this point
Copy the full SHA b824a63View commit details
Commits on Nov 23, 2014
-
Luffa and simd merged to one kernal.
Small echo rewrite. +10KHASH on the 650(compute 3.0) tpruvot: add Linux Makefile - Force to 80 registers (else -30KH/s) Note : the hashrate seems more constant with this change
Configuration menu - View commit details
-
Copy full SHA for f0d91ab - Browse repository at this point
Copy the full SHA f0d91abView commit details -
cubeluffa: Fix indent and add some static prefixes
use git "show -w <commithash>" to see changes Duplicated functions in merged Cube+Luffa could be cross linked without
Configuration menu - View commit details
-
Copy full SHA for 94c9945 - Browse repository at this point
Copy the full SHA 94c9945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb86de - Browse repository at this point
Copy the full SHA 7bb86deView commit details -
stats: rework stats map key to fix sort order
to fix histo api command without param
Configuration menu - View commit details
-
Copy full SHA for 1fcdeab - Browse repository at this point
Copy the full SHA 1fcdeabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8b7ff - Browse repository at this point
Copy the full SHA 9a8b7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6699b8a - Browse repository at this point
Copy the full SHA 6699b8aView commit details -
stratum: handle standard method if extranonce is ignored
seen on yamp.com pools
Configuration menu - View commit details
-
Copy full SHA for d7c13b0 - Browse repository at this point
Copy the full SHA d7c13b0View commit details -
nvml: fix hwinfo gpu vendor/product id
subsys ids are wrong... so use generic one
Configuration menu - View commit details
-
Copy full SHA for 84d7d92 - Browse repository at this point
Copy the full SHA 84d7d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa74aa3 - Browse repository at this point
Copy the full SHA aa74aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ac7a2 - Browse repository at this point
Copy the full SHA e2ac7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f42bb85 - Browse repository at this point
Copy the full SHA f42bb85View commit details -
simd512: restore SM3/3.5 perfs
Simple change which affect all algos based on SIMD512 fresh, qubit, s3, x11 to x17...
Configuration menu - View commit details
-
Copy full SHA for c887503 - Browse repository at this point
Copy the full SHA c887503View commit details -
why was it even included here in the first place? It's part of the CUDA Toolkit
Configuration menu - View commit details
-
Copy full SHA for ac641a0 - Browse repository at this point
Copy the full SHA ac641a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcde52 - Browse repository at this point
Copy the full SHA 1fcde52View commit details -
Configuration menu - View commit details
-
Copy full SHA for d031622 - Browse repository at this point
Copy the full SHA d031622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2300326 - Browse repository at this point
Copy the full SHA 2300326View commit details -
jansson: use config.h new name (like v2.7)
to prevent config.h conflicts
Configuration menu - View commit details
-
Copy full SHA for 858c3d9 - Browse repository at this point
Copy the full SHA 858c3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a33058b - Browse repository at this point
Copy the full SHA a33058bView commit details -
nvapi: get vid/pid like nvml + driver version
remove vbios revision, goal was to find the vendor...
Configuration menu - View commit details
-
Copy full SHA for d0ad101 - Browse repository at this point
Copy the full SHA d0ad101View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec310d - Browse repository at this point
Copy the full SHA aec310dView commit details
Commits on Nov 24, 2014
-
api: restore bios, can be useful to identify
We have no way yet to identify a MSI 750 from a Gigabyte one...
Configuration menu - View commit details
-
Copy full SHA for 484bbc4 - Browse repository at this point
Copy the full SHA 484bbc4View commit details -
stratum: yaamp answer to extranonce subscribe lately
Fix for the extranonce feature, can also make the miner more stable
Configuration menu - View commit details
-
Copy full SHA for 1dfbe6d - Browse repository at this point
Copy the full SHA 1dfbe6dView commit details -
api: add scanlog command to monitor scan ranges
will be used for external debugging...
Configuration menu - View commit details
-
Copy full SHA for dc5d1b1 - Browse repository at this point
Copy the full SHA dc5d1b1View commit details -
api: add device uuid (nvml), and OS in hwinfo
move nvdriver to sys infos (unique on system) prepare pool query
Configuration menu - View commit details
-
Copy full SHA for 3e8457d - Browse repository at this point
Copy the full SHA 3e8457dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71f9003 - Browse repository at this point
Copy the full SHA 71f9003View commit details
Commits on Nov 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7e15f31 - Browse repository at this point
Copy the full SHA 7e15f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a97f0c - Browse repository at this point
Copy the full SHA 9a97f0cView commit details -
Allow intermediate intensity (decimals)
Sample with -i 18.5 Adding 131072 threads to intensity 18, 393216 cuda threads And with -i 19.5 Adding 262144 threads to intensity 19, 786432 cuda threads
Configuration menu - View commit details
-
Copy full SHA for 9b1ff12 - Browse repository at this point
Copy the full SHA 9b1ff12View commit details -
syslog: allow to set a custom prefix
will allow kopiemtu livecd internal monitor to set it to cpuminer
Configuration menu - View commit details
-
Copy full SHA for d3258d8 - Browse repository at this point
Copy the full SHA d3258d8View commit details
Commits on Nov 26, 2014
-
nvml: fully disable it on windows
The DLL exists for x64 targets but seems not loadable The nvml.cpp code was wrote to support both NVAPI and NVML on windows because both apis have unique "features". like Fan RPM vs Fan Percent
Configuration menu - View commit details
-
Copy full SHA for cb3f893 - Browse repository at this point
Copy the full SHA cb3f893View commit details -
various extern cleanup + api history uids and gpu SM
uids could be useful to create graphes from history data Note: please do a clean build after this commit (changes in miner.h)
Configuration menu - View commit details
-
Copy full SHA for 6ae2816 - Browse repository at this point
Copy the full SHA 6ae2816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1032f19 - Browse repository at this point
Copy the full SHA 1032f19View commit details
Commits on Nov 27, 2014
-
heavy: add error checks, fix strict aliasing and linux
The core problem was the cuda hefty Thread per block set to high but took me several hours to find that... btw... +25% in heavy 12500 with 256 threads per block... vs 128 & 512 if max reg count is set to 80...
Configuration menu - View commit details
-
Copy full SHA for 1b65cd0 - Browse repository at this point
Copy the full SHA 1b65cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f524917 - Browse repository at this point
Copy the full SHA f524917View commit details
Commits on Nov 28, 2014
-
heavy: reduce by 256 threads default intensity to all -i 20 cuda: put static thread init bools outside the code (made once) api: fix nvml header to build without
Configuration menu - View commit details
-
Copy full SHA for 8ad180c - Browse repository at this point
Copy the full SHA 8ad180cView commit details -
quark/anime: +100KH, bmw tpb was not correct
This small change also enhance a bit x11..17 algos
Configuration menu - View commit details
-
Copy full SHA for c218c3f - Browse repository at this point
Copy the full SHA c218c3fView commit details
Commits on Nov 29, 2014
-
nvml: cleanup and check api restrictions
there was too much wrap_ prefixes, internal cleanup SetAPIRestriction reports success but we can not query/set app clocks
Configuration menu - View commit details
-
Copy full SHA for 56170bb - Browse repository at this point
Copy the full SHA 56170bbView commit details
Commits on Nov 30, 2014
-
no impacts on perf but easier to read
Configuration menu - View commit details
-
Copy full SHA for cc9df2d - Browse repository at this point
Copy the full SHA cc9df2dView commit details -
checkhash: simplify the common function
use klaus trivial function, the old code has always been a bit weird.. split cuda_check_cpu_hash_64 in two functions, keep old for branched stuff
Configuration menu - View commit details
-
Copy full SHA for 118a6be - Browse repository at this point
Copy the full SHA 118a6beView commit details
Commits on Dec 1, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 56ed0fe - Browse repository at this point
Copy the full SHA 56ed0feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dcf983 - Browse repository at this point
Copy the full SHA 2dcf983View commit details
Commits on Dec 3, 2014
-
api: add support for websocket calls
Allow to directly get api data in HTML5 Tested on Chrome... IE>=10 required, not tested IE11 seems buggy on connection close... todo Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 543de0a - Browse repository at this point
Copy the full SHA 543de0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a186a4d - Browse repository at this point
Copy the full SHA a186a4dView commit details
Commits on Dec 5, 2014
-
Prepare multiple nonces support in one loop (if found)
Tested on x11 which find sometimes 3 nonces in one call, actually they are ignored because only the biggest was kept... This commit doesnt fix that, but will allow to enhance shares rate later...
Configuration menu - View commit details
-
Copy full SHA for f387898 - Browse repository at this point
Copy the full SHA f387898View commit details -
Check and submit multiple nonces in one loop
Added to most algos, checkhash function scans a big range and can find multiple nonces at once if the difficulty is low. Stop ignoring them, submit second one if found... Clean the draft code for rc=2 implemented for blake and pentablake btw... fix the reduced displayed hashrate when a nonce is found... Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3bdb62 - Browse repository at this point
Copy the full SHA c3bdb62View commit details
Commits on Dec 6, 2014
-
x11: use KlausT optimisation (+20 KHs)
But use a define in AES to use or not device initial memcpy I already tried to use everywhere direct device constants and its not faster for big arrays (difference is small) also change launch bounds to reduce spills (72 regs) to check on windows too, could improve the perf... or not
Configuration menu - View commit details
-
Copy full SHA for 6c7fce1 - Browse repository at this point
Copy the full SHA 6c7fce1View commit details -
Add Lyra2 algo, based on Vertcoin published code
Seems to be djm34 work, i recognize the code style ;) Code was cleaned/indented and adapted to my fork... Only usable on the test pool until 16 december 2014!
Configuration menu - View commit details
-
Copy full SHA for c5b349e - Browse repository at this point
Copy the full SHA c5b349eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db46b7 - Browse repository at this point
Copy the full SHA 5db46b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f2dd6 - Browse repository at this point
Copy the full SHA 78f2dd6View commit details -
keccak: not compatible with second nonces (was broken)
Use djm34 new uint2 method to get a +40% boost (115 to 153MH/s)
Configuration menu - View commit details
-
Copy full SHA for ef8a73d - Browse repository at this point
Copy the full SHA ef8a73dView commit details
Commits on Dec 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f9bba0f - Browse repository at this point
Copy the full SHA f9bba0fView commit details -
Enhance stale work detection + throughput fixes
seems to resolve solo mining lock on share. export also computed solo work diff in api (not perfect) In high rate algos, throughput should be unsigned... This fixes keccak, blake and doom problems And change terminal color of debug lines, to be selectable in putty, color code is not supported in windows but selection is ok there.
Configuration menu - View commit details
-
Copy full SHA for 49a7397 - Browse repository at this point
Copy the full SHA 49a7397View commit details -
solo: get bloc height and trap more errors
and disable multiple nonce on wallets, a bloc cant be resolved twice ;) Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70743eb - Browse repository at this point
Copy the full SHA 70743ebView commit details
Commits on Dec 8, 2014
-
api: allow -b <ip>, and set bind retry to 20sec
before, only -b <ip:port>, <port> or 0 (disable) was allowed easier to set -b 0.0.0.0 with default port
Configuration menu - View commit details
-
Copy full SHA for d09ec41 - Browse repository at this point
Copy the full SHA d09ec41View commit details -
solo: stop submit of solved blocs (stale work)
rejects in solo mode often means "generated block is stale" (see Debug.log) Most of current wallets only reports "rejected" reason without explanations. So prevent this common error, you can turn off this gbt feature (height check) with --no-gbt option.
Configuration menu - View commit details
-
Copy full SHA for 7a0f7ab - Browse repository at this point
Copy the full SHA 7a0f7abView commit details
Commits on Dec 15, 2014
-
Configuration menu - View commit details
-
Copy full SHA for fa7d744 - Browse repository at this point
Copy the full SHA fa7d744View commit details -
keccak uint2 optimisation for SM>3.0 (x11 +40KH/s)
based on djm34 keccak 256-bit changes, and keep SM3.0 compat affect most other algos too (quark, nist5, x13...)
Configuration menu - View commit details
-
Copy full SHA for 2585e10 - Browse repository at this point
Copy the full SHA 2585e10View commit details
Commits on Dec 16, 2014
-
skein: uint2 optimisation with SM 3.0 compat (+15KH)
Thanks to sp and djm34 for this fast uint64 storage alternative
Configuration menu - View commit details
-
Copy full SHA for 1e24e48 - Browse repository at this point
Copy the full SHA 1e24e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e3387 - Browse repository at this point
Copy the full SHA 63e3387View commit details
Commits on Dec 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ac9b0d2 - Browse repository at this point
Copy the full SHA ac9b0d2View commit details
Commits on Dec 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 9b5d3bf - Browse repository at this point
Copy the full SHA 9b5d3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 010eba1 - Browse repository at this point
Copy the full SHA 010eba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66d78e - Browse repository at this point
Copy the full SHA a66d78eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5a48f - Browse repository at this point
Copy the full SHA ec5a48fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90efbdc - Browse repository at this point
Copy the full SHA 90efbdcView commit details -
qubit: fix wrong pool difficulty
hmm... this is weird, should be 256 but make bad shares on pool diff 2
Configuration menu - View commit details
-
Copy full SHA for 150d6eb - Browse repository at this point
Copy the full SHA 150d6ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 756ea89 - Browse repository at this point
Copy the full SHA 756ea89View commit details -
Intelligent duplicate shares check
Only enabled on first duplicate share
Configuration menu - View commit details
-
Copy full SHA for f08bd79 - Browse repository at this point
Copy the full SHA f08bd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dce673 - Browse repository at this point
Copy the full SHA 2dce673View commit details -
Not sure its the fastest way, but it works for offsets 0-63 + 64 Also note than asm SM 3.5+ doesn't support ROR with offset 64
Configuration menu - View commit details
-
Copy full SHA for da2e252 - Browse repository at this point
Copy the full SHA da2e252View commit details
Commits on Dec 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b318866 - Browse repository at this point
Copy the full SHA b318866View commit details
Commits on Dec 26, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5cbf239 - Browse repository at this point
Copy the full SHA 5cbf239View commit details -
Configuration menu - View commit details
-
Copy full SHA for f761531 - Browse repository at this point
Copy the full SHA f761531View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec454dd - Browse repository at this point
Copy the full SHA ec454ddView commit details
Commits on Jan 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 29c3db5 - Browse repository at this point
Copy the full SHA 29c3db5View commit details
Commits on Jan 18, 2015
-
groestl: use sp bitslice enhancement, prepare SM 2.x variant
todo: simd512 SM 2.x variant (shfl op), and groestl/myriad functions
Configuration menu - View commit details
-
Copy full SHA for b521acb - Browse repository at this point
Copy the full SHA b521acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6500160 - Browse repository at this point
Copy the full SHA 6500160View commit details
Commits on Jan 22, 2015
-
Add cpu priority and affinity parameters
priority param value is from 0 (default idle like before) to 5 (highest) affinity could be enhanced to set multiple cores... todo Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3b6162 - Browse repository at this point
Copy the full SHA c3b6162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65cefa4 - Browse repository at this point
Copy the full SHA 65cefa4View commit details -
Handle a maximum of 16 gpus (vs 8 before)
Some cards have 2 gpus on board...
Configuration menu - View commit details
-
Copy full SHA for cafd447 - Browse repository at this point
Copy the full SHA cafd447View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec8972 - Browse repository at this point
Copy the full SHA bec8972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5233f - Browse repository at this point
Copy the full SHA 2a5233fView commit details -
api: report intensity and throughput for each thread
even when no parameter is set (default set in each algo code)
Configuration menu - View commit details
-
Copy full SHA for dfa9f63 - Browse repository at this point
Copy the full SHA dfa9f63View commit details
Commits on Jan 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 833238c - Browse repository at this point
Copy the full SHA 833238cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba2df5 - Browse repository at this point
Copy the full SHA bba2df5View commit details
Commits on Jan 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 45206e4 - Browse repository at this point
Copy the full SHA 45206e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2dd3e - Browse repository at this point
Copy the full SHA 9f2dd3eView commit details -
import bmw512 uint2 changes from sp
+ some cleanup... 15KH/s won (750Ti)
Configuration menu - View commit details
-
Copy full SHA for 768b5cc - Browse repository at this point
Copy the full SHA 768b5ccView commit details -
Allow different intensity per device
and clean the old variables, no more required
Configuration menu - View commit details
-
Copy full SHA for 26b51a5 - Browse repository at this point
Copy the full SHA 26b51a5View commit details -
api: one decimal is enough for intensity
and fix windows build... missing __func define
Configuration menu - View commit details
-
Copy full SHA for 3938dce - Browse repository at this point
Copy the full SHA 3938dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d3498 - Browse repository at this point
Copy the full SHA c7d3498View commit details
Commits on Jan 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 872a55a - Browse repository at this point
Copy the full SHA 872a55aView commit details
Commits on Feb 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a452c33 - Browse repository at this point
Copy the full SHA a452c33View commit details
Commits on Feb 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 10a5e13 - Browse repository at this point
Copy the full SHA 10a5e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5e8aa - Browse repository at this point
Copy the full SHA 2d5e8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3fc059 - Browse repository at this point
Copy the full SHA e3fc059View commit details -
Configuration menu - View commit details
-
Copy full SHA for a74df25 - Browse repository at this point
Copy the full SHA a74df25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00803b0 - Browse repository at this point
Copy the full SHA 00803b0View commit details
Commits on Feb 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bb71232 - Browse repository at this point
Copy the full SHA bb71232View commit details
Commits on Feb 11, 2015
-
Handle a default config file (ccminer.conf)
This allow to "debug" easily in visual studio (without project changes) Prepare version 1.5.3, update README
Configuration menu - View commit details
-
Copy full SHA for 5dd2534 - Browse repository at this point
Copy the full SHA 5dd2534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c3ac6 - Browse repository at this point
Copy the full SHA 09c3ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e6ee1 - Browse repository at this point
Copy the full SHA 20e6ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 836e9bd - Browse repository at this point
Copy the full SHA 836e9bdView commit details
Commits on Feb 13, 2015
-
only allowed if --api-remote parameter or config key is set and fix possible problem with urls containing user:password@ Signed-off-by: Tanguy Pruvot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a537fa3 - Browse repository at this point
Copy the full SHA a537fa3View commit details
Commits on Feb 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c41d9e7 - Browse repository at this point
Copy the full SHA c41d9e7View commit details -
hashrate: Remove some extra units and allow 4 digits
to keep current X11 output (sample: 2950.01 kH/s)
Configuration menu - View commit details
-
Copy full SHA for 81fd04a - Browse repository at this point
Copy the full SHA 81fd04aView commit details
Commits on Feb 28, 2015
-
cleanup: use unsigned throughput parameters
Yes, its a big commit, was waiting 1.6 to do that... Sorry for your possible merge issues ;)
Configuration menu - View commit details
-
Copy full SHA for e6112e8 - Browse repository at this point
Copy the full SHA e6112e8View commit details
Commits on Mar 2, 2015
-
increase default priority to above normal
This enhances the hashrate when mining together with a cpu miner, and doesn't slow down the machine, ccminer doesn't use a lot of cpu. Note: this value doesn't require Admin rights on windows, unlike highest ones.
Configuration menu - View commit details
-
Copy full SHA for e17d19c - Browse repository at this point
Copy the full SHA e17d19cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd594c - Browse repository at this point
Copy the full SHA 7fd594cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4158a - Browse repository at this point
Copy the full SHA 9c4158aView commit details
Commits on Mar 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3ed1c55 - Browse repository at this point
Copy the full SHA 3ed1c55View commit details -
enhance 64bit builds performance
x11 perf is now close to x86 binary, but its not the case on all algos. Add also a build.cmd script to remember how to build on windows cmdline
Configuration menu - View commit details
-
Copy full SHA for 7048300 - Browse repository at this point
Copy the full SHA 7048300View commit details -
and convert ccminer.rc from utf-16 to Latin1 (doesnt want utf-8), required for git diff/merge/rebase...
Configuration menu - View commit details
-
Copy full SHA for 0f60443 - Browse repository at this point
Copy the full SHA 0f60443View commit details
Commits on Mar 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e4328a6 - Browse repository at this point
Copy the full SHA e4328a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff9fdc - Browse repository at this point
Copy the full SHA dff9fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b7088 - Browse repository at this point
Copy the full SHA a6b7088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 411ad02 - Browse repository at this point
Copy the full SHA 411ad02View commit details -
Configuration menu - View commit details
-
Copy full SHA for f130a47 - Browse repository at this point
Copy the full SHA f130a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45670db - Browse repository at this point
Copy the full SHA 45670dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8cc224 - Browse repository at this point
Copy the full SHA c8cc224View commit details -
Configuration menu - View commit details
-
Copy full SHA for c076223 - Browse repository at this point
Copy the full SHA c076223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5085151 - Browse repository at this point
Copy the full SHA 5085151View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb68e31 - Browse repository at this point
Copy the full SHA fb68e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2d540 - Browse repository at this point
Copy the full SHA 3a2d540View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2613ca - Browse repository at this point
Copy the full SHA d2613caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e058ab5 - Browse repository at this point
Copy the full SHA e058ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 806a5b3 - Browse repository at this point
Copy the full SHA 806a5b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a51104 - Browse repository at this point
Copy the full SHA 4a51104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d19221 - Browse repository at this point
Copy the full SHA 6d19221View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd3c3a - Browse repository at this point
Copy the full SHA ebd3c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e79ad73 - Browse repository at this point
Copy the full SHA e79ad73View commit details -
Configuration menu - View commit details
-
Copy full SHA for c42ecd7 - Browse repository at this point
Copy the full SHA c42ecd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f1d73 - Browse repository at this point
Copy the full SHA a0f1d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd7ce4 - Browse repository at this point
Copy the full SHA 7fd7ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cac155 - Browse repository at this point
Copy the full SHA 1cac155View commit details
Commits on Mar 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c18f605 - Browse repository at this point
Copy the full SHA c18f605View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd4df8 - Browse repository at this point
Copy the full SHA ccd4df8View commit details -
changed default arch to compute 30
compute 30 yields slightly better performance on maxwell
Configuration menu - View commit details
-
Copy full SHA for a98b4d7 - Browse repository at this point
Copy the full SHA a98b4d7View commit details -
updated threadsPerBlock to 1024
and minimum block on launchbounds to 2 in order to preserve 32registers
Configuration menu - View commit details
-
Copy full SHA for 2d8104d - Browse repository at this point
Copy the full SHA 2d8104dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d987d - Browse repository at this point
Copy the full SHA f6d987dView commit details
Commits on Mar 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0be6456 - Browse repository at this point
Copy the full SHA 0be6456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4e8ec - Browse repository at this point
Copy the full SHA 3f4e8ecView commit details
Commits on Mar 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ab6cf85 - Browse repository at this point
Copy the full SHA ab6cf85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f108e - Browse repository at this point
Copy the full SHA 25f108eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ba28a - Browse repository at this point
Copy the full SHA 28ba28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f4986f - Browse repository at this point
Copy the full SHA 2f4986fView commit details
Commits on Jan 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fdf6ebe - Browse repository at this point
Copy the full SHA fdf6ebeView commit details
Commits on Jan 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2ae7cbf - Browse repository at this point
Copy the full SHA 2ae7cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e452d - Browse repository at this point
Copy the full SHA 94e452dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8664ee6 - Browse repository at this point
Copy the full SHA 8664ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee26a71 - Browse repository at this point
Copy the full SHA ee26a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 915b884 - Browse repository at this point
Copy the full SHA 915b884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba85f2 - Browse repository at this point
Copy the full SHA 9ba85f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0c7e5 - Browse repository at this point
Copy the full SHA 1c0c7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4550906 - Browse repository at this point
Copy the full SHA 4550906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb437d - Browse repository at this point
Copy the full SHA 8bb437dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcb880 - Browse repository at this point
Copy the full SHA 1dcb880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc56d9 - Browse repository at this point
Copy the full SHA 2cc56d9View commit details
Commits on Feb 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b2a5be3 - Browse repository at this point
Copy the full SHA b2a5be3View commit details
Commits on Feb 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0e43c33 - Browse repository at this point
Copy the full SHA 0e43c33View commit details
Commits on Feb 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dbf86a1 - Browse repository at this point
Copy the full SHA dbf86a1View commit details
Commits on Feb 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 01af696 - Browse repository at this point
Copy the full SHA 01af696View commit details
Commits on Mar 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 90e5d0f - Browse repository at this point
Copy the full SHA 90e5d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32eb312 - Browse repository at this point
Copy the full SHA 32eb312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2a439 - Browse repository at this point
Copy the full SHA 7d2a439View commit details
Commits on Mar 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dea72aa - Browse repository at this point
Copy the full SHA dea72aaView commit details
Commits on Apr 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2a68d66 - Browse repository at this point
Copy the full SHA 2a68d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83d0e9 - Browse repository at this point
Copy the full SHA d83d0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7b5a9 - Browse repository at this point
Copy the full SHA 0c7b5a9View commit details
Commits on Apr 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cb7338f - Browse repository at this point
Copy the full SHA cb7338fView commit details
Commits on Apr 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d76b7c4 - Browse repository at this point
Copy the full SHA d76b7c4View commit details
Commits on Apr 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e54b5e2 - Browse repository at this point
Copy the full SHA e54b5e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8264f2 - Browse repository at this point
Copy the full SHA b8264f2View commit details
Commits on Apr 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a1db906 - Browse repository at this point
Copy the full SHA a1db906View commit details
Commits on Apr 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d6201fb - Browse repository at this point
Copy the full SHA d6201fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9104d6c - Browse repository at this point
Copy the full SHA 9104d6cView commit details
Commits on Apr 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9593855 - Browse repository at this point
Copy the full SHA 9593855View commit details
Commits on Oct 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bce18b8 - Browse repository at this point
Copy the full SHA bce18b8View commit details
Commits on Feb 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 39b5724 - Browse repository at this point
Copy the full SHA 39b5724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c8c3a - Browse repository at this point
Copy the full SHA 51c8c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6090501 - Browse repository at this point
Copy the full SHA 6090501View commit details