Skip to content

Releases: luminousmining/miner

v0.6

14 Jan 15:06
Compare
Choose a tag to compare

Windows: https://github.com/luminousmining/miner/releases/download/v0.6/luminousminer_v0.6.rar
Linux: https://github.com/luminousmining/miner/releases/download/v0.6/luminousminer-0.6.tar.gz
HiveOS: https://github.com/luminousmining/miner/releases/download/v0.6/luminousminer-0.6_hiveos.tar.gz

file SHA256
luminousminer-0.6_hiveos.tar.gz c473ef9f9faa23207288005d166d8c3fa472b3eda612fdefb9331bc3409a4d00
luminousminer-0.6.tar.gz 31f92ef59ba7192defed6703128b25a48cc9f4f6fd036300a383a51eefc51aca
luminousminer-0.6_hiveos.tar.gz a69dbe6e2ec9186323f403677cceb9f3dc90f585bcb686f57f78b73bf1247e00

CHANGELOG

  • Add algorithm progpow-quai
  • NVML for NVIDIA device
  • ADL for AMD device

v0.5

28 Dec 20:59
Compare
Choose a tag to compare

Windows: https://github.com/luminousmining/miner/releases/download/v0.5/luminousminer_v0.5.rar
Linux: https://github.com/luminousmining/miner/releases/download/v0.5/luminousminer-0.5.tar.gz
HiveOS: https://github.com/luminousmining/miner/releases/download/v0.5/luminousminer-0.5_hiveos.tar.gz

CHANGELOG

Common:
OpenCL 3.017
clang11

Fix:
Autolykos v2 (Ergo)

New parameters for proxy server running on localhost. For example, the Linux tor client runs a socks5 server on the port 9050 by default. Thank @kitaniboy
--socks5
--socks_port

v0.4

09 Dec 21:36
Compare
Choose a tag to compare

Windows: https://github.com/luminousmining/miner/releases/download/v0.4/luminousminer_v0.4.rar
Linux: https://github.com/luminousmining/miner/releases/download/v0.4/luminousminer-0.4.tar.gz
HiveOS: https://github.com/luminousmining/miner/releases/download/v0.4/luminousminer-0.4_hiveos.tar.gz

CHANGELOG

Common:

  • Best free memory
  • CUDA 12.6 for Windows
  • CUDA 12.4 for Linux
  • Boost 1.86.0
  • OpenCL 3.0.15
  • C++20

Algorithms:

  • MeowPow
  • EvrProgPow

Parameters:

  • Enable Nvidia / AMD
  • Profile RavenMiner
  • Kernel occupancy
  • Specific pool / coin for AMD
  • Specific pool / coin for NVIDIA

Profile RavenMiner:

  --rm_rvn_btc arg        [OPTIONAL] Mining on ravenminer RVN with BTC wallet
                          --rm_rvn_btc=WALLET
  --rm_rvn_eth arg        [OPTIONAL] Mining on ravenminer RVN with ETH wallet
                          --rm_rvn_eth=WALLET
  --rm_rvn_ltc arg        [OPTIONAL] Mining on ravenminer RVN with LTC wallet
                          --rm_rvn_ltc=WALLET
  --rm_rvn_bch arg        [OPTIONAL] Mining on ravenminer RVN with BCH wallet
                          --rm_rvn_bch=WALLET
  --rm_rvn_ada arg        [OPTIONAL] Mining on ravenminer RVN with ADA wallet
                          --rm_rvn_ada=WALLET
  --rm_rvn_dodge arg      [OPTIONAL] Mining on ravenminer RVN with DODGE wallet
                          --rm_rvn_dodge=WALLET
  --rm_rvn_matic arg      [OPTIONAL] Mining on ravenminer RVN with MATIC wallet
                          --rm_rvn_matic=WALLET

Specific mining for AMD:

  --amd_host arg          [OPTIONAL] Set defaut hostname of pool for all gpu 
                          AMD.
                          If defined, the parameters amd_port and amd_algo must
                          be defined.
                          --amd_host="ethw.2miners.com"
  --amd_port arg          [OPTIONAL] Set port of the pool for all gpu AMD.
                          If defined, the parameters amd_host and amd_algo must
                          be defined.
                          --amd_port=2020
  --amd_algo arg          [MANDATORY] <ethash>
                          If defined, the parameters amd_host and amd_port must
                          be defined.
                          --amd_algo="ethash"

Specific mining for NVIDIA:

  --nvidia_host arg       [OPTIONAL] Set defaut hostname of pool for all gpu 
                          NVIDIA.
                          If defined, the parameters nvidia_port and 
                          nvidia_algo must be defined.
                          --nvidia_host="ethw.2miners.com"
  --nvidia_port arg       [OPTIONAL] Set port of the pool for all gpu NVIDIA.
                          If defined, the parameters nvidia_host and 
                          nvidia_algo must be defined.
                          --nvidia_port=2020
  --nvidia_algo arg       [MANDATORY] <ethash>
                          If defined, the parameters nvidia_host and 
                          nvidia_port must be defined.
                          --nvidia_algo="ethash"

Define Occupancy:

--threads arg           [OPTIONAL] Set occupancy threads.
                         --threads=128
--blocks arg            [OPTIONAL] Set occupancy blocks.
                         --blocks=128

v0.3

30 Mar 22:37
777fc60
Compare
Choose a tag to compare

V0.2

v0.X Next version

29 Mar 12:41
b224ab8
Compare
Choose a tag to compare

Beta version!

v0.1

28 Mar 14:54
Compare
Choose a tag to compare

Windows: luminousminer_v0.1.rar
Linux: luminousminer-0.1.tar.gz