1. 29 Dec, 2018 1 commit
    • psychocrypt's avatar
      OpenCL: allow more than two algorithms · a39ee088
      psychocrypt authored
      In the current implementation the POW algorithm in dev pool section of a
      currency will not be taken into account during the binary creation.
      This PR changes the behavior and allow to create binaries for more than two POW algorihms.
      a39ee088
  2. 09 Dec, 2018 3 commits
  3. 07 Dec, 2018 2 commits
  4. 06 Dec, 2018 2 commits
  5. 04 Dec, 2018 1 commit
  6. 03 Dec, 2018 9 commits
  7. 02 Dec, 2018 7 commits
  8. 01 Dec, 2018 5 commits
  9. 30 Nov, 2018 2 commits
  10. 29 Nov, 2018 2 commits
  11. 28 Nov, 2018 1 commit
  12. 27 Nov, 2018 2 commits
    • psychocrypt's avatar
      update currencies · 159e6959
      psychocrypt authored
      - `monero` - remove fork from cn-v7 to cn-v8
      - remove dev pool fork from cn-v7 to cn-8
      159e6959
    • psychocrypt's avatar
      OpenCL: thread interleaving · d8316f7d
      psychocrypt authored
      If two threads are using the same GPU device the start time of each hash round is optimized based on the average time needed to calculate a bunch of hashes.
      
      This way to optimize the hash rate was first introduced by @SChernykh. This implementation based on the implementation in xmrig but differen in the details.
      
      - introduce a new config option `interleave`
      - implement thread interleaving
      d8316f7d
  13. 22 Nov, 2018 1 commit
  14. 21 Nov, 2018 2 commits