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

Download Bminer v15.7.5 for Windows (NVIDIA & AMD GPUs miner)

  • CRYPTO MINING BLOG
  • Nov 26, 2019
  • 5 Comments So far
  • Bminer, Bminer, Download Bminer, Download Bminer
  • Cryptocurrency Miners | Cryptocurrency Mining | Software
Bminer v15.7.5
  • Bminer 15.4.0: Download With Improved Performance for Cuckaroo29 / Aeternity

GitHub: Download Bminer v15.7.5

Bminer v15.7.5 NVIDIA & AMD GPUs (Download and Configure)

Bminer v15.7.5 (NVIDIA & AMD GPUs) is one of the most productive and optimized miners (mining programs – cryptocurrency mining). Dev-Free is 2%, there is also the option to disable the commission. The program is designed to work on modern NVIDIA GPUs (Maxwell and Pascal), but AMD GPUs are also supported. Bminer uses various optimization methods, including pipelining, to unleash the full potential of the equipment.

Mining: Grin coin, BitcoinGold, BitcoinZ and other coins

Dev-Fee is 2%, there is also the possibility of turning off the commission.

Supports Algorithms:

  • cuckARoo29
  • cuckatoo31+
  • CuckooCycle
  • Equihash-144-5
  • Ethash
  • Equihash-150-5
  • Equihash

Customization Bminer

In order to mine cryptocurrency using this miner, you need to configure bat files (files ending in “.bat”) with the coins that you are going to mine.

Fast start

  1. Download Bminer
  2. Unzip the archive to any convenient place
  3. Create bat files or edit existing ones

Let’s go straight to setting up the program

The extraction of any coins occurs through a batch script file that has the permission “.bat”. It is edited by any text editor.

You can create a .bat file yourself. To do this, right-click anywhere on the PC (desktop, folder with files, etc.), then select “text document” and “change the resolution of this file” from “.txt” to “.bat”. Then you can right-click on it, click “change” and enter the necessary commands.

As an example, let’s show a correctly configured batch file – one of our ready-made, correctly configured files.

Example of setting up a batch file for Grin

  1. bminer.exe – the name of the program – leave it as it is. It serves as a directive for a batch file, indicating that bminer should run
  2. cuckaroo29 – mined coin algorithm
  3. rgz – enter the pool login
  4. rgz1 – put a period and write the identifier of the farm (any)
  5. foo – write the pool password, if it is not there – leave this
  6. grin29.f2pool.com – specify the address of the pool
  7. 13654 – pool port. Indicated by a colon
  8. pause – a pause means that the miner will not close in case of any error, but will display information about it

On this basic setup for Grin can be completed. By double-clicking on the file Grin coin-f2pool.bat from the folder with the miner, you will begin the process of mining this cryptocurrency.

Launching the program and information in the console

When launched, the program console opens. Let’s see what information it displays to us.

  1. Accepted share the pool on which we mine cryptocurrency took the first ball (share of work). It is important to know that the miner receives the reward precisely for the sent balls, and not for the hashrate or anything else.
  2. [GPU 0] Speed: 5.92 G/s Temp: 45C Fan: 90% Power: 177W 0.03 G/3 Speed – hash rate. An indirect indicator of our future profit. These data can be entered into any mining profitability calculator and calculate your future income. Next, we are shown the temperature – 45 degrees
  3. Rejected share #0 (Unknown) the pool did not accept one ball and it will not be paid. There are many reasons for not accepting the ball, for example, an unstable Internet connection or weak ping to the pool. It can also be overclocking cards, imperfection of some programs, etc.
  4. Total 11.46 G/s Accepted shares 165 Rejected shares 6  total information about the hashing power of the entire farm, the number of received and not accepted ball
  5. Received new job 4276336 the pool sends a new job for video cards

How to disable commission

To disable commission, add -nofee at the end of the miner settings line.

Example:

bminer.exe -uri cuckaroo29://rgz.rgz1:foo@grin29.f2pool.com:13654 -nofee

Please pay attention to the bat file syntax. Observe spaces and hyphens where necessary as shown in the example. Otherwise, the program will not start.

Do not remove spaces or punctuation marks when modifying a file, as this will damage the file.

How is commission disconnected and is it worth it to disconnect?

The -nofee command line switch disables the miner’s commission, but at the same time some program optimization parameters are automatically unavailable.

The developer implemented this so that it was not profitable for miners to disable the commission.

The test showed that if you disable the commission, the landing performance will be -4.5%. This is due to the fact that, along with the commission, some program optimization functions are automatically turned off. Therefore, we recommend that you leave the commission on, as in the end, you will still get 2% more coins than with the commission off.

Bminer Advanced Settings

If you have successfully configured and launched the miner, you can proceed to the advanced settings of bminer.

  • The -devices “value” switch indicates the slots of the cards used. This will be useful when cards from different manufacturers are installed in the system, and you want to use AMD cards for Ethereum mining, and Nvidia cards for ZCash mining. Do not enter this parameter to use all available cards to run through bminer.
  • -gpucheck 90 indicates the delay in starting mining in seconds. It is useful when your system boots up for a long time and, for example, Msi Afterburenr does not manage to start up and enable management of the card cooling system.
  • -watchdog. This miner has a built-in software watchdog timer that can determine what condition your video cards are in. In the event of any failure, the watchdog will automatically restart the miner.
  • -dual-intensity int 0 Indicates the rate of coin mining in dual mode. Valid values are from 0 to 300. The default value is 0, which means mining one coin.

Solution of problems

Miner died! It will be restarted soon

The error means that you most likely need to increase the virtual memory in Windows to at least 7 GB (or better to 7.5 GB) x (Number of cards), so a 2-card farm will require at least 14 GB.

If this does not help, then some may need to completely reinstall the Windows 10 Home system, as well as the drivers.

CUDA error DRIVER: ‘999’ in func

Most likely there is not enough power supply for the selected algorithm.

There may be two solutions:

  1. Lower power consumption through Msi Afterburner
  2. Replace power supply

Also, if the “dropped out” card is always the same, then you should double-check all the contacts, risers, connectors and cables.

The program cannot be started because msvcp140.dll is missing

Need to download Visual C ++ library from Microsoft – https://support.microsoft.com/ru-ru/help/2977003/the-latest-supported-visual-c-downloads

Read more:

GMiner v1.81 - fixed display error of Cortex worker nameGMiner v1.95 (AMD/Nvidia): Download and Configure for Windows & Linux. GMiner 2.01 available for Download for Windows (GPU miner for AMD & Nvidia)GMiner v2.01 (AMD/Nvidia): Download for Windows & Linux. Bminer v15.7.5Download Bminer v15.7.6 (NVIDIA & AMD GPUs) GMiner 1.99 (AMD/Nvidia GPUs miner): Скачать и Настроить для WindowsGMiner 1.99 (AMD/Nvidia): Download and Configure for Windows & Linux. GMiner v1.52 Equihash/ CuckooCycle (AMD / Nvidia GPUs miner)GMiner v1.52 (AMD/Nvidia): Download for Windows & Linux. XMRig 5.3.0 (CPU GPU OpenCL CUDA miner) Download and ConfigureXMRig v5.3.0 – CPU & AMD & Nvidia GPU miner (Download and Configure) SRBMiner-MULTI 0.2.0 - miner for CPU and GPUs AMD / Nvidia (Download and Configure)SRBMiner-Multi 0.2.0 CPU/GPU: Download RandomX, autolykos2, Cryptonight Miner GMiner 2.09: Скачать и Настроить Equihash AMD Nvidia GPUs minerGMiner v2.09 (AMD/Nvidia GPU Equihash miner) Download and Configure Bminer 15.4.0: Download With Improved Performance for Cuckaroo29 / AeternityBminer 15.4.0: Download With Improved Performance for Cuckaroo29 / Aeternity T-REX NVIDIA Miner 0.13.0: Скачать и НастроитьT-Rex 0.13.0: Nvidia GPU Miner [Download for Windows]
CRYPTO MINING BLOG
Founder & CEO

Previous post

Download Bminer v15.7.6 (NVIDIA & AMD GPUs)

Next post

Download WildRig Multi 0.18.0 (AMD GPU miner)

5 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)
    $105,153.500.60%
  • ethereumEthereum(ETH)
    $2,542.890.33%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.000.01%
  • rippleXRP(XRP)
    $2.18-0.77%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • binancecoinBNB(BNB)
    $657.650.03%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • solanaSolana(SOL)
    $156.220.03%
  • usd-coinUSDC(USDC)
    $1.00-0.03%

  • 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