Skip to content

v0.11

Latest

Choose a tag to compare

@luminousmining luminousmining released this 30 Jan 14:25
· 90 commits to main since this release

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 β†’ LAZY
      • false β†’ EAGER
  • --env_cuda_device_order

    • Sets CUDA_DEVICE_ORDER (PCI_BUS_ID or FASTEST_FIRST)
  • --env_gpu_heap_size

    • Sets GPU_MAX_HEAP_SIZE
  • --env_gpu_max_alloc_percent

    • Sets GPU_MAX_ALLOC_PERCENT
  • --env_gpu_single_alloc_percent

    • Sets GPU_SINGLE_ALLOC_PERCENT

πŸ”₯ 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_hash parameter.
  • 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.