Con Kolivas
|
7b77ef4369
Don't yield on grabbing the read lock variant of cglocks.
|
12 years ago |
Luke Dashjr
|
a5ff98b2f5
Merge commit '9552f54' into cg_merges_20130818a
|
12 years ago |
Con Kolivas
|
e32feb9261
Yield after releasing a lock in case we are on a device with limited CPU resources.
|
12 years ago |
Con Kolivas
|
890c1c79a7
Fix --scrypt being required before scrypt intensities on command line or not working at all via config files.
|
12 years ago |
Luke Dashjr
|
3cb5a28b3a
Merge commit '2b171f7' into cg_merges_20130818a
|
12 years ago |
Luke Dashjr
|
17eb22dfea
Merge commit 'ad1572f' into cg_merges_20130818a
|
12 years ago |
Luke Dashjr
|
5c4c4fa008
Merge commit '385a70b' into cg_merges_20130818a
|
12 years ago |
Luke Dashjr
|
65ba8cf703
Merge commit 'd93e8ec' into bfgminer
|
12 years ago |
Luke Dashjr
|
0c2ff3fb7b
Merge branch 'httpsrv' into bfgminer
|
12 years ago |
Luke Dashjr
|
6531f30056
RPC: setconfig can now change http-port (enabling or disabling the http service included)
|
12 years ago |
Luke Dashjr
|
a99d509b33
inc_hw_errors2 function can handle a bad nonce without a known work
|
12 years ago |
Luke Dashjr
|
2541247739
Split up scan_serial function to enable internally adding ad-hoc cgpu
|
12 years ago |
Luke Dashjr
|
d93e8ec83f
Add --cmd-idle notification command for REST/WAIT conditions
|
12 years ago |
Luke Dashjr
|
617d106ddd
Add missing 16-bit byteswap macros
|
12 years ago |
Luke Dashjr
|
4a12eaebe6
Attempt stratum mining.suggest_target before mining.subscribe, if --request-diff is used
|
12 years ago |
Con Kolivas
|
9552f54f43
Add the ability to downgrade a write variant of the cglocks.
|
12 years ago |
Con Kolivas
|
3e84a19cda
Fix --scrypt being required before scrypt intensities on command line or not working at all via config files.
|
12 years ago |
Con Kolivas
|
b423fe9de8
Cache the hex2bin of pool nonce1 in stratum, avoiding hex2bin on each work generation.
|
12 years ago |
Con Kolivas
|
fef649dfef
Cache the binary generation of coinbase1 and 2 on stratum, avoiding a hex2bin of coinbase1 and 2 on each work generation.
|
12 years ago |
Con Kolivas
|
2b171f7fae
Limit intensity range according to whether scrypt is in use or not.
|
12 years ago |
Luke Dashjr
|
44bf1ce336
Merge branch 'monotonic_timers' into bfgminer
|
12 years ago |
Luke Dashjr
|
37e0753cbd
Bugfix: Replace block_timeval with (time_t) block_time
|
12 years ago |
Luke Dashjr
|
2248b65703
Merge commit '5de2192' into bfgminer
|
12 years ago |
Luke Dashjr
|
7ab84e91c2
Bugfix: Check for error conditions in get_intrange to not have weird --device behaviour when bad values are provided
|
12 years ago |
Luke Dashjr
|
a35a7bb76b
Split total_bytes_xfer to total_bytes_rcvd and total_bytes_sent
|
12 years ago |
Luke Dashjr
|
acf7832b84
Stratum: Roll ntime as we generate work
|
12 years ago |
Luke Dashjr
|
b8c5e9778e
Stratum: Make swork.ntime native-endian
|
12 years ago |
Luke Dashjr
|
39fa94e8f9
Stratum: Treat ntime as uint32_t (as it should be), still always big endian
|
12 years ago |
Luke Dashjr
|
7dd230cd8f
Write to both stderr and console within same console lock "session"
|
12 years ago |
Luke Dashjr
|
d90dd0154a
Move console lock and unlock functions (which also handle thread cancelstate) to miner.h
|
12 years ago |