lolMiner 1.04 (AMD & Nvidia): Download and configure for Windows/Linux

lolMiner 1.0 alpha 1: OpenCL Miner с поддержкой Cuckaroo-30 для Cortex (CTXC)


lolMiner is an Ethash / Equihash / Beam & Grin miner with multiple algorithms, targeting AMD GPUs (based on OpenCL). Note that it will work on most Nvidia GPUs as well, but speed and stability may differ.

Changes 1.04

  • Slightly improved performance (2-5%) on all AMD cards on Beam Hash III, most significant (about 7%) on Navi GPUs;
  • Fixed a bug due to which linux build loaded the 3G solver on 4G GPU in some distributions and drivers, although there was enough space;
  • Some small internal fixes.

Expected performance (Beam Hash III):

  • Radeon VII: 46 sol/s
  • V64: 32 sol/s
  • 5700: 24 sol/s
  • 580: 15 sol/s

Setting up and Starting lolMiner

For the fastest launch, it will be enough:

  1. Download archive with the program
    • GitHub: https://github.com/Lolliedieb/lolMiner-releases/releases
  2. Unzip to any convenient location
  3. Change wallet to your own in a file with the .bat extension

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 set up a batch file

  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.

As a result, we got in the batch file:

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

Start mining

You can start mining by double clicking on the .bat file with the desired coin. Run it 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 & gt missing) – the program warns that we did not set the profile through the configuration. But we configured through the .bat file, therefore 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 are waiting for some time until all devices are detected and we 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 to 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.

Download ready-made .bat files for lolMiner right now:

Read more articles about cryptocurrencies and mining at CRAZY-MINING.ORG

Do you like to read similar articles about cryptocurrencies and mining, do you want to support me as an author or ask questions? Be the first to know the news, subscribe to my telegram channel CRYPTO WIKIES

Recommended Related Articles:

Leave a Reply

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