- Nov 16, 2017
-
-
Unknown authored
Remove whitespace lines
-
psychocrypt authored
-
psychocrypt authored
- removed all space indention in `*.hpp` and `*.cpp` files
-
- Nov 15, 2017
-
-
fireice-uk authored
* CONF_NO_TLS fix * gpu error fix + always return to sched after pin
-
psychocrypt authored
- check if the gpu architecture is supported by the compiled miner binary - remove not supported gpus from the auto suggestion - disallow the selection of a not supported gpu by hand tuning the config
-
psychocrypt authored
Free and total memory is only evaluated on the first device. To detect the gpu memory the gpu must be selected. - create context on the gpu before the memory is checked - add smx to the auto detection - change the result code of `cuda_get_deviceinfo()`
-
- Nov 14, 2017
- Nov 13, 2017
-
-
psychocrypt authored
- update usage.md - hpdate help output
-
Unknown authored
Change attribution
-
Unknown authored
Added long version as a separate option
-
Unknown authored
Add version to web and json
-
- Nov 11, 2017
-
-
psychocrypt authored
-
psychocrypt authored
- generate define `BACKEND_TYPE` type in CMake - fix comile because `GIT_COMMIT_HASH` is no string
-
- Nov 10, 2017
-
-
psychocrypt authored
Split hashrate report into backends
-
psychocrypt authored
- add type of the backend to each backend-plugin - add `gteName` to `iBackend` to get the name of the backend
-
Unknown authored
-
Unknown authored
Versioning final version
-
Unknown authored
Define GIT_COMMIT_HASH via cmake or git archive
-
fireice-uk authored
-
fireice-uk authored
-
- Nov 09, 2017
-
-
fireice-uk authored
* Multi-pool first draft * Fix wspace from new IDE * Better TLS error message * Fix TLS bug * Don't put dev pool on stats + pool change-back * bug fixes * Error message work * fix win build * add per-pool nicehash setting * Fix bugs * rm debug msg * Multipool guided setup * Support TLS and Nicehash in config * prelim jconf changes * final multipool changes * increase default retry_time to 30, fix mac erro * rm debug dev pool settings * Fix another source of connect runaway
-
- Nov 03, 2017
-
-
psychocrypt authored
- avoid creation of a config with zero threads or blocks - WINDOWS: reduce the used memory for the auto suggestion by the amount of already used memory
-
- Nov 01, 2017
-
-
psychocrypt authored
- search for plugin in - working directory - binary directory - let linux search the plugins (libraries)
-
- Oct 31, 2017
-
-
psychocrypt authored
use `.dylib` as dynamic library file extension
-
- Oct 29, 2017
-
-
Alessandro Da Rugna authored
Added the option to forcefully flush STDOUT, which may be useful when running the miner through a pipe instead than a shell. If STDOUT is a shell, it's unbuffered by default. If STDOUT is a pipe, it's buffered by default.
-
- Oct 28, 2017
-
-
psychocrypt authored
- fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend)
-
- Oct 27, 2017
-
-
psychocrypt authored
- allow to use up to 2024 threads on VEGA gpus fix #5
-
psychocrypt authored
- increase safty memory from 64 to 128 MiB - NVIDIA: increase lmem reserve per thread to 1kiB
-
psychocrypt authored
- fix that currency selection is not called (in cli-miner.cpp) - fix guard to prevent wrong currency selection if compiled for monero or aeon only
-
psychocrypt authored
- rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
-
psychocrypt authored
- update auto suggestion default and hwloc - extent hash function table to support aeon and xmr within one miner
-
psychocrypt authored
- add template parameter to kernel to support aeon and xmr - update auto suggestion
-
psychocrypt authored
- add compile parameter to support aeon and xmr - update auto suggestion to handle aeon
-
psychocrypt authored
... into a single place
-
psychocrypt authored
- cli-miner.hpp: - add option `--currency` - add guided start section - config.tpl: add value `currency` - params.hpp: add value to store the selected currency - executor.hpp: add dev pool address
-
psychocrypt authored
- check if affinity vale before calling `thd_setaffinity`
-
- Oct 26, 2017
-
-
psychocrypt authored
This is a follow up of #43 and use the some mechanism to set the thread affinity for non cpu backends correct. - use cpu affinity workflow for nvidia and amd - cpu: move messages of thread spawning before thread creation
-