Skip to content
Snippets Groups Projects
  1. Jul 14, 2018
    • psychocrypt's avatar
      cryptonight_bittube2 · 12575794
      psychocrypt authored
      - add cryptonight_heavy derivate cryptonight_bittube2
      - add coin bittube
      - remove coin ipbc because this coin is now called bittube
      12575794
  2. Jun 07, 2018
  3. Jun 05, 2018
  4. May 08, 2018
  5. May 03, 2018
  6. May 01, 2018
  7. Apr 22, 2018
  8. Apr 17, 2018
    • psychocrypt's avatar
      remove fork for sumokoin and monero · 053dcb01
      psychocrypt authored
      remove fork version for sumokoin and monero7
      053dcb01
    • psychocrypt's avatar
      add independent dev pool coin description · 0877e2f6
      psychocrypt authored
      - allow the dev pool to fork on a different block version than the user descriped coin
      
      All algorithm are centered around the user coin description.
      It is allowed to have two two different coin algorithms in the user coin description.
      It is only allowed to use algorithms for the dev pool coin description those are used in the user coin description.
      There are two ways to define a non forking coin.
        - set both user coin algorithm descriptions to the same algorithm and set version to zero
        - set the first algorithm in the user coin description to something you like to use in the dev pool
          and set the second algorithm to the correct representation of the coin. Set the version to 255.
          This will allow that the dev pool can mine on a different coin algorithm than the not forking user coin.
          Do not use an algorithm with different scratchpad size for the dev pool.
      0877e2f6
  9. Apr 14, 2018
    • psychocrypt's avatar
      allow non AMD OpenCL driver and devices · 4682b28a
      psychocrypt authored
      - add CLI flag to explicitly use non AMD OpenCL and devices
      - adjust OpenCL output (use OpenCL instead of AMD if --altOpenCL is sued)
      - optimize NVIDIA OpenCL auto suggestion
      4682b28a
  10. Apr 08, 2018
  11. Apr 06, 2018
  12. Apr 03, 2018
  13. Apr 01, 2018
  14. Mar 28, 2018
  15. Mar 27, 2018
    • psychocrypt's avatar
      fix parentheses warning · 983efafd
      psychocrypt authored
      fix warning
      
      ```
      /Users/user/xmr-stak/xmrstak/backend/amd/amd_gpu/gpu.cpp:481:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                      if( ret = clGetProgramInfo(ctx->Program, CL_PROGRAM_BINARIES, num_devices * sizeof(char*), all_programs.data(),NULL) != CL_SUCCESS)
      ```
      983efafd
    • psychocrypt's avatar
      POW AEON v7 · 5a2c4444
      psychocrypt authored
      - add new pow for AEON
      - fix missing cryptonight-heavy selection for multi hashes
      5a2c4444
  16. Mar 25, 2018
  17. Mar 13, 2018
    • psychocrypt's avatar
      fix shadowed variable · 702ab566
      psychocrypt authored
      A redefinition of a variable in a local scope avoid that the intensity is rounded to a multiple of the work size.
      702ab566
  18. Mar 03, 2018
    • psychocrypt's avatar
      add OpenCL compiler cache · 6beb3f59
      psychocrypt authored
      Reduce OpenCL start time by using a self made compiler cache.
      
      - store compiled OpenCL binary
      - load OpenCl binary if available
      6beb3f59
  19. Feb 21, 2018
  20. Feb 19, 2018
  21. Feb 17, 2018
  22. Jan 30, 2018
  23. Dec 06, 2017
    • Unknown's avatar
      · e0e8a300
      Unknown authored
      Make k unsigned.
      e0e8a300
    • Unknown's avatar
      · af0743b0
      Unknown authored
      Clean up the x-mas tree
      af0743b0
  24. Dec 02, 2017
  25. Nov 21, 2017
  26. Nov 18, 2017
    • psychocrypt's avatar
      fix max work size shown to user · 8bf8e8c8
      psychocrypt authored
      The max work size shown to the user was the hardware maximum but not take in account thet some kernel spwning 8 times more threads per work group than configured by the user.
      8bf8e8c8
    • psychocrypt's avatar
      handle OpenCL errors · e75c3a62
      psychocrypt authored
      - handle opencl errors to avoid unexpected behaviors
      - remove code duplicatio nwithin the some method
      e75c3a62
    • psychocrypt's avatar
      fix OpenCL compatibility · 7e8475ab
      psychocrypt authored
      - enforce that only host side OpenCl 1.2 functions are used if the miner is compiled with `XMR-STAK_COMPILE=generic`
      - update documentation
      - add CMake option `XMR-STAK_COMPILE` to windows
      7e8475ab
  27. Nov 16, 2017
  28. Oct 27, 2017
Loading