Skip to content
Snippets Groups Projects
  1. Jul 10, 2018
  2. Jul 08, 2018
  3. Jun 16, 2018
  4. Jun 10, 2018
  5. Jun 07, 2018
  6. Jun 05, 2018
  7. May 04, 2018
  8. May 03, 2018
  9. May 01, 2018
  10. Apr 22, 2018
  11. Apr 19, 2018
  12. Apr 18, 2018
  13. Apr 17, 2018
    • Brian Oates's avatar
    • 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
  14. Apr 14, 2018
  15. Apr 05, 2018
  16. Apr 04, 2018
  17. Apr 02, 2018
  18. Apr 01, 2018
  19. Mar 27, 2018
    • psychocrypt's avatar
      POW AEON v7 · 5a2c4444
      psychocrypt authored
      - add new pow for AEON
      - fix missing cryptonight-heavy selection for multi hashes
      5a2c4444
  20. Mar 25, 2018
  21. Feb 10, 2018
  22. Dec 25, 2017
  23. Dec 08, 2017
  24. Nov 20, 2017
  25. Nov 16, 2017
    • Unknown's avatar
      · cabd46f3
      Unknown authored
      Remove whitespace lines
      cabd46f3
  26. Nov 15, 2017
  27. Nov 14, 2017
  28. Nov 10, 2017
  29. Nov 09, 2017
    • fireice-uk's avatar
      Multi-pool final version (#90) · d35893d9
      fireice-uk authored
      * Multi-pool first draft
      
      * Fix wspace from new IDE
      
      * Better TLS error message
      
      * Fix TLS bug
      
      * Don't put dev pool on stats + pool change-back
      
      * bug fixes
      
      * Error message work
      
      * fix win build
      
      * add per-pool nicehash setting
      
      * Fix bugs
      
      * rm debug msg
      
      * Multipool guided setup
      
      * Support TLS and Nicehash in config
      
      * prelim jconf changes
      
      * final multipool changes
      
      * increase default retry_time to 30, fix mac erro
      
      * rm debug dev pool settings
      
      * Fix another source of connect runaway
      d35893d9
  30. Oct 29, 2017
    • Alessandro Da Rugna's avatar
      add option: flush stdout · cb3fc22a
      Alessandro Da Rugna authored
      Added the option to forcefully flush STDOUT, which may be useful when running the miner through a pipe instead than a shell.
      If STDOUT is a shell, it's unbuffered by default.
      If STDOUT is a pipe, it's buffered by default.
      cb3fc22a
  31. Oct 27, 2017
Loading