Skip to content

CRYPTO MINING BLOG

Your guide to cryptocurrency mining

Primary Menu
  • CRYPTOCURRENCY
    • NEWS
    • WALLETS
    • INVESTING
    • TRADING
  • MINING
    • CRYPTO MINERS (SOFT)
    • ASIC MINING
    • GPU MINING
      • AMD GPU MINING
      • NVIDIA GPU MINING
    • CPU MINING
    • FPGA MINING
  • SOFTWARE
    • CRYPTOCURRENCY WALLETS
    • CRYPTOCURRENCY MINERS
    • TOOLS & UTILITIES
    • TRADING BOTS
    • FLASHING GPU
    • DRIVERS
    • SOFTWARE & FIRMWARE ASIC (ANTMINER)
    • NEW RELEASES
  • REVIEWS
  • GUIDES
  • NEWS

lolMiner v0.9.3 (Download and Configure) – AMD & NVIDIA miner Equihash & Cuckatoo

  • CRYPTO MINING BLOG
  • Dec 12, 2019
  • 7 Comments So far
  • Cuckatoo, Cuckatoo, DOWNLOAD lolMiner, DOWNLOAD lolMiner, Equihash, Equihash, lolMiner, lolMiner
  • Cryptocurrency Miners | Cryptocurrency Mining | Software
lolMiner v0.9.1 - GRIN-AT31 optimization for AMD cards
lolMiner v0.9.1 - GRIN-AT31 optimization for AMD cards

GitHub: DOWNLOAD lolMiner v0.9.3

lolMiner v0.9.3 (AMD Nvidia GPU miner)

lolMiner v0.9.3 — this is the Equihash / Cuckatoo miner with a focus on AMD GPUs (based on OpenCL). Please note that the program will work on most Nvidia cards, but speed and stability may vary.

Supports Algorithms:

  • Equihash-96-5
  • Equihash-144-5
  • Equihash-150-5
  • Equihash-192-7
  • Equihash-210-9
  • ZelHash

Download lolMiner v0.9.3

MEGA: DOWNLOAD lolMiner v0.9.3

Changes v0.9.3:

  • Extended GRIN-AT31 compatibility with older drivers (18.x +)
  • Improved GRIN-AT31 performance on ROCm (RX 470/480/570/580 / Vega / VII)
  • Early termination introduced for GRIN-AT31 + (improves hash on the pool side, see further release notes)
  • Deeply redesigned kernel scheduler
  • GRIN-AT31 kernel bugs fixed (improved stability and accuracy)
  • Bug fixed: Vega FE loaded 8G instead of 16G GRIN-AT31 solver in Windows
  • Bug fixed: Vega FE loaded 8G instead of 16G GRIN-AT31 solver in Windows
  • Added parameter —disablewatchdog 1 to disable detection 0 sol / s / 0 g / s

About Early Job Cancellation for GRIN

The GRIN proof of work is a compute intense and rather slow algorithm. Especially C31 often needs (at 1 g/s) about one second for each graph processed. In case a new job (for a new chain height) arrives, the current calculation effort is worthless, because the block that was mined on already got found.
lolMiner 0.9.3 now introduces an early cancellation for long lasting works: if a new work arrives that invalidates the current run calculations, they get canceled to start quicker on the fresh work. To demonstrate the effect see the example describing the 0.9.2 and 0.9.3 difference:
Assume you have a card running 1 g/s on GRIN-AT31. Then in 2 minutes (120 seconds) it will be able to process 120 graphs. On average — Grin has a 1 minute block time — two of these graphs are already obsolete when they got finished.
lolMiner 0.9.2 will display the 1 g/s, because of 120 processed graphs per 120 seconds. But two of the graphs are then filtered out in the stratum module, thus the pool can see at most 118 / 120 = 0.983 g/s (minus about 1 graph fee).
lolMiner 0.9.3 will cancel the running work before it gets completed. On average you will be able to process one more graph then 0.9.2 assuming both are canceled about half way through. Thus lolMiner 0.9.3 starts 121 graphs and completes 119 of them. The displayed hash rate is now 119 graphs /120 seconds = 0.991 g/s. This equals what the pool could see (minus one for fee), because the 119 completed are the ones that got not canceled early.
Conclusion: lolMiner 0.9.3 DISPLAYED hash rate may be a little lower then 0.9.2, but what arrives at pool is better. The slower the cards are, the more drastic is this effect, e.g. a 580 8G running at 0.65 g/s will benefit almost 2% on pool side, a VII with 1.75 g/s only half a percent.
Combined with the mostly on GPU cycle finder lolMiner achieves a stale share rate of less then 0.7% and thus gives you best displayed to pool hash rate ratio available for Grin Cuckatoo-31.

Configure lolMiner

For the quickest start, it will be enough:

  1. Download archive with the program
  2. Unzip to any convenient place
  3. Change wallet to your own in a file with the extension .bat
файлы программы

Attention! The archive contains two versions of the program. The first is for the Beam coin, the second is for everyone else!

The archive with the program contains ready-made examples for Beam and other coins, a configuration file, as well as instructions in Russian.

Quick Launch Examples

The easiest way to start using lolMiner is to configure the program from the command line. Just open a terminal (Linux) or create / edit a finished .bat file (Windows)

lolMiner.exe --coin (название монеты) --pool (адрес пула) --port (порт пула) --user (кошелек или логин пула) --pass (пароль пула)

How to configure .bat file lolMiner

настройка батника
  1. lolMiner.exe — indicate the name of the program that will be launched
  2. —coin BEAM — the –coin parameter determines which coin to mine. lolMiner will select the internal settings as the desired algorithm.
  3. —pool beam-eu.leafpool.com — after the –pool key, specify the pool address.
  4. —port 3333 —specify the port of the pool. You need to find it on the page with the pool, or use the example of ready-made settings at the end of the article
  5. —user 2d1f865b393afa3ea…d0b21cfe5328b608ca5 — after the –user key, specify the wallet address or login on the pool. The wallet can be opened at any safe and convenient exchange, or put an official wallet from a coin.
  6. .rig0 — put a point and specify the farm identifier. It is only needed to track statistics on the pool.

We examined the simplest configuration to run the program.

Let’s see what we ended up with in a batch file:

Example for Beam coin:

lolMiner.exe --coin BEAM --pool beam-eu.sparkpool.com --port 2222 --user 2d1f865b393afa3ead1e0dd0c0307c0cbcdb8412671c86fbd0b21cfe5328b608ca5.rig1

You can start mining by double-clicking on the .bat file with the desired coin. We start on a farm with Windows and AMD cards and see what the program console writes to us:

консоль майнера
  1. Equihash 150/5 algorithm — the algorithm that we selected when setting up the batch file
  2. Warning: No user profile defined in command line (—profile (profileName> missing) — the program warns that we did not specify a profile through the configuration. But we configured through the .bat file, so the profile settings (config file) can be ignored
  3. Reading pool data from command line — the program prepares information about connecting to the pool, which we specified in the batch file
  4. lolMiner is configured to mine Beam(BEAM), Equihash 150/5 — BeamHash — the miner realized that we want to mine a Beam coin!
  5. Radeon RX 580 Series — Cards for mining cryptocurrency are determined. In our case, it is RX 580
  6. Memory: 8192 MByte (8138 MByte free) — 8138 MB of video memory available
  7. Active: true (Selected kernel: Equihash 150/5 (Beam), 4G memory) — the program chose the core for mining

We wait some time until all devices are detected and see the following:

подключение к пулу
  1. Connecting to pool… — connect to the pool
  2. Connected to beam-eu.sparkpool.com:2222 — successfully connected
  3. New job received: 1 Difficulty 100 — pool sent a job for video cards
  4. GPU 4: Submitting shareю Share accepted (35 ms) — the first ball is accepted (share of work). It must be understood that the miner receives the reward precisely for the sent balls.

After waiting a bit, the console will show us the hashrate and temperatures of all the GPUs.

https://www.youtube.com/watch?v=YMKBpUGRNuM

Other versions miner:

  • lolMiner v0.9.4 – Equihash / Cuckatoo miner
  • lolMiner v0.9.1 – GRIN-AT31 optimization for AMD cards

Recommended Related Articles:

  • OverdriveNTool (GPU Overclocking Software) – Download and Configure
  • ATIFlash / ATI WinFlash (BIOS editor) — Download
  • AMD Blockchain Driver – driver for AMD Radeon GPUs (Download)
  • NoDevFee (NoFee) – How to disable commission in the miner
  • AMD Radeon Vega 56 / Vega 64 Step-by-Step Setup

Read more:

lolMiner v0.9.1 - GRIN-AT31 optimization for AMD cardslolMiner v0.9.4 (Download and Configure) – Equihash & Cuckatoo miner lolMiner 1.11lolMiner v1.11: AMD NVIDIA (Download and Configure for Linux Windows) lolMiner v0.9.1 - GRIN-AT31 optimization for AMD cardslolMiner v0.9.1 – GRIN-AT31 optimization for AMD cards GMiner 2.09: Скачать и Настроить Equihash AMD Nvidia GPUs minerGMiner v2.09 (AMD/Nvidia GPU Equihash miner) Download and Configure GMiner v1.81 - fixed display error of Cortex worker nameGMiner v1.89 – miner Equihash, Beam, Grin (Download and Configure) GMiner v1.52 Equihash/ CuckooCycle (AMD / Nvidia GPUs miner)GMiner v1.52 (AMD/Nvidia): Download for Windows & Linux. GMiner v1.81 - fixed display error of Cortex worker nameGMiner 1.86 (AMD/NVIDIA): Download, Config for BEAM, VDS, BTG, YCASH, AE, SWAP, GRIN CryptoNightBBCGMiner v2.19 [AMD/NVIDIA] Download and Configure for Windows & Linux.
CRYPTO MINING BLOG
Founder & CEO

Previous post

XMRig v5.2.0 (Download and Configure) - CPU/GPU miner RandomX, CryptoNight and Argon2

Next post

BitPay adds support for stablecoins USDC, GUSD and PAX

7 Comments So far

Please Post Your Comments & Reviews
Cancel reply

Your email address will not be published. Required fields are marked *

  • USD
  • EUR
  • GPB
  • AUD
  • JPY
  • bitcoinBitcoin(BTC)
    $107,526.540.18%
  • ethereumEthereum(ETH)
    $2,662.331.02%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.00-0.01%
  • rippleXRP(XRP)
    $2.291.26%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • binancecoinBNB(BNB)
    $683.970.18%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • solanaSolana(SOL)
    $170.560.30%
  • usd-coinUSDC(USDC)
    $1.000.01%

  • TeamRedMiner v0.6.1: Download AMD GPU miner Ethash, MTP, CryptoNight
    26.8k views
  • ATIKMDAG PATCHER v1.4.14: Download AMD/ATI Pixel Clock for Windows
    14.9k views
  • Nvidia Mining Driver v470.05 GeForce RTX 3060 – Unlock Mining Ethereum
    7.2k views
  • OverdriveNTool 0.2.7: Download and Configure AMD GPU Overclocking Software
    5.6k views
  • PolarisBiosEditor 3 PRO: Modify AMD GPU BIOS (Download PBE Crack)
    5.5k views
  • Setting up AMD Radeon VEGA 56/64 for cryptocurrency mining
    5.3k views
  • NiceHash Miner v3.0.0.7: Download NHM for Windows/Linux/MacOS
    5.2k views
  • Nvidia GeForce RTX 3080 Ti: Unlock Mining Hashrate Driver for Windows
    4.7k views
  • SRBPolaris v3.5: Download BIOS Editor AMD GPUs for Windows
    3.9k views
  • NVIDIA NVFlash v5.590.0 (Windows/Linux) – How to flash the BIOS of GPUs NVIDIA?
    2.9k views
  • OhGodAnETHlargementPill: How to increase hashrate in mining on NVIDIA
    2.7k views
  • AMD Blockchain Driver: Radeon Software Crimson ReLive Edition Beta for Blockchain Compute
    2.6k views
  • CPUMINER-OPT v3.8.4: Download Fast CPU Miner for Windows
    2.6k views
  • ATIFlash & AMD VBFlash 2.93: Download BIOS Flashing Tool for AMD GPUs
    2.5k views
  • XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux
    2.2k views
All Rights Reserved. CRYPTO-MINING.BLOG.
  • English
  • Russian