- May 09, 2018
-
-
psychocrypt authored
Some pools or proxys are sending multiple times in row the same job to the miner. This PR will extent the miner to trigger an socket error if job with the same `jobID` than the current active job is received. Move motd evaluation before the possibil part where a job is ignored.
-
- May 05, 2018
-
-
fireice-uk authored
set correct `iPoolId` for miner_work
-
- May 04, 2018
-
-
fireice-uk authored
Add masari coin
-
psychocrypt authored
- initialize miner_work iPoolId in the default constructor with the invalid pool id - move definition of `pool_data` into an own file
-
gnock authored
-
fireice-uk authored
Spell check
-
- May 03, 2018
-
-
Tony Butler authored
-
fireice-uk authored
support stellite v4 fork
-
- May 01, 2018
-
-
psychocrypt authored
solve #1494 - add algorithm `cryptonight_v7_stellite` (internal named: `cryptonight_stellite`)
-
- Apr 24, 2018
-
-
fireice-uk authored
fix that cli option `--noAMDCache`
-
fireice-uk authored
Small typo correction
-
fireice-uk authored
rename printed algorithms
-
fireice-uk authored
add support for IPBC coin
-
imperdin authored
-
- Apr 22, 2018
-
-
psychocrypt authored
changes printed algorithm names to algorithms exposed to the used instead of internal used names
-
psychocrypt authored
- add algorithm `cryptonight_lite_v7_xor` - update documentation
-
psychocrypt authored
- fix that to much OpenCL calls whre used if cache is disabled
-
psychocrypt authored
Add turtlecoin as a config option
-
- Apr 19, 2018
-
-
psychocrypt authored
Fixes #1467
-
ZedPea authored
-
Vladimir Tamara authored
-
- Apr 18, 2018
-
-
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
-
- Apr 17, 2018
-
-
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
-