- 15 Nov, 2017 1 commit
-
-
psychocrypt authored
Documentation: Add environment variables to increase OpenCL memory pool
-
- 10 Nov, 2017 3 commits
-
-
fireice-uk authored
-
fireice-uk authored
-
fireice-uk authored
-
- 09 Nov, 2017 1 commit
-
-
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
-
- 08 Nov, 2017 3 commits
-
-
fireice-uk authored
update compile documentation
-
psychocrypt authored
- add CUDA and AMD APP SDK dependency to linux compile guide - add AMD APP SDK dependency to windows compile guide
-
fireice-uk authored
fix windows CUDA 9 compile
-
- 07 Nov, 2017 1 commit
-
-
psychocrypt authored
fix #91 - add CMake workaround for wrong host compiler for cuda - update winows compile documentation
-
- 04 Nov, 2017 1 commit
-
-
fireice-uk authored
optimize NVIDIA autosuggestion
-
- 03 Nov, 2017 1 commit
-
-
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
-
- 02 Nov, 2017 1 commit
-
-
fireice-uk authored
search for linux backend plugins
-
- 01 Nov, 2017 4 commits
-
-
psychocrypt authored
- search for plugin in - working directory - binary directory - let linux search the plugins (libraries)
-
fireice-uk authored
OSX file file extension (dynamic libraries)
-
fireice-uk authored
fix OSX compile
-
psychocrypt authored
fix `/usr/bin/ld: bin/libxmr-stak-backend.a(jconf.cpp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC`
-
- 31 Oct, 2017 2 commits
-
-
psychocrypt authored
use `.dylib` as dynamic library file extension
-
psychocrypt authored
- link `xmr-stak-backend` to `xmrstak_cuda_backend` to solve missing symboles
-
- 30 Oct, 2017 3 commits
-
-
fireice-uk authored
tune VEGA auto suggestion
-
fireice-uk authored
add option: flush stdout
-
fireice-uk authored
appveyor CUDA support
-
- 29 Oct, 2017 1 commit
-
-
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.
-
- 28 Oct, 2017 2 commits
-
-
psychocrypt authored
- install CUDA - compile miner with CUDA and OpenCL
-
psychocrypt authored
- fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend)
-
- 27 Oct, 2017 16 commits
-
-
fireice-uk authored
increase safety memory for autosuggestion
-
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
-
fireice-uk authored
add Aeon support
-
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
- add CMake flag description - announce Monero and Aeon in README.md i add FAQ section
-
psychocrypt authored
-
fireice-uk authored
thread affinity for non cpu backends
-
psychocrypt authored
- check if affinity vale before calling `thd_setaffinity`
-
fireice-uk authored
amd: use 64bit target
-