Skip to content

CRYPTO MINING BLOG

Ваш путеводитель по майнингу криптовалют

Primary Menu
  • КРИПТОВАЛЮТЫ
    • КРИПТО-НОВОСТИ
    • КРИПТОВАЛЮТЫЕ КОШЕЛЬКИ
    • ИНВЕСТИЦИИ
    • ТРЕЙДИНГ
  • МАЙНИНГ
    • МАЙНЕРЫ КРИПТОВАЛЮТ
    • МАЙНИНГ НА ANTMINER (ASIC)
    • МАЙНИНГ НА ВИДЕОКАРТАХ (GPU)
      • МАЙНИНГ НА AMD
      • МАЙНИНГ НА NVIDIA
    • МАЙНИНГ НА ЦП (CPU)
    • МАЙНИНГ НА FPGA
  • СОФТ (ПО)
    • КРИПТОВАЛЮТНЫЕ КОШЕЛЬКИ
    • МАЙНЕРЫ КРИПТОВАЛЮТ
    • ИНСТРУМЕНТЫ И УТИЛИТЫ
    • ТОРГОВЫЕ БОТЫ
    • МОДИФИКАЦИЯ GPU
    • ДРАЙВЕРА
    • ПО ДЛЯ ASIC (ANTMINER)
    • НОВЫЕ РЕЛИЗЫ
  • ОБЗОРЫ
  • ИНСТРУКЦИИ
  • НОВОСТИ

Z-ENEMY v2.6.2 (DevFee 1%): NVIDIA GPU CUDA miner for Windows

  • CRYPTO MINING BLOG
  • Июл 2, 2020
  • No Comments
  • Download Z-Enemy, Z-ENEMY, Z-ENEMY v2.6.2
  • Майнеры Криптовалют | Майнинг криптовалют | Новые релизы | Программы
Z-ENEMY v2.5: Download Nvidia GPU Miner With Support for the KAWPOW
  • Z-ENEMY v2.5: Download Nvidia GPU Miner With Support for the KAWPOW

GitHub: DOWNLOAD Z-ENEMY v2.6.2

Z-ENEMY v2.6.2 — это программное обеспечение с закрытым исходным кодом, доступное только в виде бинарной версии, поддерживающее только Nvidia, а также встроенное вознаграждение разработчика в 1% для поддержки дальнейшей разработки программного обеспечения (Dev Fee 1%).

Последняя версия Z-ENEMY 2.6.2 доступна для Nvidia CUDA 9.1, 9.2, 10.0 и 10.1 для 64-битных версий Windows и Linux. Убедитесь, что у вас установлена ​​соответствующая последняя версия видеодрайвера для той версии CUDA, которую вы хотите использовать — 388+ для 9.1, 397+ для 9.2 и 411 или новее для CUDA 10.0 или последние версии для CUDA 10.1.

Kawpow (RavenCoin):

  • Fixed compatibility with Nicehash, Miningpoolhub and some other pools («epoch initialization failed» error).
  • Fixed crash while trying to load json config files in Ubuntu 16 based distributions (HiveOS 4)
  • Temporarily disabled environment variables in json config files in Ubuntu 16 based distributions (HiveOS 4)

First time or troubleshooting kawpow:

  • First time users — all ver. 2.02+ works on Cuda 9.x &Cuda 10.x and it is recommended to make sure you’ve updated your NVIDIA drivers. You can find drivers here: http://www.nvidia.com/Download/index.aspx ver., min ver.398+++
  • Next important thing is intensity. We recommend intensity for start -19 or 20,(21 for 20×0) at first.
  • kawpow algo using +cc&+mem , but use no OC at first until you verify stability…

Обратите внимание, программы-майнеры часто помечаются как вредоносные программы антивирусными программами. Это не так, они помечены просто потому, что они являются майнерами криптовалюты. Если вы не доверяете программному обеспечению, не используйте его!

Zealot/Enemy HTTP JSON API Reference

Starting with version 2.0 and above, the miner comes with built-in HTTP JSON API server and web control panel. When the miner is started, the server is automatically started, accessible with your browser at http://127.0.0.1:4067 (or http://localhost:4067 if you wish). You can specify any external IP address using —api-bind-http=addr:port If you want to disable it use —api-bind-http=0

There are also few API methods returning json-formatted data available.

  1. Shares history: http://localhost:4067/history
  2. Current pool info: http://localhost:4067/poolinfo
  3. GPU hardware info: http://localhost:4067/hwinfo
  4. Summary (optionally includes gpu info and pool info): http://localhost:4067/summary?poolinfo=1 (summary with current pool info) http://localhost:4067/summary?gpuinfo=1 ( summary with gpu info) http://localhost:4067/summary (short summary, no pool or gpu info)
  5. Remote quit (or restart, if you start the miner in the loop): http://localhost:4067/quit

More detailed information about these methods (everything below are GET methods only)

HISTORY (http://localhost:4067/history) — outputs the array of the last 100 shares submitted.

Output example:

[{«id»:1, «gpu_id»:0, «height»:716954, «hashrate»:35269128.19, «ping»:793, «difficulty»:152577.397563, «ts»:1558426499}, { … }, … { … }]

Where:

"id":1, 			- share number
"gpu_id":0,			- GPU ID (the one which found the nonce)
"height":716954,		- block number
"hashrate":35269128.19, 	- GPU's speed in hashes per second
"ping":793,			- pool response time (ping) in milliseconds
"difficulty":152577.397563, 	- network difficulty
"ts":1558426499,		- time, the number of seconds since 1 January 1970 (UNIX timestamp)

POOLINFO (http://localhost:4067/poolinfo) — outputs the data about the current pool session.

Output example:

{«url»: «stratum+tcp://pool.minermore.com:4403», «user»: «RFAV6gtcwFDfTQkumUgkQ9YBvLW56M8», «solved_count»: 0, «accepted_count»:513, «rejected_count»:1, «job_height»:716981, «best_share_diff»:180.015057, «ping»:233, «retries»:0, «last_share»:2}

Where:

"url": "stratum+tcp://rvn.antpool.com:9003"	- information about the pool where the miner is connected
"user": "RFAV6gtcwFDfTQkumUgkQ9YBvLW56M8",	- the address of your vallet/username
"solved_count": 0,				- the number of blocks found by the miner
"accepted_count":513,				- number of shares accepted by the pool
"rejected_count":1,				- the number of shares rejected by the pool
"best_share_diff":180.015057			- best share difficulty you have found so far
"ping":233,					- current ping in milliseconds
"retries":0,					- the number of connection attempts in case of loss of connection
"last_share":2					- time in seconds after the last share

HWINFO (http://localhost:4067/hwinfo) — outputs the array with detailed information about the GPUs

Output example:

[{«dev_id»:1, «bus_id»:5, «name»:»MSI GTX 1080 Ti», «vendor»:»MSI», «shader_model»:610, «memory_size»:11264, «intensity»:21, «temperature»:63, «fan_speed»:95, «gpu_clock»:1657500, «memory_clock»:5505000, «power»:226493, «hashrate»:30632261}, { … }, … { … }]

Where

"dev_id":1,			- GPU number # in the system
"name":"MSI GTX 1080 Ti",	- the name of the GPU model
"vendor":"MSI",			- the manufacturer of the video card
"shader_model":610,		- unified shader model (6.1)
"memory_size":11264,		- memory size, in megabytes
"intensity":21,			- current intensity, set by user
"temperature":63		- current GPU temperature (Celsius degree)
"fan_speed":95,			- current speed of the cooling fans, in percent
"gpu_clock":1657500,		- current GPU clock
"memory_clock":5505000,		- curent device memory clock
"power":226493,			- current GPU # energy consumption in milliwatts	
"hashrate":30632261		- current GPU # speed in hashes per second

SUMMARY — http://localhost:4067/summary?poolinfo=1&gpuinfo=1 full and detailed information from the current process of mining In addition to the information described above, there are also (Example and explanations):

Output example:

{"name":"zealot", "version":"enemy-2.0", "api":"1.0", "algorithm": "x16r", "gpu_count":5, "hashrate": 66369273, "active_pool": { ... }. "gpuinfo": [{ ... }]}

WHERE

"name": "zealot",		- miner name
"version": "enemy-2.0",		- miner version
"api": "1.0",			- HTTP API version
"algorithm": "x16r",		- currnet mining algo	
"gpu_count": 5,			- total number of used GPUs
"hashrate": 66369273,		- average hashrate for all GPUs
"active_pool": { ... }          - same as POOLINFO, see above (only included if poolinfo=1)
"gpus": [{ ... }]               - same as HWINFO, see above (only included if gpuinfo=1)

If you don’t want to have gpu info or pool info included, don’t set poolinfo and/or gpuinfo to 1 when calling

QUIT — http://localhost:4067/quit

Allows to remotely quit/restart the miner if command line —api-remote option was specified.

Рекомендуемые новые статьи:

  • TeamRedMiner v0.7.6.4 NIMIQ ALPHA RELEASE 4 [DOWNLOAD for WINDOWS & LINUX]
  • XLArig v5.1.0: high performance Scala (XLA) CPU miner
  • WildRig Multi v0.25.1 beta — Скачать и Настроить AMD GPU miner для Windows & Linux
  • NiceHash Miner v3.0.2.0: Скачать и Настроить для Windows\Linux x64 bit
  • Nanominer v1.9.5: Скачать майнер AMD Nvidia GPU для [Windows/Linux]
  • SRBMiner-MULTI v0.4.5: Скачать с поддержкой майнинга Epic Cash (EPIC)

Read more:

Z-ENEMY v2.5: Download Nvidia GPU Miner With Support for the KAWPOWZ-ENEMY v2.5: Download Nvidia GPU Miner With Support for the KAWPOW T-REX NVIDIA Miner 0.13.0: Скачать и Настроить T-REX NVIDIA Miner 0.13.0: Скачать и Настроить GMiner 2.09: Скачать и Настроить Equihash AMD Nvidia GPUs minerGMINER v2.11: BeamHashIII (NVIDIA): Cuckatoo32 (+5-8%, DevFee 2%) Скачать T-Rex 0.12.1 (Nvidia GPU Miner)T-Rex Miner v0.12.1 (Nvidia GPU): Скачать для Windows & Linux. Скачать WildRig Multi 0.19.0 (AMD GPU miner)WildRig Multi v0.19.0 (AMD GPU Miner): Download for Windows/Linux. XMRig v5.3.0XMRig v6.2.2: CPU/GPU miner RandomX, KawPow, CryptoNight, AstroBWT and Argon2 Kawpowminer v1.2.3: kawpow miner with OpenCL, CUDA and stratum supportKawpowMiner v1.2.3: kawpow miner with OpenCL, CUDA and stratum support XMRig v5.3.0XMRig v5.3.0 — CPU & AMD & NVIDIA GPU miner (Скачать и Настроить)
CRYPTO MINING BLOG
Founder & CEO

Previous post

TeamRedMiner v0.7.6.4 NIMIQ ALPHA RELEASE 4 [DOWNLOAD for WINDOWS & LINUX]

Next post

XMRig v6.2.2: CPU/GPU miner RandomX, KawPow, CryptoNight, AstroBWT and Argon2

No Comments

Please Post Your Comments & Reviews
Отменить ответ

Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • USD
  • EUR
  • GBP
  • AUD
  • JPY
  • bitcoinBitcoin(BTC)
    $125,462.722.34%
  • ethereumEthereum(ETH)
    $4,722.815.00%
  • rippleXRP(XRP)
    $3.032.01%
  • binancecoinBNB(BNB)
    $1,223.735.79%
  • tetherTether(USDT)
    $1.000.01%
  • solanaSolana(SOL)
    $235.643.38%
  • usd-coinUSDC(USDC)
    $1.00-0.03%
  • staked-etherLido Staked Ether(STETH)
    $4,712.744.90%
  • dogecoinDogecoin(DOGE)
    $0.2690986.94%
  • cardanoCardano(ADA)
    $0.885.36%

  • TeamRedMiner v0.6.1 (AMD GPU Miner Monero XMR)
    26.8k views
  • ATIKMDAG PATCHER 1.4.14: Скачать AMD ATI Pixel Clock Tool для Windows
    14.9k views
  • Nvidia Mining Driver v470.05 RTX 3060: Скачать драйвера для майнинга Ethereum
    7.2k views
  • OverdriveNTool: как разогнать AMD GPU (пошаговая инструкция)
    5.6k views
  • PolarisBiosEditor 3 PRO (Repack): Скачать редактор настроек биос видеокарт AMD
    5.5k views
  • Настройка AMD Radeon VEGA 56/64 для майнинга
    5.3k views
  • NiceHash Miner v3.0.0.7: Download NHM for Windows 7/10 (x32/x64-bit)
    5.2k views
  • Nvidia GeForce RTX 3080 Ti: Скачать драйвер разблокировки хэшрейта для майнинга
    4.7k views
  • SRBPolaris v3.5: Скачать BIOS Editor AMD GPUs для Windows
    3.9k views
  • NVIDIA NVFlash v5.590.0 (Windows/Linux): Как прошить BIOS видеокарты?
    3k views
  • OhGodAnETHlargementPill: Как увеличить хешрейт майнинга ETH на NVIDIA
    2.7k views
  • AMD Blockchain Driver Radeon Software Crimson ReLive Edition Beta for Blockchain Compute
    2.6k views
  • ATIFlash & AMD VBFlash v2.93: Скачать утилиту прошивки BIOS для AMD
    2.6k views
  • CPUMINER-OPT v3.8.4: Скачать быстрый CPU майнер для Windows
    2.6k views
  • XMRig v5.6.0: Скачать CPU/GPU майнер для Windows & Linux.
    2.2k views
All Rights Reserved. CRYPTO-MINING.BLOG.
  • Русский
  • Английский