Tanguy Pruvot
9c053042c9
cubehash: improve a bit and cleanup
7 years ago
Tanguy Pruvot
08a3f3402c
readme: remove alexis addresses, on demand
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
5aa50a4215
equihash: use client.show_message to get block height
...
current stratum is imcomplete and doesnt provide the coinbase data
7 years ago
Tanguy Pruvot
7ce3f2ccce
tribus: handle jh80 midstate (+10%)
7 years ago
Tanguy Pruvot
807e141a4d
equi: sm 2 test
7 years ago
Tanguy Pruvot
9dedec5ecd
sysinfos: fix some file leaks
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
1473a8fd6f
nvs: fix fscanf return warning
7 years ago
Tanguy Pruvot
79f8f71fc3
fedora: note about the alternative method via rpms
7 years ago
Tanguy Pruvot
037bbe3ad3
sia: add missing cputest
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
05abaf2b26
update readme and sample config
8 years ago
Tanguy Pruvot
21600491b8
update instructions for fedora 25
...
its a shame this distrib doesnt provide older gcc toolchains.. :/
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
857c1819c9
ccminer 2.0 final
8 years ago
Tanguy Pruvot
e584f28441
fix quark and jackpot algos
8 years ago
Tanguy Pruvot
81d5f4e862
Improve project build compatibility (mac/vs2015)
...
This is incomplete, but is a first step...
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
e23b577e32
nvml: show product ids and pci bus in ccminer -D -n
8 years ago
Tanguy Pruvot
8e4d059a41
bitcore algo for linux users
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
063992b25b
decred: handle new stake version field
8 years ago
Tanguy Pruvot
d2f836119a
vstudio: remove remains, move sha in tree
...
+ small code fixes
8 years ago
Tanguy Pruvot
6c9852c153
nvapi: fix weird code style
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
61231bc66c
fix various memory leaks on algo switch
8 years ago
Tanguy Pruvot
0041bf47f1
wildkeccak: add credits and licence notice
8 years ago
Tanguy Pruvot
73f6720121
whirlpool: restore old source code for SM 3.0
...
SM 3.0 implementation need a manual define in whirlpool.cu...
alexis variant is 2x slower on SM3.0 (GT 740)
8 years ago
Tanguy Pruvot
e388c11c02
blake2s fix and more missing cuda arch (for the benchmarks)
8 years ago
Tanguy Pruvot
2cdf2ddd43
Add missing real cuda arch checks
8 years ago
Tanguy Pruvot
18637503f2
whirlpool: upgrade with alexis variant (2x)
...
to check on older cards... maybe breaks some
8 years ago
Tanguy Pruvot
de41bc9d21
update readme and use cuda 8 as default
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
4d95ef4aec
cuda: ensure the system can find the right lib
...
if you get this error on linux, its because libcudart.so.x.x was not found
ldconfig -p | grep libcudart.so.8.0
8 years ago
Tanguy Pruvot
1d5db48797
credits: show binary arch (32/64) in the header
8 years ago
Tanguy Pruvot
b549bd54fe
lyra2: clean the intelli-non-sense stuff
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
4da35e0bcf
api: use MHz for all clocks and show plimit
...
plimit value is reported in mW like the power, or % on Windows x86 (via nvapi)
+ the monitor thread will no more report 0W if the device doesnt support it
also upgrade nvml and sample php api.
some more changes may come in this temporary API 1.9 (for the final 2.0)
8 years ago
Tanguy Pruvot
3fab2792fd
lyra2: remove old debug traces
8 years ago
Tanguy Pruvot
916ec5047e
logs: show solved count on solved shares
8 years ago