Windows: https://github.com/luminousmining/miner/releases/download/v0.11/luminousminer_v0.11.rar
Linux: https://github.com/luminousmining/miner/releases/download/v0.11/luminousminer-0.11.tar.gz
HiveOS: https://github.com/luminousmining/miner/releases/download/v01/luminousminer-0.11_hiveos.tar.gz
| file | SHA256 |
|---|---|
| luminousminer-0.11.rar | d72a47a26826fb56221601edb632e03c9c0ff731192a093374ee3f18abcff901 |
| luminousminer-0.11.tar.gz | 52ffec7b402cf1f6f798bf9810afa2b423f9ba28f59622eff895b16668b0b442 |
| luminousminer-0.11_hiveos.tar.gz | 43c5f4d171212c60e7dc4188044f9f4eab15aa6cc8609c7993774db64225d995 |
Know Issues:
- Share invalid with ethash / progpow(+derived) -> hotfix --ethash_light_cache_cpu=false
π Changelog
π Documentation
- Updated
PARAMETERS.md- Improved clarity and overall documentation quality.
- Added and documented new parameters (see details below).
βοΈ New Parameters
π§ Common
-
--log_interval_hash- Defines the time interval (in milliseconds) between hashrate information logs.
- Default value:
10000
-
--internal_loop
Sets the internal kernel loop value.
Default:1 -
--cuda_context- Defines CUDA context behavior.
- Values: auto | blocking | yield | spin
- Default:
auto
βοΈ Ethash
--ethash_light_cache_cpu- Controls whether the Ethash light cache is built on CPU or GPU.
- Default: true (CPU)
π Environment
New parameters added to provide better control over CUDA and GPU environment variables:
-
--env_cuda_lazy- Sets
CUDA_MODULE_LOADING:trueβLAZYfalseβEAGER
- Sets
-
--env_cuda_device_order- Sets
CUDA_DEVICE_ORDER(PCI_BUS_IDorFASTEST_FIRST)
- Sets
-
--env_gpu_heap_size- Sets
GPU_MAX_HEAP_SIZE
- Sets
-
--env_gpu_max_alloc_percent- Sets
GPU_MAX_ALLOC_PERCENT
- Sets
-
--env_gpu_single_alloc_percent- Sets
GPU_SINGLE_ALLOC_PERCENT
- Sets
π₯ Kernel Intensity
--internal_loop- Allows tuning of the kernel internal loop.
- Default value:
1
π Improvements & Changes
-
KAWPOW algorithm improvements
- Enhanced logging behavior using the new
--log_interval_hashparameter.
- Enhanced logging behavior using the new
-
QUAI mining algorithm update
- QUAI mining now uses the KAWPOW algorithm.
-
CUDA update
- Updated to CUDA 13.1.
-
OpenCL update
- Updated to OpenCL 3.0.19.
ποΈ Removed
- CloreAI
- Removed from documentation.
- No longer mineable via PoW.