Skip to content
Snippets Groups Projects
  1. May 08, 2018
  2. May 04, 2018
  3. May 03, 2018
  4. May 01, 2018
  5. Apr 24, 2018
  6. Apr 22, 2018
  7. Apr 19, 2018
  8. Apr 18, 2018
  9. Apr 17, 2018
    • Brian Oates's avatar
    • psychocrypt's avatar
      fix wrong unique_lock usage · 5edfb0da
      psychocrypt authored
      clang warns about the wrong usage:
      ```
      ```
      xmrstak/net/jpsock.cpp:232:30: warning: parentheses were disambiguated as redundant parentheses around declaration of variable named 'job_mutex' [-Wvexing-parse]
              std::unique_lock<std::mutex>(job_mutex);
                                          ^~~~~~~~~~~
      xmrstak/net/jpsock.cpp:232:30: note: add a variable name to declare a 'std::unique_lock<std::mutex>' initialized with 'job_mutex'
              std::unique_lock<std::mutex>(job_mutex);
      ```
      5edfb0da
    • psychocrypt's avatar
      add missing EOadd missing EOF · 9fcf6807
      psychocrypt authored
      9fcf6807
    • 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
    • psychocrypt's avatar
      fix wrong algo selection · a5ddd040
      psychocrypt authored
      In the case where the dev pool mines on a higher version than a monero fork coin the miner is not resetting the algorithm.
      This PR select the correct algorithm each time the block version hash changed.
      a5ddd040
  10. Apr 14, 2018
  11. Apr 08, 2018
  12. Apr 06, 2018
  13. Apr 05, 2018
  14. Apr 04, 2018
  15. Apr 03, 2018
  16. Apr 02, 2018
  17. Apr 01, 2018
Loading