Luke Dashjr
|
b9184356e9
Merge commit '98e338c' into cg_merges_20130822a
|
12 years ago |
Luke Dashjr
|
9094481004
Merge commit 'c9f5823' into cg_merges_20130818a
|
12 years ago |
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 |
Con Kolivas
|
98e338cc52
Provide a variant of find_work_bymidstate that returns a clone of the found work.
|
12 years ago |
Kano
|
6b62c402fa
API/miner.php add some % fields
|
12 years ago |
Luke Dashjr
|
4a12eaebe6
Attempt stratum mining.suggest_target before mining.subscribe, if --request-diff is used
|
12 years ago |
Con Kolivas
|
c8aac74114
Only perform the bin2hex on nonce2 data if it's required for stratum submission, thereby removing the last conversion of that type from stratum work generation.
|
12 years ago |
Con Kolivas
|
87ae66c7e6
Create a work data template when receiving stratum notification, allowing a simple memcpy of the merkle root avoiding more hex2bin conversions on each work generation.
|
12 years ago |
Con Kolivas
|
34bc106d82
Export the workpadding char in miner.h
|
12 years ago |
Con Kolivas
|
11bcf2b3fb
Rename work gbt_coinbase to coinbase to be in line with pool variable name.
|
12 years ago |
Con Kolivas
|
5237bf350d
Perform merkle bin hex2bin on stratum notify to avoid doing it on each work generation.
|
12 years ago |
Con Kolivas
|
8bc469e916
Reuse just the one pool coinbase variable in stratum, avoiding more string functions and storage in gen_stratum_work on each work generation.
|
12 years ago |
Con Kolivas
|
8c8ef6ff9b
Rename pool gbt_coinbase variable to coinbase to combine it with the stratum coinbase data.
|
12 years ago |
Con Kolivas
|
c542e47aa3
Use a nonce2 offset variable for both gbt and stratum to consolidate requirements on work generation.
|
12 years ago |
Kano
|
309cb2242b
miner.h inline semaphores increase information on failure
|
12 years ago |
Con Kolivas
|
fb94dfa098
Cache as much of the gbt coinbase as possible to avoid doing unnecessary hex2bin conversion on every work generation with gbt.
|
12 years ago |
Con Kolivas
|
9552f54f43
Add the ability to downgrade a write variant of the cglocks.
|
12 years ago |