troky
e39121bdfe
Version bump for MSVS project.
10 years ago
Jan Berdajs
0ec49125c5
update changelog for v5 release
10 years ago
Jan Berdajs
7a16f7832b
bump version to 5.0.0, update changelog
10 years ago
Jan Berdajs
447dd68611
Merge branch 'v5_0'
10 years ago
Jan Berdajs
92a92500d0
Merge pull request #361 from Phoenix48/patch-1
...
Update cygwin-build.txt
10 years ago
Phoenix48
5bf26e7a02
Update cygwin-build.txt
...
Changed line 61 to "git clone git://github.com/sgminer-dev/sgminer.git" (Updated to the new address "sgminer-dev" instead of "veox", and changed to "git://" instead of "git@" because it is way easier for newbies to download it that way).
Also added a warning at line 75 that users MUST download the ADL_SDK version 6.0 because v7.0 won't work with SGMiner 4.2.2
10 years ago
troky
3ddffaa915
Compatibility fix.
10 years ago
troky
dbe0263c2d
Fixed device display when both --device and --remove-disabled options are used.
10 years ago
troky
82b5320f36
Check if mining threads are initialized before restarting them.
10 years ago
Jan Berdajs
5bd2689069
Hard reset only when gpu-threads or devices are changed, but not when algorithm is changed.
...
Also a little refactor.
Conflicts:
sgminer.c
10 years ago
Jan Berdajs
deacbdd65e
immediately exit threads if doing hard reset
10 years ago
Jan Berdajs
19fcb5eae7
improve locking to prevent race condition
...
stratum could respond faster than we are able to add the sent share into the hash, which could cause memory leaks
10 years ago
troky
283e8fbd1a
Added coding.md
10 years ago
troky
e0b34485f7
Fixed compatilibilty issues on MSVS.
10 years ago
ystarnaud
a408e856b2
Fix API profile list
...
API Profile list showed the default profile twice.
10 years ago
ystarnaud
f8fcbbcd0a
Config writer fix
...
Reworked how the config writer works to properly save the config file.
Sometimes settings would get lost in profiles.
Also changed algorithm switch to only perform a soft reset and lowered
the verbosity of the algorithm switcher.
10 years ago
troky
8b44007901
Fixed compatilibilty issues on MSVS.
10 years ago
ystarnaud
72590bdcf2
Fix potential division by 0 if nfactor is not set
10 years ago
Jan Berdajs
b4dd3aeb75
Forgot include needed for pthread_kill
10 years ago
Jan Berdajs
04722e2517
sshare could have already been free'd by parse_stratum_response in stratum_rthread by the point we reach this code - possible segfault fixed
10 years ago
troky
2d23a7d634
Added missing permission flags to Windows build #333
10 years ago
Jan Berdajs
4a9ee47cd9
Add log-file option to automatically redirect stderr to a file
...
From bfgminer b0240dd004
10 years ago
Jan Berdajs
0bd7a9ff63
After cancelling a thread (unless it's detached, but mining threads aren't), it is always necessary to join the thread so the system will release resources.
...
This also simplifies kill_mining a bit.
10 years ago
Jan Berdajs
e33590f37d
Thread was never joined because thr_info_cancel sets pth to 0. Should improve mining thread hard reset.
10 years ago
Jan Berdajs
363f52df47
Write to both stderr and console within same console lock "session"
...
From 7dd230cd8f
11 years ago
Jan Berdajs
2d66c44b42
Add debug-log documentation and enable it by default
11 years ago
Jan Berdajs
f3336dcf88
Update README.md
11 years ago
Jan Berdajs
eb6f47e503
Add debug-log setting to log everything when stderr is redirected to file
...
Based on code from BFGMiner
11 years ago
Jan Berdajs
485ec9ac88
rename poorly named variable
11 years ago
ystarnaud
a96048e782
Update configuration.md
11 years ago
troky
855adf1477
Merge pull request #324 from Elbandi/v5_0-stylefix
...
bitblock and x14 algo codestyle fix
11 years ago
Elbandi
0a66d49a0e
Fix x14 algo code style
11 years ago
Elbandi
e64291e9b4
Fix bitblock algo code style
11 years ago
ystarnaud
8001dc027b
Algorithm alias fix
...
Added "old" algorithms and also corrected `nfactor` in case it's parsed before `algorithm`.
11 years ago
troky
b6aefc6ebe
Fixed segfault when adding pool profile via ncurses GUI #322
11 years ago
troky
fdd4e84949
Update README.md
11 years ago
troky
94607ba5c4
Merge pull request #310 from sgminer-dev/v5_0-jansson
...
Added Jansson as submodule.
11 years ago
Jan Berdajs
2902429772
Add algorithm aliases x11, x13, x15, x15mod, nist5, keccak
...
Also refactor aliasing
11 years ago
Jan Berdajs
30d0a9be78
Deprecating "difficulty-multiplier" setting
11 years ago
Jan Berdajs
e8f108929c
Merge pull request #292 from Elbandi/v5_0
...
space convert and codestyle fix
11 years ago
Jan Berdajs
03daaff9ab
Merge pull request #313 from davedean/master
...
added sgminer.1 manpage file
11 years ago
troky
c196dfd2dd
MSVS2010 project update.
11 years ago
troky
8567370f8c
Merge pull request #316 from Elbandi/v5_0-leakfix
...
Fix nonce1 and sessionid memory leak
11 years ago
Elbandi
a39316dbd3
Fix nonce1 and sessionid memory leak
11 years ago
troky
e15f354a4d
Updated AUTHORS.md
11 years ago
troky
74d4cfabb5
Added Janson version string to log output.
11 years ago
troky
0950af71cf
Documentation update.
11 years ago
David Dean
21d3ad4160
added sgminer.1 manpage file, draft
11 years ago
Jan Berdajs
ec8ba02db3
nicehash deserve mention for providing bitcoins for stimulation of development. section for future sponsors or special acknowledgments
11 years ago
Elbandi
6c60ce2352
Fix kernel code style: every hash has own codeblocks
11 years ago