Skip to content
Snippets Groups Projects
  1. May 08, 2018
  2. May 04, 2018
  3. May 03, 2018
  4. May 01, 2018
  5. Apr 22, 2018
  6. Apr 19, 2018
  7. 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
    • psychocrypt's avatar
      fix wrong algo selection · a5ddd040
      psychocrypt authored
      In the case where the dev pool mines on a higher version than a monero fork coin the miner is not resetting the algorithm.
      This PR select the correct algorithm each time the block version hash changed.
      a5ddd040
  8. Apr 14, 2018
  9. Apr 08, 2018
  10. Apr 06, 2018
  11. Apr 04, 2018
    • psychocrypt's avatar
      NVIDIA: fix sumokoin · ce60d710
      psychocrypt authored
      sumokoin is broken if `bfactor >= 5` is used (default for windows)
      sumokoin for `sm_20` is broken due to the missing extern shared memory
      
      - call phase3 kernel two times if sumokoin is enabled
      - create extern shared memory for phase3 kernel
      ce60d710
    • psychocrypt's avatar
      fix cuda architecture detection · c3b687c0
      psychocrypt authored
      fix #1297
      
      If sm_20 is mixed with other architectures the detection for the minimal supported architecture is broken.
      c3b687c0
  12. Apr 03, 2018
  13. Apr 02, 2018
  14. Apr 01, 2018
  15. Mar 31, 2018
  16. Mar 29, 2018
    • psychocrypt's avatar
      github annotations · 0c48570a
      psychocrypt authored
      - documentation: change `aeon` to `aeon7`
      - change `case` order in `switch` statements
      - update README.txt
      0c48570a
  17. Mar 28, 2018
  18. 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
  19. Mar 26, 2018
  20. Mar 25, 2018
  21. 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
  22. Mar 03, 2018
  23. Feb 28, 2018
  24. Feb 21, 2018
Loading