1. 03 Dec, 2018 1 commit
    • psychocrypt's avatar
      fix default interleave value · 05b4976d
      psychocrypt authored
      The default value for interleave was wrongly set to 50.
      
      Remove the value and take the devault from the default constructor instead of side channeling it from the json parser.
      05b4976d
  2. 02 Dec, 2018 5 commits
  3. 01 Dec, 2018 4 commits
  4. 30 Nov, 2018 2 commits
  5. 29 Nov, 2018 2 commits
  6. 28 Nov, 2018 1 commit
  7. 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
  8. 22 Nov, 2018 1 commit
  9. 21 Nov, 2018 8 commits
  10. 20 Nov, 2018 8 commits
  11. 19 Nov, 2018 5 commits
  12. 17 Nov, 2018 1 commit