Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neoscrypt1080ti #63

Open
wants to merge 673 commits into
base: windows
Choose a base branch
from
Open

Neoscrypt1080ti #63

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

Commits on Aug 22, 2015

  1. Fix quark hashrate on the pool

    runestensland authored and KlausT committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    ff2ac93 View commit details
    Browse the repository at this point in the history
  2. fix broken merge

    KlausT committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    7500cc9 View commit details
    Browse the repository at this point in the history
  3. add error checks

    KlausT committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    07716c8 View commit details
    Browse the repository at this point in the history
  4. Release 6.00

    KlausT committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    deb6957 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. small quark_keccak changes

    KlausT committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    0572efb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. add error checks and const to quark_compacTest

    trying to find illegal memory access
    KlausT committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    1ba6d73 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

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

Commits on Aug 31, 2015

  1. Configuration menu
    Copy the full SHA
    581ecf6 View commit details
    Browse the repository at this point in the history
  2. remove cuda_check_cpu_init

    KlausT committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    cad5548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b44b7 View commit details
    Browse the repository at this point in the history
  4. Fixed Linux build

    pallas1 committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    997696d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10 from pallas1/patch-2

    Fixed Linux build
    KlausT committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    a5ec828 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. fix hashes_done calculation

    KlausT committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    88c0c84 View commit details
    Browse the repository at this point in the history
  2. make init a local variable

    KlausT committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    9b98a64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5bb2d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Configuration menu
    Copy the full SHA
    231b49b View commit details
    Browse the repository at this point in the history
  2. Skein 256 optimalization based on tvpruvot's branch

    In addition to tvpruvot's changes I
    -Removed stack usage
    -Reduced the number of registers.
    -Reduced TPB.
    
    lyra2v2 +100KHASH on 970 and 50khash on 750ti
    runestensland authored and KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    ae01a70 View commit details
    Browse the repository at this point in the history
  3. Remove instructions and tune cubehash256.

    lyra2v2 +25KHASH gtx 970
    runestensland authored and KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    5c18836 View commit details
    Browse the repository at this point in the history
  4. BMW-256 optimalization

    runestensland authored and KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    af78b84 View commit details
    Browse the repository at this point in the history
  5. restore launchbounds bmw256

    runestensland authored and KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    28bcafc View commit details
    Browse the repository at this point in the history
  6. fixed build

    runestensland authored and KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    435d9fd View commit details
    Browse the repository at this point in the history
  7. Blakecoin 70% faster

    runestensland authored and KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    e8ae6c2 View commit details
    Browse the repository at this point in the history
  8. avoid compiler warning

    KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    f543556 View commit details
    Browse the repository at this point in the history
  9. small cubehash change

    KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    35fe8c9 View commit details
    Browse the repository at this point in the history
  10. change compiler options

    KlausT committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    613dd40 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2015

  1. add missing thr_id

    KlausT committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    2170a77 View commit details
    Browse the repository at this point in the history
  2. fix nonceptr[0]

    KlausT committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    628d28e View commit details
    Browse the repository at this point in the history
  3. fix debug message

    KlausT committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    2a9ce66 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. Configuration menu
    Copy the full SHA
    0c64655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2141c9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    830f945 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. WhirlpoolX: Correct misplaced cast.

    Trent Nelson authored and KlausT committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    f0e3def View commit details
    Browse the repository at this point in the history
  2. Use static initializer for static mutexes

    Trent Nelson authored and KlausT committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    277fa6a View commit details
    Browse the repository at this point in the history
  3. Don't call functions outside executable code.

    Trent Nelson authored and KlausT committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    2954229 View commit details
    Browse the repository at this point in the history
  4. initialize global pointers

    KlausT committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    17a333f View commit details
    Browse the repository at this point in the history
  5. fix typo

    KlausT committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    35e4826 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. Configuration menu
    Copy the full SHA
    ec02eff View commit details
    Browse the repository at this point in the history
  2. (from sp) fix -i option

    KlausT committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    8febaa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e246ed View commit details
    Browse the repository at this point in the history
  4. fix -i option

    KlausT committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    87c7706 View commit details
    Browse the repository at this point in the history
  5. Revert "fix -i option"

    This reverts commit 87c7706.
    KlausT committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    22ff71c View commit details
    Browse the repository at this point in the history
  6. use strpbrk instead of strtok

    KlausT committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    6415e9a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Configuration menu
    Copy the full SHA
    422892d View commit details
    Browse the repository at this point in the history
  2. fix data_size

    KlausT committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    d33773e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. reduce minmax for neoscrypt

    KlausT committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    8de12ad View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. fix hashes_done for myr-gr

    KlausT committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    858bbf6 View commit details
    Browse the repository at this point in the history
  2. various small changes

    KlausT committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    d5ebce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89a43c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

  1. Fix broken Quark

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

Commits on Apr 11, 2016

  1. change x11 default intensity

    KlausT committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    89f673c View commit details
    Browse the repository at this point in the history
  2. small echo changes

    there's still a launch failure on Kepler cards. Don't ask me why.
    KlausT committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    9f78c38 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. add missing code in ROTR64

    KlausT committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    d0b3eb8 View commit details
    Browse the repository at this point in the history
  2. fix ROTL64 bug

    KlausT committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    01bb282 View commit details
    Browse the repository at this point in the history
  3. avoid compiler warning

    KlausT committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    41dc0cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fc8b12 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. small x11 changes

    KlausT committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    da34755 View commit details
    Browse the repository at this point in the history
  2. change compiler options

    KlausT committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    06e4cbb View commit details
    Browse the repository at this point in the history
  3. show 64 or 32bit

    KlausT committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    1b051aa View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

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

Commits on Apr 18, 2016

  1. increase benchmark difficulty

    KlausT committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    48c5ac0 View commit details
    Browse the repository at this point in the history
  2. fix typo

    KlausT committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    daf2291 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. remove unnecessary if

    KlausT committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    1429aa0 View commit details
    Browse the repository at this point in the history
  2. clean up rotate macros

    KlausT committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    3828f1c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. fixup! remove unnecessary if

    KlausT committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    e45e112 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. use SP's Neoscrypt code

    KlausT committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    0b42f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd5176 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. small neoscrypt changes

    KlausT committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    bfb5758 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Configuration menu
    Copy the full SHA
    88b5cb7 View commit details
    Browse the repository at this point in the history
  2. check if TPB2 is too low

    KlausT committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    0d6ea83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57098c4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Version 6.01

    KlausT committed May 3, 2016
    Configuration menu
    Copy the full SHA
    bbb2311 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

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

Commits on May 11, 2016

  1. small x17 sha code cleanup

    KlausT committed May 11, 2016
    Configuration menu
    Copy the full SHA
    94f2c27 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. more haval code cleanup

    KlausT committed May 12, 2016
    Configuration menu
    Copy the full SHA
    081158d View commit details
    Browse the repository at this point in the history
  2. x17 sha launch bounds

    KlausT committed May 12, 2016
    Configuration menu
    Copy the full SHA
    0e654bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76fa203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aecd11f View commit details
    Browse the repository at this point in the history
  5. Release 6.02

    KlausT committed May 12, 2016
    Configuration menu
    Copy the full SHA
    adf5a4b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. add some stratum methods

    KlausT committed May 15, 2016
    Configuration menu
    Copy the full SHA
    da49fb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0111596 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. add missing NVML code

    KlausT committed May 16, 2016
    Configuration menu
    Copy the full SHA
    46e404b View commit details
    Browse the repository at this point in the history
  2. fix low difficulty blake

    KlausT committed May 16, 2016
    Configuration menu
    Copy the full SHA
    da27216 View commit details
    Browse the repository at this point in the history
  3. add Vanillacoin

    KlausT committed May 16, 2016
    Configuration menu
    Copy the full SHA
    a098e42 View commit details
    Browse the repository at this point in the history
  4. Release 7.00

    KlausT committed May 16, 2016
    Configuration menu
    Copy the full SHA
    19f2950 View commit details
    Browse the repository at this point in the history
  5. stats bug fix

    KlausT committed May 16, 2016
    Configuration menu
    Copy the full SHA
    e88bef0 View commit details
    Browse the repository at this point in the history
  6. Release 7.01

    KlausT committed May 16, 2016
    Configuration menu
    Copy the full SHA
    28aea7c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. more stats fixes

    KlausT committed May 18, 2016
    Configuration menu
    Copy the full SHA
    2662090 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

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

Commits on May 22, 2016

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

Commits on May 24, 2016

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

Commits on Jun 2, 2016

  1. Release 7.02

    KlausT committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    01d8628 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

  1. Configuration menu
    Copy the full SHA
    80920b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ee3172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd87f24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a689f89 View commit details
    Browse the repository at this point in the history
  5. change d_found to d_nonce

    KlausT committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    0b76231 View commit details
    Browse the repository at this point in the history
  6. use async memcpy

    KlausT committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    8fc383a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. Configuration menu
    Copy the full SHA
    b52e876 View commit details
    Browse the repository at this point in the history
  2. Revert "fix memory allocation in Nist5"

    This reverts commit b52e876.
    KlausT committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    2c1882d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eea91c View commit details
    Browse the repository at this point in the history
  4. change minmax values

    KlausT committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    86cf375 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. add cudaGetLastError()

    KlausT committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    9db267a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc4dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce92d95 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Configuration menu
    Copy the full SHA
    2d0c001 View commit details
    Browse the repository at this point in the history
  2. update version number

    KlausT committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    2954a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb46e55 View commit details
    Browse the repository at this point in the history
  4. lyra2v2: small code cleanup

    KlausT committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    26e9d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2016

  1. lyra2v2: update credits

    KlausT committed Jun 11, 2016
    Configuration menu
    Copy the full SHA
    ee1cf9f View commit details
    Browse the repository at this point in the history
  2. Release 7.03

    KlausT committed Jun 11, 2016
    Configuration menu
    Copy the full SHA
    c0c3017 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. fix hashes_done for fuguecoin

    KlausT committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    62a4ed6 View commit details
    Browse the repository at this point in the history
  2. add CUDA_SAFE_CALL

    KlausT committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    f58ba2a View commit details
    Browse the repository at this point in the history
  3. fix illegal memory accesses

    KlausT committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    d057d72 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    7bc6ad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383e953 View commit details
    Browse the repository at this point in the history
  3. add CUDA_SAFE_CALL

    KlausT committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    31b27c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4a1b59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7434fdc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Configuration menu
    Copy the full SHA
    325a377 View commit details
    Browse the repository at this point in the history
  2. small neoscrypt changes

    KlausT committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    1a273a4 View commit details
    Browse the repository at this point in the history
  3. Neoscrypt changes

    KlausT committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    a8d8cbc View commit details
    Browse the repository at this point in the history
  4. change version to 7.04

    KlausT committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    d0ce0c1 View commit details
    Browse the repository at this point in the history
  5. change compiler options

    KlausT committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    b1ecdc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2016

  1. Release 7.04

    KlausT committed Jun 18, 2016
    Configuration menu
    Copy the full SHA
    cf1c31c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2016

  1. Configuration menu
    Copy the full SHA
    8a75822 View commit details
    Browse the repository at this point in the history
  2. more NVML changes

    KlausT committed Jun 19, 2016
    Configuration menu
    Copy the full SHA
    90ec863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bb6abf View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

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

Commits on Jun 25, 2016

  1. add more NVML error messages

    KlausT committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    968bd25 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. small code simplification

    KlausT committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    468bd6c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2016

  1. small neoscrypt changes

    KlausT committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    b281c9b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

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

Commits on Aug 2, 2016

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

Commits on Aug 5, 2016

  1. some errors fixed, but still broken

    Thanks to @SiaMining for pointing out some errors
    KlausT committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    aa8e49d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2016

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

Commits on Aug 11, 2016

  1. fix hash verification for Sia

    KlausT committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    f396be2 View commit details
    Browse the repository at this point in the history
  2. fixed the broken Sia

    KlausT committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    369bbcd View commit details
    Browse the repository at this point in the history
  3. Sia: remove unused code

    KlausT committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    ed84cd3 View commit details
    Browse the repository at this point in the history
  4. Version 8.00

    KlausT committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    213da9b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. add Sia files to Linux Makefile

    I have no idea if this actually works or not
    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    d5e29ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ac794c View commit details
    Browse the repository at this point in the history
  3. fix makefile.am

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    1e42d3b View commit details
    Browse the repository at this point in the history
  4. fix debug stuff

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    f3ef961 View commit details
    Browse the repository at this point in the history
  5. Fix Linux build

    SiaMining committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    c80bc32 View commit details
    Browse the repository at this point in the history
  6. rename cpuminer-config.h

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    5e44742 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from SiaMining/linuxbuild

    Fix Linux build
    KlausT authored Aug 12, 2016
    Configuration menu
    Copy the full SHA
    4eb122f View commit details
    Browse the repository at this point in the history
  8. fix configure.ac

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    cc422b6 View commit details
    Browse the repository at this point in the history
  9. fix miner.h

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    b82177b View commit details
    Browse the repository at this point in the history
  10. remove cuPrintf

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    afbc9b0 View commit details
    Browse the repository at this point in the history
  11. more cleanup

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    6a37629 View commit details
    Browse the repository at this point in the history
  12. Version 8.01

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    ee853de View commit details
    Browse the repository at this point in the history
  13. fixes for the Linux build

    KlausT committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    685a5aa View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. fix typo in the help text

    KlausT committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    fd7e6ba View commit details
    Browse the repository at this point in the history
  2. fix readme.txt

    KlausT committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    26f580c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. small blake256 change

    KlausT committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    0bc312d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2016

  1. small Lyra2v2 fix

    KlausT committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    b4119b2 View commit details
    Browse the repository at this point in the history
  2. small bmw256 change

    KlausT committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    8575e7c View commit details
    Browse the repository at this point in the history
  3. update ccminer version

    KlausT committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    9dcd996 View commit details
    Browse the repository at this point in the history
  4. show Visual Studio version

    KlausT committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    4885cb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    637f912 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

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

Commits on Sep 4, 2016

  1. clean up SWAP definitions

    KlausT committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    d8fc392 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Configuration menu
    Copy the full SHA
    5671ac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16bd7ab View commit details
    Browse the repository at this point in the history
  3. Release 8.02

    KlausT committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    fd73151 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. add VS2015 files to gitignore

    KlausT committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    daee751 View commit details
    Browse the repository at this point in the history
  2. switch to VS2015

    KlausT committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    3fb52a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9595c17 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

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

Commits on Oct 27, 2016

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

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    a8cdf22 View commit details
    Browse the repository at this point in the history
  2. use async memcpy

    KlausT committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    8629a71 View commit details
    Browse the repository at this point in the history
  3. fix neoscrypt memory leak

    KlausT committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    9c31308 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Release 8.03

    KlausT committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    d447180 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. skein: prevent nonce overflow

    KlausT committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    b422a66 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Configuration menu
    Copy the full SHA
    eee1649 View commit details
    Browse the repository at this point in the history
  2. add error checks

    KlausT committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    b47529c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18a09ee View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Release 8.04

    KlausT committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    579f8de View commit details
    Browse the repository at this point in the history
  2. change connection timeouts

    KlausT committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    6f4a7a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Revert "change connection timeouts"

    This reverts commit 6f4a7a6.
    KlausT committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    73fabd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

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

Commits on Dec 16, 2016

  1. skein: fix validation errors

    KlausT committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    99e3b90 View commit details
    Browse the repository at this point in the history
  2. Release 8.05

    KlausT committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    254d6c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    9dbe89a View commit details
    Browse the repository at this point in the history
  2. fix sia benchmark

    KlausT committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    f6dd04b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

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

Commits on Feb 14, 2017

  1. neoscrypt: add __restrict__

    KlausT committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    d3c56ac View commit details
    Browse the repository at this point in the history
  2. call cudaMemset only once

    KlausT committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    4384b9a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Skein optimization

    KlausT committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    2f5758f View commit details
    Browse the repository at this point in the history
  2. set version number to 8.06

    KlausT committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    8627560 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    dae4740 View commit details
    Browse the repository at this point in the history
  2. add sm_61 to makefile

    KlausT committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c4786cf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. myr-gr: small changes

    KlausT committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    bc07869 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. delete leftover code for lyra2

    KlausT committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    e9fa860 View commit details
    Browse the repository at this point in the history
  2. small groestl changes

    KlausT committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    a99e3dc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Release 8.06

    KlausT committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    af85454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4202e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. remove Bitcredit algo

    KlausT committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    a5f059f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

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

Commits on May 5, 2017

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

Commits on May 10, 2017

  1. jackpot: fix malloc size

    KlausT committed May 10, 2017
    Configuration menu
    Copy the full SHA
    d60cf52 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Release 8.07

    KlausT committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9ba2cec View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

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

Commits on May 22, 2017

  1. fix Makefile

    KlausT committed May 22, 2017
    Configuration menu
    Copy the full SHA
    a4665af View commit details
    Browse the repository at this point in the history
  2. Sia: small optimization

    KlausT committed May 22, 2017
    Configuration menu
    Copy the full SHA
    781f48e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a29d06c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Sia kernel: add licence text

    KlausT committed May 25, 2017
    Configuration menu
    Copy the full SHA
    1da01b0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Release 8.08

    KlausT committed May 28, 2017
    Configuration menu
    Copy the full SHA
    5666aa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Makefile changes

    KlausT committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    0f84b4b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. try to fix Linux build again

    KlausT committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    750cae3 View commit details
    Browse the repository at this point in the history
  2. fix line endings

    KlausT committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    23d1252 View commit details
    Browse the repository at this point in the history
  3. get rid of compiler warnings

    KlausT committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    7b49d52 View commit details
    Browse the repository at this point in the history
  4. Release 8.09

    KlausT committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    cf8ab84 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. exit when we are out of memory

    KlausT committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    ebd74e1 View commit details
    Browse the repository at this point in the history
  2. change proper_exit function

    KlausT committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    99b5222 View commit details
    Browse the repository at this point in the history
  3. change opt_fail_pause

    KlausT committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    a87ea29 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. neoscrypt.c -> neoscrypt.cpp

    KlausT committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    34ea822 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

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

Commits on Jun 29, 2017

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

Commits on Jul 2, 2017

  1. Windows: fix lib name

    KlausT committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    6a2fe58 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. remove uint256.h

    KlausT committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    def26df View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    f6dec97 View commit details
    Browse the repository at this point in the history
  2. add some error checks

    KlausT committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    eea564a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. fix compiler warning

    KlausT committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    864783d View commit details
    Browse the repository at this point in the history
  2. change compiler options

    KlausT committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    040f0fc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

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

Commits on Jul 16, 2017

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

Commits on Jul 17, 2017

  1. Configuration menu
    Copy the full SHA
    b368ede View commit details
    Browse the repository at this point in the history
  2. Update version number to 8.10

    KlausT committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    aa5872d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. increase timeouts

    KlausT committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    cb3d2c9 View commit details
    Browse the repository at this point in the history
  2. fix Feathercoin solo mining

    KlausT committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    5054483 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Configuration menu
    Copy the full SHA
    569ec94 View commit details
    Browse the repository at this point in the history
  2. show powdifficulty

    KlausT committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    a181908 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    b481b9f View commit details
    Browse the repository at this point in the history
  2. rename header file

    KlausT committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    84029c4 View commit details
    Browse the repository at this point in the history
  3. Release version 8.11

    KlausT committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    5adc229 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. add stratum error message

    KlausT committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    cc8a339 View commit details
    Browse the repository at this point in the history
  2. initialize stratum.curl

    KlausT committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    280b670 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. fix compiler warnings

    KlausT committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    1bcd1b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

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

Commits on Aug 12, 2017

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

Commits on Aug 13, 2017

  1. fix myr-gr speed bug

    shows the same hashrate but finds more shares. I still don't understand why
    KlausT committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    4c2d933 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Release 8.12

    KlausT committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    600ecb4 View commit details
    Browse the repository at this point in the history
  2. fix gcc problem

    KlausT committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    b4cde6c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

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

Commits on Aug 19, 2017

  1. Neoscrypt/Windows: add sm_37

    KlausT committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    76478d5 View commit details
    Browse the repository at this point in the history
  2. fixup! fix gcc problem

    KlausT committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    ecfac03 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

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