1. 17 Apr, 2018 6 commits
    • 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
    • fireice-uk's avatar
      Merge pull request #1112 from psychocrypt/topic-nvidiaOpenCL · 9df1d4d6
      fireice-uk authored
      allow non AMD OpenCL driver and devices
      9df1d4d6
    • fireice-uk's avatar
      Merge pull request #1375 from psychocrypt/topic-exposeOrinalAlgorithms · 765875a2
      fireice-uk authored
      expose original algorithm
      765875a2
    • fireice-uk's avatar
      Merge pull request #1425 from psychocrypt/topic-removeWarning · c9d1bdcd
      fireice-uk authored
      fix conversion warnings
      c9d1bdcd
  2. 14 Apr, 2018 6 commits
  3. 11 Apr, 2018 2 commits
  4. 09 Apr, 2018 2 commits
  5. 08 Apr, 2018 2 commits
  6. 06 Apr, 2018 7 commits
  7. 05 Apr, 2018 1 commit
  8. 04 Apr, 2018 6 commits
  9. 03 Apr, 2018 2 commits
  10. 02 Apr, 2018 6 commits