Post
Topic
Board Mining (Altcoins)
Re: LuminousMiner v0.3 -OpenSource - 0% fees
by
luminousminer
on 15/12/2024, 20:02:43 UTC
    Release Version 0.4!

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:
[/ist]
  • 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


Know issue: AutolykosV2 share rejected (https://github.com/luminousmining/miner/issues/74)