Tanguy Pruvot
9734186a37
jh512: import and improve klaus and sp changes
...
did not import the extra final function, which should stay compatible
with the common cuda_check_hash()
2015-03-20 05:36:40 +01:00
Tanguy Pruvot
e7567332f4
pluck: fix SM 3.0 compilation
2015-03-19 03:13:07 +01:00
KlausT
ae8e863591
remove uint32_t cast
2015-03-12 01:01:47 +01:00
Tanguy Pruvot
35cc5908ee
windows: return to normal priority, fix json decref
...
the jansson error seems only seen in windows debug mode
2015-03-10 19:14:15 +01:00
Tanguy Pruvot
8b1137d5ec
solo: get mining infos (diff/net hashrate)
...
will be exported in the api too...
2015-03-10 04:19:49 +01:00
Tanguy Pruvot
7f00bce5ae
longpoll: auto disable gbt when not supported
2015-03-10 01:09:47 +01:00
Tanguy Pruvot
4acb9c5743
git: remove auto generated cpuminer-config.h.in
2015-03-09 14:25:43 +01:00
Tanguy Pruvot
86a31172b0
cputest: dont share mem of buf and scratchpad
...
and change algo names color to green...
2015-03-09 03:08:51 +01:00
Tanguy Pruvot
2c2269dcb6
cputest: cleanup + calloc
2015-03-09 02:49:11 +01:00
Tanguy Pruvot
5e42389b4b
pluck: finish the algo, add cpu validation
2015-03-09 02:21:44 +01:00
Tanguy Pruvot
d6a421ae10
whirlpoolx: windows stay fluent with intensity 20
2015-03-08 23:00:59 +01:00
Tanguy Pruvot
ebd23bcc66
whirlpoolx: real fix for multi gpus
...
Main problem was the arrays allocations which should be made per cpu
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2015-03-08 22:56:04 +01:00
Tanguy Pruvot
c1cfb3a131
cmdline: fix multi-gpu intensity
...
the comma presence check was wrong...
2015-03-08 16:45:09 +01:00
Tanguy Pruvot
77c737ff72
various small changes and update readme
2015-03-08 16:33:53 +01:00
Tanguy Pruvot
7939dce0aa
pluck: adaptation from djm repo
...
remains the cpu validation check to do...
throughput for this algo is divided by 128 to keep same kind of intensity values (default 18.0)
2015-03-08 15:16:11 +01:00
Tanguy Pruvot
10d4f4a96a
whirlpoolx: try to fix linux hashrates
...
bug reported by PVMining with a lot of cards (not seen here)
2015-03-08 14:21:39 +01:00
Tanguy Pruvot
f8f46bfe5b
whirlpoolx: fix for multi-gpu support
...
add also cputest entry and do some cleanup...
2015-03-07 16:33:04 +01:00
Tanguy Pruvot
0019936328
Import Whirlpoolx algo from alexis78 repo
...
remove trailing spaces and move to x15 folder
2015-03-07 14:06:33 +01:00
Tanguy Pruvot
0f604439f5
api: fix high port numbers
...
and convert ccminer.rc from utf-16 to Latin1 (doesnt want utf-8),
required for git diff/merge/rebase...
2015-03-05 18:29:17 +01:00
Tanguy Pruvot
7048300ab8
enhance 64bit builds performance
...
x11 perf is now close to x86 binary, but its not the case on all algos.
Add also a build.cmd script to remember how to build on windows cmdline
2015-03-05 18:18:56 +01:00
Tanguy Pruvot
3ed1c552bd
cuda: always disable asm for host code
2015-03-05 18:15:52 +01:00
Tanguy Pruvot
9c4158aadb
debug: x11 algo traces for cuda 7 problem
2015-03-02 16:29:46 +01:00
Tanguy Pruvot
7fd594c922
dos2unix install-sh script (make install-strip)
2015-03-02 11:51:28 +01:00
Tanguy Pruvot
e17d19cf26
increase default priority to above normal
...
This enhances the hashrate when mining together with a cpu miner,
and doesn't slow down the machine, ccminer doesn't use a lot of cpu.
Note: this value doesn't require Admin rights on windows, unlike highest ones.
2015-03-02 11:51:28 +01:00
Tanguy Pruvot
e6112e878d
cleanup: use unsigned throughput parameters
...
Yes, its a big commit, was waiting 1.6 to do that...
Sorry for your possible merge issues ;)
2015-02-28 14:05:09 +01:00
Tanguy Pruvot
81fd04a208
hashrate: Remove some extra units and allow 4 digits
...
to keep current X11 output (sample: 2950.01 kH/s)
2015-02-22 11:46:21 +00:00
Erik Mossberg
c41d9e7bb6
hashrate: format units based on the value size
2015-02-22 11:46:21 +00:00
Tanguy Pruvot
a537fa304c
Add basic API remote control
...
only allowed if --api-remote parameter or config key is set
and fix possible problem with urls containing user:password@
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2015-02-13 06:57:44 +01:00
Tanguy Pruvot
836e9bd535
qubit: fix difficulty factor for yaamp
2015-02-11 23:55:03 +01:00
Tanguy Pruvot
20e6ee1062
qubit: fix difficulty factor for yaamp
2015-02-11 18:42:04 +01:00
Tanguy Pruvot
09c3ac6b4b
linux: fix missing dirname include
2015-02-11 18:36:57 +01:00
Tanguy Pruvot
5dd2534df9
Handle a default config file (ccminer.conf)
...
This allow to "debug" easily in visual studio (without project changes)
Prepare version 1.5.3, update README
2015-02-11 01:34:56 +01:00
KlausT
bb71232f18
don't call timeEndPeriod twice
2015-02-09 18:27:54 +01:00
Tanguy Pruvot
00803b0b8d
Revert "I use CUDA7 on windows"
...
This reverts commit a74df25834
.
2015-02-08 18:41:40 +01:00
Tanguy Pruvot
a74df25834
I use CUDA7 on windows
2015-02-08 18:41:28 +01:00
Tanguy Pruvot
e3fc059bd7
Hide cpu binding log messages
2015-02-08 18:39:20 +01:00
Tanguy Pruvot
2d5e8aaced
anime: fix uint2 error (bmw)
2015-02-08 18:32:42 +01:00
Tanguy Pruvot
10a5e13fb3
Add windows icon and version
2015-02-08 18:31:46 +01:00
KlausT
a452c330dd
quark: remove unused variables
2015-02-02 10:41:14 +01:00
Tanguy Pruvot
872a55a180
Remove debug printf in cpu mask feature
2015-01-27 11:31:28 +01:00
Tanguy Pruvot
c7d3498bd8
myr-gr: clean up
2015-01-24 17:20:13 +01:00
Tanguy Pruvot
3938dce740
api: one decimal is enough for intensity
...
and fix windows build... missing __func define
2015-01-24 12:45:06 +01:00
Tanguy Pruvot
26b51a557b
Allow different intensity per device
...
and clean the old variables, no more required
2015-01-24 11:17:29 +01:00
Tanguy Pruvot
768b5ccb76
import bmw512 uint2 changes from sp
...
+ some cleanup... 15KH/s won (750Ti)
2015-01-24 08:02:41 +01:00
Tanguy Pruvot
9f2dd3ee60
Remove some useless conversions
...
do not impact perfs neither...
2015-01-24 08:00:22 +01:00
Tanguy Pruvot
45206e49c1
hamsi: TPB of 128 give better results (+10kh)
2015-01-24 07:17:12 +01:00
Tanguy Pruvot
bba2df56d5
cpu-affinity: linux thread affinity was not set correctly
2015-01-23 04:59:19 +01:00
Tanguy Pruvot
833238cae5
cpu-affinity: fix windows process cpu affinity mask
2015-01-23 02:49:30 +01:00
Tanguy Pruvot
dfa9f63886
api: report intensity and throughput for each thread
...
even when no parameter is set (default set in each algo code)
2015-01-22 06:36:22 +01:00
Tanguy Pruvot
2a5233f56e
api: report throughput when default
2015-01-22 06:28:59 +01:00