Luke Dashjr
|
c59d9804c0
Merge branch 'stratum_target' into bfgminer
|
12 years ago |
Luke Dashjr
|
6520d158eb
Merge branch 'stratum_tls' into bfgminer
|
12 years ago |
Luke Dashjr
|
08cbf80f48
Stratum: If difficulty calculates out to 0.999 to 1, round it up to 1 to avoid something SHA2 hardware cannot handle
|
12 years ago |
Luke Dashjr
|
90aa2a2a04
Stratum: Interpret integer difficulty values as pdiff (or Ldiff, for scrypt) to avoid losing shares on non-compliant servers
|
12 years ago |
Luke Dashjr
|
cf3437ab6e
Stratum: Attempt connection with unauthenticated TLS, with failover to raw TCP
|
12 years ago |
Luke Dashjr
|
458526e02f
Stratum: Return to curl_easy_{send,recv}
|
12 years ago |
Luke Dashjr
|
450a7bb6fb
Rework difficulty-to-target functions to error on the safe side, and consistently work in pdiff or bdiff
|
12 years ago |
Luke Dashjr
|
2182435b0f
get_registered_domain: Return full IP for raw IP addresses, so they can at least redirect to the same IP
|
12 years ago |
Luke Dashjr
|
b5c4b72f8f
Reject redirection across different registered domain names (can be disabled by appending #redirect to pool URI)
|
12 years ago |
Luke Dashjr
|
03e0ac2353
util: match_domains function
|
12 years ago |
Luke Dashjr
|
210f4bc9a4
util: Add isCalpha, get_registered_domain, and extract_domain functions
|
12 years ago |
Luke Dashjr
|
2367d8906c
Simplify stratum to convert difficulty to target immediately
|
12 years ago |
Luke Dashjr
|
0b2ecacdd9
opencl: Replace dated versioning with hash of source code
|
12 years ago |
Luke Dashjr
|
8988412332
util: utf8_len and utf8_strlen functions to quickly measure a character or string
|
12 years ago |
Martin Danielsen
|
92f3dbbf37
Partial: A new --no-client-reconnect command that disables the 'client.reconnect' function.
|
12 years ago |
Luke Dashjr
|
ed970c0f9f
Merge commit 'f1971de' into bfgminer
|
12 years ago |
Luke Dashjr
|
f1971de7c8
Bugfix: Stratum: Wait a bit for a response before assuming the pool is hiding block contents
|
12 years ago |
Con Kolivas
|
43c82768b9
Partial: Handle interruptions to various select calls in util.c
|
12 years ago |
Luke Dashjr
|
5e128cd582
Merge commit '1cbe618' into bfgminer
|
12 years ago |
Luke Dashjr
|
1cbe618270
Simplify _now_gettimeofday on Windows, working around weird WINE crash
|
12 years ago |
Luke Dashjr
|
e11a58cd06
trimmed_strdup helper function
|
12 years ago |
Luke Dashjr
|
0f73832f89
util: bfg_slurp_file function to quickly read a file
|
12 years ago |
Luke Dashjr
|
746adb9a34
Merge commit '0399b43' into bfgminer
|
12 years ago |
Luke Dashjr
|
0399b4382a
Bugfix: Stratum: Accept JSON Number type for port number
|
12 years ago |
Luke Dashjr
|
5a3a81662f
Merge branch 'hashfast' into bfgminer
|
12 years ago |
Nate Woolls
|
4556d14d57
antminer: Initial support for the Bitmain AntMiner U1 ASIC
|
12 years ago |
Luke Dashjr
|
5eeaaf069d
CRC-8-CCITT implementation
|
12 years ago |
Luke Dashjr
|
b8c279dc58
Merge commit 'dd4c063' into bfgminer
|
12 years ago |
Luke Dashjr
|
dd4c063fc2
bfg_strerror: Trim C whitespace off the right of FormatMessage output, since Windows can add \r\n
|
12 years ago |
Luke Dashjr
|
04bbe231e1
bfgtls: Implement destructor to free memory when threads exit
|
12 years ago |