Skip to content
Snippets Groups Projects
  1. Oct 03, 2018
    • psychocrypt's avatar
      rework all currencies · 70f3e825
      psychocrypt authored
      - introduce monero oct 2018 fork as currency `monero`
      - remove monero7
      - change all dev pools
        - those miner monero7 to handle the fork to monero
        - if the dev pool can not handle the fork to monero the currency is fixed set to `monero` (we can only handle 2 different currencies for user and dev pool)
      - remove guards those prevent to use the currency `monero`
      70f3e825
  2. Sep 16, 2018
  3. Sep 13, 2018
  4. Aug 03, 2018
  5. Jun 14, 2018
  6. Jun 05, 2018
  7. May 30, 2018
    • psychocrypt's avatar
      fix broken AMD APP SDK download links · b183d30b
      psychocrypt authored
      AMD has removed the AMD APP SDK links from the website. The AMD employes in the AMD formum posted links to there Dropbox where the SDK can be downloaded)
      b183d30b
  8. May 19, 2018
  9. May 03, 2018
  10. Apr 11, 2018
    • Jade Thornton's avatar
      Fix FAQ link · 427fc5c6
      Jade Thornton authored
      The link to the `monero7` FAQ was dead because it tried to go to a new page
      427fc5c6
  11. Mar 31, 2018
  12. Mar 29, 2018
    • psychocrypt's avatar
      github annotations · 0c48570a
      psychocrypt authored
      - documentation: change `aeon` to `aeon7`
      - change `case` order in `switch` statements
      - update README.txt
      0c48570a
  13. Mar 27, 2018
  14. Mar 25, 2018
  15. Feb 03, 2018
  16. Feb 01, 2018
  17. Jan 31, 2018
  18. Jan 24, 2018
    • Andre Mueller's avatar
      Update compile process · c7d136fe
      Andre Mueller authored
      Added/Rewrote instructions on how to compile in Windows; Fixed some typos and syntax; Added build option section
      c7d136fe
  19. Jan 20, 2018
  20. Jan 17, 2018
  21. Jan 15, 2018
    • dam-ien's avatar
      Fix for compiling with Cuda 9.1 on VS 2017 version >= 15.5 · 05b98280
      dam-ien authored
      Fix for #750, #626, #606, #534, without having to downgrade and do not require modification of host_config.h
      Require an additional component during VS2017 installation (VC++ 2017 version 15.4 v14.11 toolset) and an additional command execution before compilation.
      05b98280
  22. Jan 11, 2018
  23. Jan 10, 2018
  24. Jan 04, 2018
  25. Dec 30, 2017
  26. Dec 28, 2017
  27. Dec 27, 2017
  28. Dec 20, 2017
  29. Dec 18, 2017
    • Gene's avatar
      for CentOS, do scl without sudo · dd9bacd6
      Gene authored
      I ran into a problem following these instructions, and this change got me past it.
      
      The command in question enables access to the C++ compiler (puts it on the PATH or something like that).  If you do it with `sudo`, it leaves you at a root shell prompt.  If you then exit that root prompt, to go back to non-root, then g++ is no longer accessible.  If you want to compile as non-root, then you need to do `scl` as non-root.
      dd9bacd6
  30. Dec 08, 2017
  31. Dec 07, 2017
Loading