R4SAS
a36e9d6cb7
update default build targets for msvc
7 years ago
R4SAS
b7db07f434
fix linux build and stratum merkle calculation
7 years ago
Tanguy Pruvot
11a512f2a7
change defaults to handle cuda 9+, disable heavy and SM 2.x
...
Heavy is the only algo using thrust which is generally broken on new cuda releases
mjollnir dropped too... never seen this coin anyway...
7 years ago
Tanguy Pruvot
91af8ab6e6
decred doesnt allow pow votes
7 years ago
Tanguy Pruvot
cf886b5907
import and adapt alexis optimised keccak256 for SM 5+
...
and increase default intensity for these recent cards
7 years ago
Tanguy Pruvot
d19e2a1e62
Add keccakc for creative coin
...
Same hash as keccak, just different pool settings (sha256d and diff factor 256)
7 years ago
Tanguy Pruvot
dfff3b3f98
windows: high precision timer before threads start
7 years ago
Tanguy Pruvot
2e0a977784
polytimos algo (6 chained algos with streebog)
7 years ago
Tanguy Pruvot
e1575c5cb2
update README for v2.2.2
7 years ago
Tanguy Pruvot
ed27598a7a
import and clean hsr algo
7 years ago
Tanguy Pruvot
e505d1051d
new --submit-stale parameter ( #24 )
7 years ago
Tanguy Pruvot
3dbcc5dbbf
Import phi algo (by anorganix)
...
only made a few changes to keep algos in the alpha order
7 years ago
Tanguy Pruvot
575aa1a0e4
ccminer: argument fix for 10th device selection
7 years ago
R4SAS
d97c89ad21
add 6.0 and 6.1 api support
7 years ago
orignal
23d5ea88c6
use gostd for merkle in case of stratum
7 years ago
Tanguy Pruvot
9a7d74eac4
skunk: merged kernel to use when possible
...
for now, only used for maxwell/pascal with cuda 7.5 or 8.0
7 years ago
Tanguy Pruvot
9c4b8caf1a
nvapi: apply memory offsets like nvsettings
7 years ago
Tanguy Pruvot
cbede12c47
Add skunk algo, initial version
7 years ago
Tanguy Pruvot
c120ecae1d
handle the new tribus algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
7 years ago
Tanguy Pruvot
0f3fac9536
nvs: remove test with -n
7 years ago
Tanguy Pruvot
bcadca2c45
linux: prepare nvidia-settings queries
...
Note: this method is slower than real apis and requires X opened
and configured correctly.
sample usage: -d 0,1 --mem-clock=+200,-200
8 years ago
Tanguy Pruvot
8cf21599d4
Interface nicehash djeZo equihash solver (squashed)
...
Todo:
- send block height via stratum protocol (encoded in jobid?)
- remove equi/blake2 cpu algorithm to use common one
the extranonce imcompatibility is related to the solver nonce data,
offsets may be reversed in nheqminer, to check...
The solver was adapted for SM 3.0+ support (no perf changes)
Note: The solver was not improved on purpose, to be able compare
the two miners performances (nheqminer 0.5c the last open sourced, and ccminer)
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
stratum: code cleanup, move equi fns in equi folder
8 years ago
Tanguy Pruvot
c44be3f81d
api: various fixes
...
- prefer calloc to zero memory
- bind: keep the normal network read access with -b 0.0.0.0 like previous versions
- help: keep the write mode commands hidden in read-only mode
- close the socket on refused api calls to prevent client hangs
- small other changes
8 years ago
bitbandi
47472ed3f1
API restriction policy and multicast announces ( #16 )
...
same as sgminer, fixed to build (tpruvot), untested yet
8 years ago
Tanguy Pruvot
b372729ce6
api: change api bind variable name
8 years ago
Tanguy Pruvot
e584f28441
fix quark and jackpot algos
8 years ago
Tanguy Pruvot
5dfeee45ec
rewrite jha algo to be more compatible
...
old "german" implementation based on the quark method is kept
in the source tree, but is currently broken. to be continued.
This is a quick fix which should be compatible with all cards.
8 years ago
Tanguy Pruvot
762c7f8656
nvapi: fix plimit argument on x64
...
now use the same percents as the x86
nvml watts (like linux) could work but requires admin rights
8 years ago
Tanguy Pruvot
8e4d059a41
bitcore algo for linux users
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
orignal
bc4d9b7496
changed minmax for gost
8 years ago
orignal
2cb4a3e0ed
renamed gost to gostd
8 years ago
orignal
bc098e2471
set mimax for gost
8 years ago
Tanguy Pruvot
063992b25b
decred: handle new stake version field
8 years ago
orignal
aa4dcdf58d
invoke gost
8 years ago
Tanguy Pruvot
80c755188d
Add sha256d algo (bitcoin) btw...
...
even if it works on yiimp, the stratum diff is too high for gpus (for now)
8 years ago
Tanguy Pruvot
07ebcb544d
timetravel algo
...
+ new kernels jh512-80 groestl-80 and cubehash-80
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
3ede61b0cc
bastion algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
1b7c2fc296
lyra2z algo (temporary algo)
...
based on djm34 version, cleaned up and adapted to ccminer 2.0
8 years ago
Tanguy Pruvot
ebef3c8656
sha256t algo (3x sha256, not sha256d)
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
3d70026ae6
hmq1725 algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
1d5db48797
credits: show binary arch (32/64) in the header
8 years ago
Tanguy Pruvot
c66e8622b3
api: report per thread cpu hash checks (ACC/REJ)
...
+ update all algos for that...
8 years ago
Tanguy Pruvot
916ec5047e
logs: show solved count on solved shares
8 years ago
Tanguy Pruvot
ef44e88ef9
ccminer: link --max-log-rate to the command line
8 years ago
Tanguy Pruvot
c8ff854456
sia was migrated too...
8 years ago
Tanguy Pruvot
0ff75791e5
migrate 2nd nonce storage of most algos
...
This allow to keep pdata[19] as cursor between scans, and later, to sort them..
remains... heavy, scrypt, sia...
8 years ago
Tanguy Pruvot
013cda1cd2
ccminer: show first block diff even with -q
8 years ago
Tanguy Pruvot
dc816b4673
xmr: nicehash nonce prefix/hack support (v2)
8 years ago
Tanguy Pruvot
214f392778
xmr: default settings with card attributes
8 years ago
Tanguy Pruvot
23be7f308d
xmr: link the --bfactor setting (0-11)
8 years ago