- 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
-
- 26 Oct, 2017 1 commit
-
-
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
-
- 24 Oct, 2017 1 commit
-
-
psychocrypt authored
- remove 32bit target value - use always 64bit target for amd backend
-
- 23 Oct, 2017 5 commits
-
-
fireice-uk authored
remove double blob copy
-
psychocrypt authored
- remove double copied memory
-
fireice-uk authored
prefere AMD OpenCL over NVIDIA, Intel
-
fireice-uk authored
Implement pool-controlled nonce allocation
-
psychocrypt authored
fix #56 Search for AMD OpenCL inlcude path and libaries to prioritize the AMD implementation over NVIDIA and Intel.
-
- 22 Oct, 2017 4 commits
-
-
psychocrypt authored
Proper removal of gpu_thread_num
-
fireice-uk authored
fix illegal memory access
-
fireice-uk authored
-
fireice-uk authored
-