Skip to content
Snippets Groups Projects
  1. Sep 30, 2018
  2. Sep 19, 2018
    • psychocrypt's avatar
      CPU: change default for `asm` · db700715
      psychocrypt authored
      Remove the asm option `auto` by `off`
      db700715
    • psychocrypt's avatar
      infrastructure to load asm code · 0a9a9aba
      psychocrypt authored
      - add new option to `cpu.txt` named `asm` to select the asm code version
      - extent function selection method to choose assembler code for `cryptonight_v8`
      - update auto adjustment to add default value for option `asm`
      0a9a9aba
  3. May 03, 2018
  4. Apr 17, 2018
    • 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 08, 2018
  6. Apr 06, 2018
  7. Mar 26, 2018
  8. Jan 09, 2018
  9. Oct 27, 2017
    • 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
      add aeon support to backend cpu · 41451d91
      psychocrypt authored
      - update auto suggestion default and hwloc
      - extent hash function table to support aeon and xmr within one miner
      41451d91
  10. Sep 30, 2017
Loading