Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Windows #2

Open
wants to merge 396 commits into
base: master
Choose a base branch
from
Open

Windows #2

wants to merge 396 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 10, 2014

  1. Configuration menu
    Copy the full SHA
    7acf987 View commit details
    Browse the repository at this point in the history
  2. vstudio: std::min fix

    tpruvot committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    9845126 View commit details
    Browse the repository at this point in the history
  3. 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)
    tpruvot committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    7a4e1bb View commit details
    Browse the repository at this point in the history
  4. heavy fix for linux

    tpruvot committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    8259ed7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. 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]>
    tpruvot committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    ec709af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64cfe35 View commit details
    Browse the repository at this point in the history
  3. stats: ignore erroneous data

    tpruvot committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    51b4f32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99bbe38 View commit details
    Browse the repository at this point in the history
  5. 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
    tpruvot committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    b128312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88c8fa2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66845a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0317706 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Release 1.4.7

    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.
    tpruvot committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    3550d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c84da View commit details
    Browse the repository at this point in the history
  3. 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]>
    tpruvot committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    4958ce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f58b2d3 View commit details
    Browse the repository at this point in the history
  5. api: changes in data, global stuff in summary

    PS: still under dev, wait the final 1.4.8 ;)
    tpruvot committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    11a4bb1 View commit details
    Browse the repository at this point in the history
  6. 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]>
    tpruvot committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    2e0bc5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1118d6c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. 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]>
    tpruvot committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    49f3c45 View commit details
    Browse the repository at this point in the history
  2. 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!
    tpruvot committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    e40a7a7 View commit details
    Browse the repository at this point in the history
  3. 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]>
    tpruvot committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    15eea1b View commit details
    Browse the repository at this point in the history
  4. stats: fix typo for multigpu

    tpruvot committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    dedcd06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dcfa5d View commit details
    Browse the repository at this point in the history
  6. api: update sample rig ui

    totals, readable uptime, autorefresh
    tpruvot committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    63eb163 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. api: better compat with telnet + help command

    handle "\r\n" and terminate connection if command is not known
    tpruvot committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    e139736 View commit details
    Browse the repository at this point in the history
  2. stats: add support for current freq and pstate

    windows only via nvapi, if nvml function is not supported
    tpruvot committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    3d2260a View commit details
    Browse the repository at this point in the history
  3. 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
    tpruvot committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    e82f5d4 View commit details
    Browse the repository at this point in the history
  4. 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
    tpruvot committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    3652c70 View commit details
    Browse the repository at this point in the history
  5. nvapi: fix mapping of devices

    tpruvot committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    124dc6e View commit details
    Browse the repository at this point in the history
  6. api: fix histo thread param

    tpruvot committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    cc05128 View commit details
    Browse the repository at this point in the history
  7. nvapi: match gpu index with pci/x bus id

    mapping by Name was a quick test...
    tpruvot committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    7a2fe83 View commit details
    Browse the repository at this point in the history
  8. api: export card labels and count, renames stats command

    renammed to "threads", stats was too much generic
    tpruvot committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    3e43553 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2014

  1. nvml: attempt to use another clock function

    But no way, even recent 346 driver series or 343. Seems limited to
    Tesla products...
    tpruvot committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    2aea2c3 View commit details
    Browse the repository at this point in the history
  2. 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!
    tpruvot committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    c7008f3 View commit details
    Browse the repository at this point in the history
  3. api-sample: use non blocking sockets

    fix php warnings and enable cpuminer compat
    tpruvot committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    851a26c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2014

  1. 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
    sp-hash authored and tpruvot committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    e18a54e View commit details
    Browse the repository at this point in the history
  2. prepare 1.5.0

    tpruvot committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    89aaafa View commit details
    Browse the repository at this point in the history
  3. 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
    tpruvot committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    fdd5d29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae29d98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59391e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44a551c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14a4195 View commit details
    Browse the repository at this point in the history
  8. 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
    tpruvot committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    11dbbcc View commit details
    Browse the repository at this point in the history
  9. 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...
    tpruvot committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    438308b View commit details
    Browse the repository at this point in the history
  10. quark/blake512 opt. pointed by sp without asm

    indeed, the pragma unroll doesnt always make things faster
    
    asm part... to check later
    tpruvot committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    c859041 View commit details
    Browse the repository at this point in the history
  11. 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
    tpruvot committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    dca216f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d062f93 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. 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
    tpruvot committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    f5e7745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe4ad36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdfce54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a9b8a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    047e79a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4ef7b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    582c971 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Configuration menu
    Copy the full SHA
    17cf376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24b65a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Configuration menu
    Copy the full SHA
    3ad4be7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Configuration menu
    Copy the full SHA
    1bc4e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f22b2 View commit details
    Browse the repository at this point in the history
  3. faster x15, +23KH or 4ms on whirpool (30ms vs 34ms)

    tpruvot: i didnt pick the asm replace_hiword, slower on linux
    sp-hash authored and tpruvot committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    26b9fe3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2014

  1. 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]>
    tpruvot committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    5ddc8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ce3fed View commit details
    Browse the repository at this point in the history
  3. Faster Simd

    On maxwell compress1 and compress2 can be run in one run instead of two.(750TI + 20KHASH)
    sp-hash authored and tpruvot committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    7d88e5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ea9da1 View commit details
    Browse the repository at this point in the history
  5. stratum: difficulty can be buggy with values close to zero

    bug seen on windows with xpool.ca (x11)
    tpruvot committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    5a869d1 View commit details
    Browse the repository at this point in the history
  6. Update jansson windows sources to 2.6

    There was sometimes problems with float values close to 0 (like 0.001)
    tpruvot committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    e72c6d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3be08ad View commit details
    Browse the repository at this point in the history
  8. affinity: do not mix cpu count with gpu one

    and update the old var with active gpus if -d is set
    tpruvot committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    b824a63 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2014

  1. 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
    sp-hash authored and tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    f0d91ab View commit details
    Browse the repository at this point in the history
  2. 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
    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    94c9945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bb86de View commit details
    Browse the repository at this point in the history
  4. stats: rework stats map key to fix sort order

    to fix histo api command without param
    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    1fcdeab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a8b7ff View commit details
    Browse the repository at this point in the history
  6. nvml: fix windows build

    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    6699b8a View commit details
    Browse the repository at this point in the history
  7. stratum: handle standard method if extranonce is ignored

    seen on yamp.com pools
    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    d7c13b0 View commit details
    Browse the repository at this point in the history
  8. nvml: fix hwinfo gpu vendor/product id

    subsys ids are wrong... so use generic one
    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    84d7d92 View commit details
    Browse the repository at this point in the history
  9. api: fix hwinfo gpus

    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    aa74aa3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2ac7a2 View commit details
    Browse the repository at this point in the history
  11. nvml: vid/pid was reversed

    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    f42bb85 View commit details
    Browse the repository at this point in the history
  12. simd512: restore SM3/3.5 perfs

    Simple change which affect all algos based on SIMD512
    
    fresh, qubit, s3, x11 to x17...
    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    c887503 View commit details
    Browse the repository at this point in the history
  13. delete compat/thrust

    why was it even included here in the first place?
    It's part of the CUDA Toolkit
    KlausT authored and tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    ac641a0 View commit details
    Browse the repository at this point in the history
  14. small groestl optimizations

    KlausT authored and tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    1fcde52 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d031622 View commit details
    Browse the repository at this point in the history
  16. jansson: fix version header

    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    2300326 View commit details
    Browse the repository at this point in the history
  17. jansson: use config.h new name (like v2.7)

    to prevent config.h conflicts
    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    858c3d9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a33058b View commit details
    Browse the repository at this point in the history
  19. nvapi: get vid/pid like nvml + driver version

    remove vbios revision, goal was to find the vendor...
    tpruvot committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    d0ad101 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aec310d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. api: restore bios, can be useful to identify

    We have no way yet to identify a MSI 750 from a Gigabyte one...
    tpruvot committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    484bbc4 View commit details
    Browse the repository at this point in the history
  2. stratum: yaamp answer to extranonce subscribe lately

    Fix for the extranonce feature, can also make the miner more stable
    tpruvot committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    1dfbe6d View commit details
    Browse the repository at this point in the history
  3. api: add scanlog command to monitor scan ranges

    will be used for external debugging...
    tpruvot committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    dc5d1b1 View commit details
    Browse the repository at this point in the history
  4. api: add device uuid (nvml), and OS in hwinfo

    move nvdriver to sys infos (unique on system)
    
    prepare pool query
    tpruvot committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    3e8457d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71f9003 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Configuration menu
    Copy the full SHA
    7e15f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a97f0c View commit details
    Browse the repository at this point in the history
  3. 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
    tpruvot committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    9b1ff12 View commit details
    Browse the repository at this point in the history
  4. syslog: allow to set a custom prefix

    will allow kopiemtu livecd internal monitor to set it to cpuminer
    tpruvot committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    d3258d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. 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
    tpruvot committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    cb3f893 View commit details
    Browse the repository at this point in the history
  2. 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)
    tpruvot committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    6ae2816 View commit details
    Browse the repository at this point in the history
  3. api: update sample php ui with pool

    and report pstate in hwinfo only
    tpruvot committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    1032f19 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. 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...
    tpruvot committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    1b65cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f524917 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. various small changes

    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
    tpruvot committed Nov 28, 2014
    Configuration menu
    Copy the full SHA
    8ad180c View commit details
    Browse the repository at this point in the history
  2. quark/anime: +100KH, bmw tpb was not correct

    This small change also enhance a bit x11..17 algos
    tpruvot committed Nov 28, 2014
    Configuration menu
    Copy the full SHA
    c218c3f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2014

  1. 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
    tpruvot committed Nov 29, 2014
    Configuration menu
    Copy the full SHA
    56170bb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2014

  1. use ROTL32 in x14_shabal

    no impacts on perf but easier to read
    KlausT authored and tpruvot committed Nov 30, 2014
    Configuration menu
    Copy the full SHA
    cc9df2d View commit details
    Browse the repository at this point in the history
  2. 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
    tpruvot committed Nov 30, 2014
    Configuration menu
    Copy the full SHA
    118a6be View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. Configuration menu
    Copy the full SHA
    56ed0fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dcf983 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. 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]>
    tpruvot committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    543de0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a186a4d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. 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...
    tpruvot committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    f387898 View commit details
    Browse the repository at this point in the history
  2. 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]>
    tpruvot committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    c3bdb62 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2014

  1. 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
    tpruvot committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    6c7fce1 View commit details
    Browse the repository at this point in the history
  2. 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!
    tpruvot committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    c5b349e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5db46b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78f2dd6 View commit details
    Browse the repository at this point in the history
  5. keccak: not compatible with second nonces (was broken)

    Use djm34 new uint2 method to get a +40% boost (115 to 153MH/s)
    tpruvot committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    ef8a73d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. Configuration menu
    Copy the full SHA
    f9bba0f View commit details
    Browse the repository at this point in the history
  2. 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.
    tpruvot committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    49a7397 View commit details
    Browse the repository at this point in the history
  3. 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]>
    tpruvot committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    70743eb View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. 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
    tpruvot committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    d09ec41 View commit details
    Browse the repository at this point in the history
  2. 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.
    tpruvot committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    7a0f7ab View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2014

  1. Configuration menu
    Copy the full SHA
    fa7d744 View commit details
    Browse the repository at this point in the history
  2. 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...)
    tpruvot committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    2585e10 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. skein: uint2 optimisation with SM 3.0 compat (+15KH)

    Thanks to sp and djm34 for this fast uint64 storage alternative
    tpruvot committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    1e24e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e3387 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Release final 1.5.1

    tpruvot committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    ac9b0d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Fix whirl algo

    tpruvot committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    9b5d3bf View commit details
    Browse the repository at this point in the history
  2. start 1.5.2 dev

    tpruvot committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    010eba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a66d78e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec5a48f View commit details
    Browse the repository at this point in the history
  5. simd cleanup

    tpruvot committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    90efbdc View commit details
    Browse the repository at this point in the history
  6. qubit: fix wrong pool difficulty

    hmm... this is weird, should be 256 but make bad shares on pool diff 2
    tpruvot committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    150d6eb View commit details
    Browse the repository at this point in the history
  7. lyra2 +100kh for GTX970

    KlausT authored and tpruvot committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    756ea89 View commit details
    Browse the repository at this point in the history
  8. Intelligent duplicate shares check

    Only enabled on first duplicate share
    tpruvot committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    f08bd79 View commit details
    Browse the repository at this point in the history
  9. pentablake: cleanup

    tpruvot committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    2dce673 View commit details
    Browse the repository at this point in the history
  10. uint2: fix SM 3.0 ROR and ROL

    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
    tpruvot committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    da2e252 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2014

  1. lyra2: cleanup

    quickly tested with a SM 3.0 binary...
    tpruvot committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    b318866 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. Configuration menu
    Copy the full SHA
    5cbf239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f761531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec454dd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2015

  1. fix linux configure

    tpruvot committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    29c3db5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2015

  1. groestl: use sp bitslice enhancement, prepare SM 2.x variant

    todo: simd512 SM 2.x variant (shfl op), and groestl/myriad functions
    tpruvot committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    b521acb View commit details
    Browse the repository at this point in the history
  2. api: add cuda threads count

    tpruvot committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    6500160 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. 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]>
    tpruvot committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    c3b6162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65cefa4 View commit details
    Browse the repository at this point in the history
  3. Handle a maximum of 16 gpus (vs 8 before)

    Some cards have 2 gpus on board...
    tpruvot committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    cafd447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bec8972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a5233f View commit details
    Browse the repository at this point in the history
  6. api: report intensity and throughput for each thread

    even when no parameter is set (default set in each algo code)
    tpruvot committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    dfa9f63 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2015

  1. Configuration menu
    Copy the full SHA
    833238c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba2df5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2015

  1. Configuration menu
    Copy the full SHA
    45206e4 View commit details
    Browse the repository at this point in the history
  2. Remove some useless conversions

    do not impact perfs neither...
    tpruvot committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    9f2dd3e View commit details
    Browse the repository at this point in the history
  3. import bmw512 uint2 changes from sp

    + some cleanup... 15KH/s won (750Ti)
    tpruvot committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    768b5cc View commit details
    Browse the repository at this point in the history
  4. Allow different intensity per device

    and clean the old variables, no more required
    tpruvot committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    26b51a5 View commit details
    Browse the repository at this point in the history
  5. api: one decimal is enough for intensity

    and fix windows build... missing __func define
    tpruvot committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    3938dce View commit details
    Browse the repository at this point in the history
  6. myr-gr: clean up

    tpruvot committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    c7d3498 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Configuration menu
    Copy the full SHA
    872a55a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. quark: remove unused variables

    KlausT authored and tpruvot committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    a452c33 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2015

  1. Add windows icon and version

    tpruvot committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    10a5e13 View commit details
    Browse the repository at this point in the history
  2. anime: fix uint2 error (bmw)

    tpruvot committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    2d5e8aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3fc059 View commit details
    Browse the repository at this point in the history
  4. I use CUDA7 on windows

    tpruvot committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    a74df25 View commit details
    Browse the repository at this point in the history
  5. Revert "I use CUDA7 on windows"

    This reverts commit a74df25.
    tpruvot committed Feb 8, 2015
    Configuration menu
    Copy the full SHA
    00803b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. don't call timeEndPeriod twice

    KlausT authored and tpruvot committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    bb71232 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. 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
    tpruvot committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    5dd2534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c3ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e6ee1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    836e9bd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. Add basic API remote control

    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]>
    tpruvot committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    a537fa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2015

  1. Configuration menu
    Copy the full SHA
    c41d9e7 View commit details
    Browse the repository at this point in the history
  2. hashrate: Remove some extra units and allow 4 digits

    to keep current X11 output (sample: 2950.01 kH/s)
    tpruvot committed Feb 22, 2015
    Configuration menu
    Copy the full SHA
    81fd04a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. cleanup: use unsigned throughput parameters

    Yes, its a big commit, was waiting 1.6 to do that...
    Sorry for your possible merge issues ;)
    tpruvot committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    e6112e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. 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.
    tpruvot committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    e17d19c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd594c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c4158a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Configuration menu
    Copy the full SHA
    3ed1c55 View commit details
    Browse the repository at this point in the history
  2. 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
    tpruvot committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    7048300 View commit details
    Browse the repository at this point in the history
  3. api: fix high port numbers

    and convert ccminer.rc from utf-16 to Latin1 (doesnt want utf-8),
    required for git diff/merge/rebase...
    tpruvot committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    0f60443 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. test commit

    test
    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    e4328a6 View commit details
    Browse the repository at this point in the history
  2. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    dff9fdc View commit details
    Browse the repository at this point in the history
  3. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    a6b7088 View commit details
    Browse the repository at this point in the history
  4. Delete miner.h~

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    411ad02 View commit details
    Browse the repository at this point in the history
  5. Delete Makefile.am~

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    f130a47 View commit details
    Browse the repository at this point in the history
  6. Delete ccminer.cpp~

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    45670db View commit details
    Browse the repository at this point in the history
  7. Delete cuda_whirlpoolx.cu~

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    c8cc224 View commit details
    Browse the repository at this point in the history
  8. Delete whirlpoolx.cu~

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    c076223 View commit details
    Browse the repository at this point in the history
  9. whirlpoolx support

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    5085151 View commit details
    Browse the repository at this point in the history
  10. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    fb68e31 View commit details
    Browse the repository at this point in the history
  11. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    3a2d540 View commit details
    Browse the repository at this point in the history
  12. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    d2613ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e058ab5 View commit details
    Browse the repository at this point in the history
  14. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    806a5b3 View commit details
    Browse the repository at this point in the history
  15. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    4a51104 View commit details
    Browse the repository at this point in the history
  16. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    6d19221 View commit details
    Browse the repository at this point in the history
  17. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    ebd3c3a View commit details
    Browse the repository at this point in the history
  18. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    e79ad73 View commit details
    Browse the repository at this point in the history
  19. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    c42ecd7 View commit details
    Browse the repository at this point in the history
  20. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    a0f1d73 View commit details
    Browse the repository at this point in the history
  21. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    7fd7ce4 View commit details
    Browse the repository at this point in the history
  22. No commit message

    alexis78 committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    1cac155 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. Configuration menu
    Copy the full SHA
    c18f605 View commit details
    Browse the repository at this point in the history
  2. added cpuminer-config.h

    alexis78 committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    ccd4df8 View commit details
    Browse the repository at this point in the history
  3. changed default arch to compute 30

    compute 30 yields slightly better performance on maxwell
    alexis78 committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    a98b4d7 View commit details
    Browse the repository at this point in the history
  4. updated threadsPerBlock to 1024

    and minimum block on launchbounds to 2 in order to preserve 32registers
    alexis78 committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    2d8104d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6d987d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2015

  1. Update ccminer.cpp

    alexis78 committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    0be6456 View commit details
    Browse the repository at this point in the history
  2. added intensity

    alexis78 committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    3f4e8ec View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2015

  1. fallback

    alexis78 committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    ab6cf85 View commit details
    Browse the repository at this point in the history
  2. Update ccminer.cpp

    alexis78 committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    25f108e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    alexis78 committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    28ba28a View commit details
    Browse the repository at this point in the history
  4. Update README.txt

    alexis78 committed Mar 12, 2015
    Configuration menu
    Copy the full SHA
    2f4986f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. new support link

    alexis78 committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    fdf6ebe View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2016

  1. Configuration menu
    Copy the full SHA
    2ae7cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e452d View commit details
    Browse the repository at this point in the history
  3. remove whirlpoolx folder

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    8664ee6 View commit details
    Browse the repository at this point in the history
  4. remove whirlpoolx folder

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    ee26a71 View commit details
    Browse the repository at this point in the history
  5. ...

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    915b884 View commit details
    Browse the repository at this point in the history
  6. ...

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    9ba85f2 View commit details
    Browse the repository at this point in the history
  7. Delete configure

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    1c0c7e5 View commit details
    Browse the repository at this point in the history
  8. ...

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    4550906 View commit details
    Browse the repository at this point in the history
  9. ...

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    8bb437d View commit details
    Browse the repository at this point in the history
  10. ...

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    1dcb880 View commit details
    Browse the repository at this point in the history
  11. ...

    alexis78 committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    2cc56d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. Faster 8-round blake256

    alexis78 committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    b2a5be3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Configuration menu
    Copy the full SHA
    0e43c33 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Code cleanup

    alexis78 committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    dbf86a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. more cleanups

    alexis78 committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    01af696 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Configuration menu
    Copy the full SHA
    90e5d0f View commit details
    Browse the repository at this point in the history
  2. creds

    alexis78 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    32eb312 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2a439 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    dea72aa View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Rebranding + Minor boost

    alexis78 committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    2a68d66 View commit details
    Browse the repository at this point in the history
  2. move xor3x to cuda_helper.h

    alexis78 committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    d83d0e9 View commit details
    Browse the repository at this point in the history
  3. 3% faster keccak256

    alexis78 committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    0c7b5a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. add blakecoin support

    alexis78 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    cb7338f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Configuration menu
    Copy the full SHA
    d76b7c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Attempt to clean keccak256

    alexis78 committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    e54b5e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8264f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

  1. Vcash +0.7%

    alexis78 committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    a1db906 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Faster Decred implementation

    alexis78 committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    d6201fb View commit details
    Browse the repository at this point in the history
  2. windows build fix / untested

    alexis78 committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    9104d6c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Update README.md

    alexis78 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    9593855 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. new

    alexis78 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    bce18b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. fixes

    S74nk0 committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    39b5724 View commit details
    Browse the repository at this point in the history
  2. fix wrong file path

    S74nk0 committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    51c8c3a View commit details
    Browse the repository at this point in the history
  3. fix

    S74nk0 committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    6090501 View commit details
    Browse the repository at this point in the history