Skip to content
Home » z-enemy

z-enemy

Visit Tacticalware.com for information related to this tag and others. We look forward to assisting in your tech projects with our in-depth knowledgebase…

Headless Mining RVN with Z-Enemy on Ubuntu 18.04

Using NVIDIA 1080 TI Cards, Ubuntu Server 18.04, and Z-Enemy 1.26 to Mine Raven

Here is the quick installation notes on how to mine Raven.  My hashrate has almost doubled over running ccminer, on the same coin and same pool.

Log into the rig

sudo bash

apt-get -y install libcurl3

mkdir /miner && mkdir /miner/drivers && mkdir /miner/drivers/z-enemy
cd /miner/drivers/z-enemy

wget

tar zxvf z-enemy-1.26-cuda100-Linux.tar.gz

nano Raven.sh

Insert the following into the file#

#!/bin/sh

nvidia-smi -pm 1
nvidia-smi -acp 0
nvidia-smi -pl 300
sleep 2
export GPU_FORCE_64BIT_PTR=0
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

./z-enemy -a x16r -o stratum+tcp://ravenminer.com:3636 -u RMzHAFgqgjV5qLkajBjLQ325V7HWBpG3d9 -p d=16 -i 20

CTRL + X to Save and Exit

chmod +x Raven.sh

./Raven.sh

You are now mining! Thanks for reading!

The hardware that I used in this guide:
Gigabyte AORUS GeForce GTX 1080 Ti (QTY 6):
https://amzn.to/2JqvXC8

Motherboard (QTY 1): 
https://amzn.to/2JqGJZ7

CPU (QTY 1): 
https://amzn.to/3qevp2X

Memory (QTY 1): 
https://amzn.to/2JqHn8Z

Hard Drive (QTY 1):  
https://amzn.to/3lic3X5

Risers (QTY 6):  
https://amzn.to/33rIgVE

Power Supplies (QTY 2):
https://amzn.to/3fTRpLR

Add2PSU (QTY 1):
https://amzn.to/39s4URY

Power Switch (QTY 1):  
https://amzn.to/3ljmNVk

Z-Enemy 1.26 on Windows 10 with NVIDIA 1080TI Cards and CUDA 10.0

  • Mining

How to Mine Ravencoin on Windows

Here is the quick and dirty:

Install the latest NVIDIA drivers:
https://www.nvidia.com/content/DriverDownload-March2009/confirmation.php?url=/Windows/417.22/417.22-desktop-win10-64bit-international-whql.exe&lang=us&type=TITAN

Reboot

Download and install Visual Studio Community Edition
https://visualstudio.microsoft.com/downloads/

Install the software

Reboot

Now you will want to Download CUDA 10
https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal

Select Windows > x86_64 > 10 > exe (local)

Download z-enemy 1.26 from here:
https://bitcointalk.org/index.php?topic=3378390.0       

Or direct from this link:
!hOQyzS5T!MNgW0srchmQHSgbpM5D0nKaiABG_6l44i-MYF-iUeEA

Extract the files to your Desktop

Find the mining pool/coin combination that you want to use

Right click on the batch file

Select Edit

Insert your wallet address in place of the currently listed wallet

Save the file and Exit

Double Click on the Batch file, and your miner will begin

Monitor it for a while, and adjust as necessary, then let it run without interference