Skip to content

v0.4

Latest
Compare
Choose a tag to compare
@luminousmining luminousmining released this 09 Dec 21:36
· 4 commits to main since this release

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