- 22 Apr, 2018 1 commit
-
-
leonidas authored
No commit message
-
- 20 Apr, 2018 1 commit
-
-
leonidas authored
-
- 18 Apr, 2018 9 commits
-
-
fireice-uk authored
release 2.4.3
-
fireice-uk authored
version update to 2.4.3
-
psychocrypt authored
-
fireice-uk authored
BBSCoin support and get ready for cryptonight v7 upgrade
-
psychocrypt authored
CUDA 8 deprecation warning silencer
-
psychocrypt authored
Update ITNS with v4 fork to CN v1
-
psychocrypt authored
-
psychocrypt authored
- fix dev pool algorithms - add note to `pools.tpl` - remove pool suggestion
-
Ran Ding authored
-
- 17 Apr, 2018 16 commits
-
-
Brian Oates authored
Official Announcement: https://intensecoin.com/2018/04/16/imminent-hard-fork-and-network-attack/
-
fireice-uk authored
fix wrong unique_lock usage
-
fireice-uk authored
Use EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH
-
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); ```
-
Tony Butler authored
-
fireice-uk authored
fix wrong algo selection
-
Craig Andrews authored
-
Craig Andrews authored
Use EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH to control the path to which the executable and libraries are installed.
-
psychocrypt authored
-
psychocrypt authored
remove fork version for sumokoin and monero7
-
Tony Butler authored
Dev
-
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.
-
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.
-
fireice-uk authored
allow non AMD OpenCL driver and devices
-
fireice-uk authored
expose original algorithm
-
fireice-uk authored
fix conversion warnings
-
- 15 Apr, 2018 5 commits
- 14 Apr, 2018 6 commits
-
-
psychocrypt authored
- add CLI flag to explicitly use non AMD OpenCL and devices - adjust OpenCL output (use OpenCL instead of AMD if --altOpenCL is sued) - optimize NVIDIA OpenCL auto suggestion
-
psychocrypt authored
- fix conversion from large type tp small
-
psychocrypt authored
avoid conversion warning by reducing the size value type
-
psychocrypt authored
- expose cryptonight_lite_v7, cryptonight_heavy and cryptonight_v7 - remove cryptonight_lite
-
psychocrypt authored
Update graft algorithm setting for graft fork
-
Jason Rhinelander authored
Graft is forking soon, with updated software released yesterday, to what will be v8 in Graft (current Graft cryptonight algorithm is graft v7). This commit updates the `graft` algorithm to recognize the fork and switch algorithms. Fork annoucement: https://www.graft.network/2018/04/12/patch-1-1-1-released-major-network-update-block-65110/
-
- 11 Apr, 2018 2 commits
-
-
fireice-uk authored
Fix FAQ link
-
Jade Thornton authored
The link to the `monero7` FAQ was dead because it tried to go to a new page
-