Noel Maersk
2879994408
adl: only ask for iDrvIndex on Linux.
...
Should close https://github.com/veox/sgminer/issues/45
11 years ago
Noel Maersk
b56e65aa77
misc: line wrap.
11 years ago
Noel Maersk
a65ff54b08
doc: update README.md with "state" option.
...
Closes https://github.com/veox/sgminer/issues/44
11 years ago
Noel Maersk
d3a3ee6b31
misc: update AUTHORS.md with recent testers.
11 years ago
Noel Maersk
d7c8d1d300
core: change scantime/expiry to 10/30 from 30/120.
11 years ago
Noel Maersk
64fc8324b8
pools: initial implementation of pool state machines.
...
moved enable_pool(), disable_pool() and other functions related to
state. These could probably be factored out altogether.
Pool state default is now "enabled" - it was previosly "disabled",
but there was an unconditional function call to enable all pools
in main() previously. It was factored out by joe's earlier commits,
so not visible in this one.
11 years ago
Noel Maersk
1ebcb07302
Merge branch 'master' into pools
11 years ago
Noel Maersk
cae071b837
Merge branch 'kernels'
11 years ago
Noel Maersk
67d15f2843
Merge branch 'adl-extra-logging'
11 years ago
Noel Maersk
e269656959
Merge branch 'pools-joe'
11 years ago
Noel Maersk
048c82b9b2
pools: rename 'pool->enabled' to 'pool->state'.
11 years ago
Noel Maersk
22b78e91f6
tui: Refactor status line printing.
...
Default pool name is now URL and port instead of "Pool N" (which
is confusing).
Status line displays user-defined name.
11 years ago
Noel Maersk
6417bcce61
Merge remote-tracking branch 'joe/pool_options' into pools
11 years ago
Joe4782
90d49e9ad3
Updated the README file to explain the 'remove-pool' json config file option
11 years ago
Joe4782
b1eb2ab8f8
Implemented the 'remove-pool' config option for json file pools
11 years ago
Joe4782
817ed55b6a
Pool management option now shows pool name when available
11 years ago
Joe4782
dd7bd69786
Updated README to explain new 'disable-pool' configuration file option
11 years ago
Joe4782
1d81196238
Added a 'disable-pool' option to the json configuration, to allow pools to be started up disabled
11 years ago
Noel Maersk
8a6c716c86
Merge pull request #40 from gacheson/master
...
Fixes for "--pools" flag and fatal JSON error
11 years ago
gacheson
1eacb3f1c2
Fixes for "--pools" flag and fatal JSON error
11 years ago
Noel Maersk
e0ca8ebc2f
doc: Simplify paths for cross-compiling instructions in windows-build.txt
11 years ago
Angus Gratton
f321a0211b
Add clarification on Windows cross-build, out of tree is possible
11 years ago
Noel Maersk
47d83df892
doc: revert some formatting changes made by Drogean to windows-build.txt
11 years ago
Angus Gratton
1ceedd562d
Add some notes about cross-compiling cgminer for Windows from Linux
11 years ago
Noel Maersk
06240b91a6
cross-compile: comment out sleep().
...
Reported as unneded:
https://github.com/veox/sgminer/issues/37
When is this true? Which IDEs, Windows/MinGW versions?
11 years ago
Noel Maersk
6089dfbbac
adl: code cleanup after last commit.
11 years ago
Joe4782
712385160b
Added the stratum port to the status print
11 years ago
Joe4782
a7bca56633
Getting some extra log messages in the adl handling code
11 years ago
Noel Maersk
08abb9e417
build: reorder ADL checks.
...
If `--disable-adl-checks` is given, enable ADL immediately.
11 years ago
Noel Maersk
de08e71ea2
core: write xintensity and rawintensity to config, add vectors back as a hidden option; a little whitespace for readability.
11 years ago
Noel Maersk
dda62843fd
core: Add -v as an shorthand for --verbose.
11 years ago
Noel Maersk
e8978db55f
kernel: slight refactor, add warnings about new kernels, and known limitations of zuikkis.
...
Limitations of alexkar* kernels are not known to me.
Closes https://github.com/veox/sgminer/issues/28
11 years ago
Noel Maersk
7a69044cff
doc: update KERNEL.md
11 years ago
Noel Maersk
abf1b940b5
doc: update README.md to point to KERNEL.md
11 years ago
Noel Maersk
5f795be64a
core: use kernel name defines now that version date is not in the filenames.
...
Ideally, even this should not be needed, and specifying a kernel name string
should search for the appropriate file in kernel-path.
11 years ago
Noel Maersk
68f0a45034
doc: BUGS.md
...
Outline on bug reporting.
11 years ago
Noel Maersk
e9af2109c3
doc: change bog reporting address.
11 years ago
Noel Maersk
45848edff4
misc: Add Kalroth's bitcoin donation address.
11 years ago
Noel Maersk
d04a8d174b
tui: display line getting off-screen on narrow terminals.
11 years ago
Martin Danielsen
d11df698d1
--rawintensity option, by request of Dead2.
...
This setting allows to set the GPU intensity value directly without any modifiers, it does not
get any more raw than this! Look at the xintensity description raw for examples of regular
intensity values. You can also set this value through the ncurses interface by pressing:
G -> A -> select device id -> enter value.
Minor xintensity code cleanup as well.
Conflicts:
driver-opencl.c
miner.h
sgminer.c
11 years ago
Martin Danielsen
967c757cdf
Cleaned a few messages up after pool naming feature.
11 years ago
Noel Maersk
0c38db6393
build: Add --disable-adl-checks
...
Requested in https://github.com/veox/sgminer/issues/26
configure.ac needs an overhaul (see SDMINER_SDK).
11 years ago
Martin Danielsen
cb174d433a
Failover pool switching back delay is now configurable.
...
--failover-switch-delay sets the delay in seconds before switching back to a failed pool,
default is 60 seconds.
11 years ago
Noel Maersk
35a23942b1
kernel: fix alexkar* kernel crashes due to missing case in switch.
...
Fixes https://github.com/veox/sgminer/issues/27
11 years ago
Noel Maersk
45bf2f2335
doc: Add debug compilation instructions.
11 years ago
Noel Maersk
2f1fafedb9
doc: skeleton KERNEL documentation.
...
On how to submit new kernels. This should allow a broad community review.
11 years ago
Noel Maersk
629f7b15e2
kernel/zuikkis: remove unneeded comments and change defines.
...
I thought I've already fixed and committed this before. It probably got
merged back in when I wasn't looking.
11 years ago
Noel Maersk
4de27856af
misc: add ozbenh and gdevenyi to AUTHORS.md.
11 years ago
Noel Maersk
4ac17b03f6
misc: Add Zuikkis and Alex Karimov to authors.
11 years ago
Noel Maersk
8bb66adc48
Merge remote-tracking branch 'origin/kernels' into kernels
11 years ago