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

Nanominer v1.9.5: Download crypto-miner AMD Nvidia GPU для [Windows/Linux]

  • CRYPTO MINING BLOG
  • Jun 13, 2020
  • 6 Comments So far
  • Download nanominer, nanominer, Nanominer v1.9.5
  • Cryptocurrency Miners | Cryptocurrency Mining | Software
Nanominer v1.9.5
  • Nanominer v1.9.5

GitHub: Download nanominer v1.9.5

What’s New in v1.9.5?

  • Fixed 4GB Ethash DAG for AMD GPUs. Extends the life of cards by 4 GB on Ethereum and Ethereum Classic.
  • Use the epoch configuration option to compare the performance of the nanominer with a specific Ethash DAG era.
  • An example of testing a nanominer for the era of 800 (DAG size 7423 MB):
[ethash]
wallet=0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5
epoch=800

Nanominer is a universal cryptocurrency mining tool based on the Ethash, Ubqhash, Cuckoo Cycle (Сortex coin), RandomX (Monero), KawPow (Ravencoin) and RandomHash (PascalCoin) algorithms. The latest version of nanominer was created to work with all cryptocurrencies based on these algorithms, including Ethereum, Ethereum Classic, QuarkChain, Ubiq, Monero, Pascal, Cortex, Ravencoin and many others.

  • This version of nanominer runs on Windows or Linux with AMD or Nvidia graphics cards (with the exception of the RandomX and RandomHash2 algorithms, which are only supported on the processor). The Cuckaroo30 algorithm is only supported on 16GB AMD Radeon RX 570 GPUs. The Ravencoin KawPow algorithm is only supported on AMD GPUs, and Nvidia support will follow.
  • To work with Nvidia GPUs, the nanomancer needs an Nvidia driver 410.48 or later on Linux or 411.31 or later on Windows.
  • To start Ethereum mining using nanominer, just enter your wallet into the configuration file.
  • Testing with nanominer demonstrated high performance when working with Ethereum, Ethereum Classic, QuarkChain, Ubiq, Monero, Pascal, Cortex and other currencies. As a result of the study, it was found that nanominer works on a par with, and sometimes better. Regardless, nanominer stands out for its high stability and easy setup.

Dev fee

Payment for using nanominer is carried out in the form of a commission from mining to its wallets once in 2 hours of work. Commission:

  • 1% of the total mining time for Ethash and Ubqhash algorithms (72 seconds in 2 hours);
  • 2% for KawPow on the GPU (144 seconds in 2 hours);
  • 2% for RandomX on the processor (144 seconds in 2 hours);
  • 5% for RandomHash2 on the processor (180 seconds every hour).
  • 5% for the Cuckaroo30 algorithm (360 seconds in 2 hours);

Customize Nanominer

When launched, nanominer reads the installation file config.ini from the current directory of the program. To assign a specific name to a configuration file, it must be written as the first argument on the command line. For instance:

nanominer.exe config_etc.ini

When launched with the -d command-line option (for example, nanominer.exe -d), the miner displays a list of detected devices, including their PCI addresses and memory size. To use this feature on Windows, the program must be launched from the command line (cmd).

nanominer does not require specifying pools in the configuration file. If a pool (or list of pools) is not specified, nanominer will automatically use pools on nanopool.org that correspond to the selected cryptocurrency (with the exception of coins not specified in Nanopool). QuarkChain public full nodes (fullnode.quarkchain.io and fullnode2.quarkchain.io), which are supported by QuarkChain developers, are used by default for QuarkChain.

When nanominer starts up, it displays basic information about the work in the console log, including the current version of the program, the name of the installation, the number and type of installed video cards, and the current settings of the program.

  1. Reporting bugs and technical support
  2. Dev fee
  3. Setup
  4. Log Files
  5. Remote Monitoring
  6. Automatic Restart Function
  7. Parameters
  8. Configuration File
  9. Launching from command line
  10. Examples of Configuration Files

Examples of Configuration Files

Example of a configuration file for Ethereum and Pascal:

[Ethash]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
rigName = rig1
email = someemail@org
pool1 = eth-eu1.nanopool.org:9999
pool2 = eth-eu2.nanopool.org:9999
pool3 = eth-us-east1.nanopool.org:9999
pool4 = eth-us-west1.nanopool.org:9999
pool5 = eth-asia1.nanopool.org:9999
pool6 = eth-jp1.nanopool.org:9999
pool7 = eth-au1.nanopool.org:9999
[RandomHash2]
wallet = 123456-77
paymentId = ffffffffffffffff
rigName = rig1
email = someemail@org
pool1 = pasc-eu1.nanopool.org:15556
pool2 = pasc-eu2.nanopool.org:15556
pool3 = pasc-us-east1.nanopool.org:15556
pool4 = pasc-us-west1.nanopool.org:15556
pool5 = pasc-asia1.nanopool.org:15556

Example of a configuration file for Ethereum:

[Ethash]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
rigName = rig1
email = someemail@org
pool1 = eth-eu1.nanopool.org:9999
pool2 = eth-eu2.nanopool.org:9999
pool3 = eth-us-east1.nanopool.org:9999
pool4 = eth-us-west1.nanopool.org:9999
pool5 = eth-asia1.nanopool.org:9999
pool6 = eth-jp1.nanopool.org:9999
pool7 = eth-au1.nanopool.org:9999

Example of an equivalent file for Ethereum:

[Ethash]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
rigName = rig1
email = someemail@org

Example of a minimum file for Ethereum:

[Ethash]
wallet=0xffffffffffffffffffffffffffffffffffffffff

Example of a configuration file for Ethereum Classic:

[Ethash]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
coin=Etc
rigName = rig1
email = someemail@org
pool1 = etc-eu1.nanopool.org:19999
pool2 = etc-eu2.nanopool.org:19999
pool3 = etc-us-east1.nanopool.org:19999
pool4 = etc-us-west1.nanopool.org:19999
pool5 = etc-asia1.nanopool.org:19999
pool6 = etc-jp1.nanopool.org:19999
pool7 = etc-au1.nanopool.org:19999

Example of an equivalent file for Ethereum Classic:

[Ethash]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
coin=Etc
rigName = rig1
email = someemail@org

Example of a minimum file for Ethereum Classic:

[Ethash]
wallet=0xffffffffffffffffffffffffffffffffffffffff
coin=Etc

Example of a complete configuration file for solo QuarkChain mining:

[Ethash]
wallet=0xffffffffffffffffffffffffffffffffffffffff
shardId=0x30001
farmRecheck=200
coin=Qkc
pool1=localhost:38391
protocol=getwork

Example of a minimum file for solo QuarkChain mining:

[Ethash]
wallet=0xffffffffffffffffffffffffffffffffffffffff
coin=Qkc
pool1=localhost:38391
shardId=0x50001

Example of a file for solo QuarkChain mining on root shard:

[Ethash]
wallet=0xffffffffffffffffffffffffffffffffffffffff
coin=Qkc
pool1=localhost:38391
shardId=null

Example of a minimum file for QuarkChain mining using public nodes:

[Ethash]
wallet=0xffffffffffffffffffffffffffffffffffffffff
coin=Qkc
shardId=0x30001

Example of a configuration file for Ubiq:

[Ubqhash]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
coin=Ubq
rigName = rig1
email = someemail@org
pool1 = us.ubiqpool.io:8008
pool2 = eu.ubiqpool.io:8008

Example of a minimum file for Ubiq:

coin=UBQ
wallet=0xffffffffffffffffffffffffffffffffffffffff

Example of a complete file for Monero:

[RandomX]
wallet = fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
rigName = rig1
email = someemail@org
pool1 = xmr-eu1.nanopool.org:14433
pool2 = xmr-eu2.nanopool.org:14433
pool3 = xmr-us-east1.nanopool.org:14433
pool4 = xmr-us-west1.nanopool.org:14433
pool5 = xmr-asia1.nanopool.org:14433

Example of an equivalent file for Monero:

[RandomX]
wallet = fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
rigName = rig1
email = someemail@org

Example of a minimum file for Monero:

[RandomX]
wallet = fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

Example of a complete file for Cortex:

[Cuckaroo30]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
rigName = rig1
pool1=eu.frostypool.com:8008
pool2=us.frostypool.com:8008
pool3=asia.frostypool.com:8008
sortPools=true

Example of a complete file for Pascal:

[RandomHash2]
wallet = 123456-77
paymentId = ffffffffffffffff
rigName = rig1
email = someemail@org
pool1 = pasc-eu1.nanopool.org:15556
pool2 = pasc-eu2.nanopool.org:15556
pool3 = pasc-us-east1.nanopool.org:15556
pool4 = pasc-us-west1.nanopool.org:15556
pool5 = pasc-asia1.nanopool.org:15556

Example of an equivalent file for Pascal:

[RandomHash2]
wallet = 123456-77
paymentId = ffffffffffffffff
rigName = rig1
email = someemail@org

Example of a minimum file for Pascal:

[RandomHash2]
wallet = 123456-77

Для майнинга Pascal в сольном режиме, пожалуйста, предоставьте ip и порт программного обеспечения Pascal full node Wallet. Номер кошелька в конфиге не имеет значения в таком случае. Полезной нагрузкой блока будет «Miner Name», установленное в кошельке полного узла Pascal, за которым следует версия nanominer. Пример файла для индивидуального майнинга Pascal с использованием программного обеспечения локального кошелька:

wallet = 0
pool1 = 127.0.0.1:4009

Example of a configuration file for Ravencoin:

[Kawpow]
wallet = Rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
coin=Rvn
rigName = rig1
email = someemail@org
pool1 = rvn-eu1.nanopool.org:12433
pool2 = rvn-eu2.nanopool.org:12433
pool3 = rvn-us-east1.nanopool.org:12433
pool4 = rvn-us-west1.nanopool.org:12433
pool5 = rvn-asia1.nanopool.org:12433
pool6 = rvn-jp1.nanopool.org:12433
pool7 = rvn-au1.nanopool.org:12433

Example of a minimum file for Ravencoin:

wallet=Rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

Example of configuration file for mining Ethereum, Cortex, Ubiq and Pascal on same 8 GPUs rig using separate devices:

rigName = rig1
[Ethash]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
devices = 0,1
[Cuckaroo30]
wallet = 0xffffffffffffffffffffffffffffffffffffffff
devices = 5
pool1=eu.frostypool.com:8008
[Ubqhash]
wallet = 0x1111111111111111111111111111111111111111
pool1 = eu.ubiqpool.io:8008
devices = 2,3,4,6,7
[RandomHash2]
wallet=123456-77

Recommended New Articles:

  • SRBMiner-MULTI v0.4.5: Download with support for mining Epic Cash (EPIC)
  • NVCleanstall v1.6.0 &; Tool for custom installation of Nvidia drivers
  • BitPay Desktop Wallet v10.0.3: Download BTC wallet for Windows
  • GPU-Z v2.32.0 (Download for Windows) Utility for monitoring and diagnosing video cards
  • NVIDIA NVFlash v5.590.0 (Windows / Linux) & How to flash the NVIDIA graphics card BIOS?

Read more:

Nanominer v1.9.5Nanominer v1.9.6: Download GPU/CPU miner Ethash, RandomX, KawPow, Ubqhash nanominer v1.8.2 (Nvidia/AMD): Download for Windows & Linux. Download nanominer v1.5.1 (Nvidia & AMD miner)Download nanominer v1.5.1 (Nvidia & AMD miner) Новый NANOMINER v1.9.1 с поддержкой майнинга KAWPOW (Ravencoin RVN)NANOMINER v1.9.1: Download with mining support KAWPOW (Ravencoin RVN) GMiner v1.81 - fixed display error of Cortex worker nameGMiner v1.95 (AMD/Nvidia): Download and Configure for Windows & Linux. lolMiner 1.11lolMiner v1.11: AMD NVIDIA (Download and Configure for Linux Windows) XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux NBMiner v27.7: Nvidia & AMD GPU Miner (Download for Windows)NBMiner v27.7 (Nvidia/AMD): Download and Configure for Windows & Linux.
CRYPTO MINING BLOG
Founder & CEO

Previous post

SRBMiner-MULTI v0.4.5: Download with support for mine Epic Cash (EPIC)

Next post

NiceHash Miner v3.0.2.0: Download and Configure for WindowsLinux x64 bit

6 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,967.18-1.85%
  • ethereumEthereum(ETH)
    $2,629.55-3.06%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.000.02%
  • rippleXRP(XRP)
    $2.24-2.32%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • binancecoinBNB(BNB)
    $675.47-2.07%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • solanaSolana(SOL)
    $166.59-3.77%
  • usd-coinUSDC(USDC)
    $1.000.02%

  • 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