Skip to content
Snippets Groups Projects
  1. Apr 22, 2018
  2. Apr 19, 2018
  3. Apr 18, 2018
  4. 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
  5. Apr 14, 2018
  6. Apr 05, 2018
  7. Apr 04, 2018
  8. Apr 02, 2018
  9. Apr 01, 2018
  10. 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
  11. Mar 25, 2018
  12. Feb 10, 2018
  13. Dec 25, 2017
  14. Dec 08, 2017
  15. Nov 20, 2017
  16. Nov 16, 2017
    • Unknown's avatar
      · cabd46f3
      Unknown authored
      Remove whitespace lines
      cabd46f3
  17. Nov 15, 2017
  18. Nov 14, 2017
  19. Nov 10, 2017
  20. 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
  21. 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
  22. Oct 27, 2017
    • psychocrypt's avatar
      fix bug inserted during `xmr/monero` renaming · 0117ed60
      psychocrypt authored
      - fix that currency selection is not called (in cli-miner.cpp)
      - fix guard to prevent wrong currency selection if compiled for monero or aeon only
      0117ed60
    • psychocrypt's avatar
      rename `xmr` to `monero` · 12802f12
      psychocrypt authored
      - rename all `xmr` to `monero`
      - be insensitive while check for set currency
      - add function to compate two strings insensitive
      12802f12
    • psychocrypt's avatar
      general aeon support · b0d5f15f
      psychocrypt authored
      - cli-miner.hpp:
        - add option `--currency`
        - add guided start section
      - config.tpl: add value `currency`
      - params.hpp: add value to store the selected currency
      - executor.hpp: add dev pool address
      b0d5f15f
  23. Sep 30, 2017
  24. Jul 12, 2017
Loading