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.4 (Download and Configure) – Equihash & Cuckatoo miner

  • CRYPTO MINING BLOG
  • Dec 16, 2019
  • 3 Comments So far
  • DOWNLOAD lolMiner, DOWNLOAD lolMiner, lolMiner, lolMiner, lolMiner v0.9.4, lolMiner v0.9.4
  • Cryptocurrency Miners | Cryptocurrency Mining | Software
lolMiner v0.9.1 - GRIN-AT31 optimization for AMD cards
  • lolMiner v0.9.1 - оптимизация GRIN-AT31 для карт AMD

GitHub: DOWNLOAD lolMiner v0.9.4

lolMiner v0.9.4 — 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

Changes:

0.9.4

  • New GRIN-AT31 Performance Code for Vega (+ 7%) and Navi (+ 12%). Amdgpu-pro 18.50 or later or ROCm 2.10 driver required
  • Experimental support for Cuckatoo-32 (use —coin GRIN-AT32) on 8G AMD cards (see further notes)
  • Windows release delayed due to incompatibility with new performance codes.

Expected Performance (C31, 0.9.4)

Radeon VII (Stock, 19.30): 1.91 g / s Radeon VII (1330/975/775 mV, ROCm 2.10): 1.55 g / s Vega 64 (1550/1100/1000 mV, ROCm 2.10): 1.45 g / s Vega 64 (1350/1025/875 mV, ROCm 2.10): 1.25 g / s Vega 64 (1350/1025/875 mV, 19.30): 1.22 g / s Vega 56 (1270/900/862 mV, 19.30): 1.1 g / s RX 5700 (Power Color Red Dragon, Stock, 19.30): 0.99 g / s

Expected Performance (C32)

Radeon VII (Stock): 0.5 g / s RX 64 (Stock): 0.39 g / s RX 56 (Stock): 0.35 g / s

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
файлы программы lolMiner v0.9.4

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

настройка батника lolMiner v0.9.4
  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:

консоль майнера lolMiner v0.9.4
  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 of the miner:

  • lolMiner v0.9.3 (Download and Configure) – Equihash / Cuckatoo miner
  • lolMiner v0.9.1 – GRIN-AT31 optimization for AMD cards

Recommended Related Articles:

  • GMiner v1.86 (Download and Configure) – miner Equihash, Cuckaroo, Cuckoo.
  • ATIFlash / ATI WinFlash (BIOS editor) – Download
  • OhGodAnETHlargementPill (EthlargementPill) – increased hashrate in mining GPU NVIDIA
  • AMD Radeon Vega 56 / Vega 64 Step-by-Step Setup
  • OverdriveNTool (GPU Overclocking Software) – Download and Configure

Read more:

lolMiner v0.9.1 - GRIN-AT31 optimization for AMD cardslolMiner v0.9.3 (Download and Configure) – AMD & NVIDIA miner Equihash & Cuckatoo 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 v1.81 - fixed display error of Cortex worker nameGMiner v1.89 – miner Equihash, Beam, Grin (Download and Configure) 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 1.86 (AMD/NVIDIA): Download, Config for BEAM, VDS, BTG, YCASH, AE, SWAP, GRIN GMiner v1.52 Equihash/ CuckooCycle (AMD / Nvidia GPUs miner)GMiner v1.52 (AMD/Nvidia): Download for Windows & Linux. Xmrig 2.14.5 (AMD & Nvidia GPU Miner)Xmrig 2.14.5 AMD & Nvidia GPU Miner (Download and Configure)
CRYPTO MINING BLOG
Founder & CEO

Previous post

GMiner 1.86 (AMD/NVIDIA): Download, Config for BEAM, VDS, BTG, YCASH, AE, SWAP, GRIN

Next post

XMRig v5.3.0 - CPU & AMD & Nvidia GPU miner (Download and Configure)

3 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)
    $106,130.20-1.76%
  • ethereumEthereum(ETH)
    $2,637.47-3.38%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.000.04%
  • rippleXRP(XRP)
    $2.20-3.61%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • binancecoinBNB(BNB)
    $672.26-1.85%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • solanaSolana(SOL)
    $164.75-4.64%
  • 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