Skip to content
Home » mnx

mnx

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…

Mining Minex on Ubuntu 18.04 Using EWBF with NVIDIA 1080TI Cards

  • Mining

How To Install and Run EWBF 0.6 for MINEXCOIN on UBUNTU 18.04

login

sudo bash

apt-get update
apt-get dist-upgrade
apt-get install gcc libglu1-mesa libxi-dev libxmu-dev libglu1-mesa-dev screen

lspci | grep -i nvidia

Check to see if all gpus are listed

apt-get install linux-headers-$(uname -r)

mkdir /miner && mkdir /miner/drivers/ && mkdir /miner/drivers/ewbf && mkdir /miner/drivers/intel && mkdir /miner/drivers/nvidia

add-apt-repository ppa:graphics-drivers/ppa

apt-get update

apt-get install nvidia-driver-410

reboot

nvidia-smi

cd /miner/drivers/ewbf

wget

tar xf EWBF*.gz

cd EW*

nano start.sh

#!/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
./miner –algo 96_5 –server stratum.minexpool.eu –port 3333 –user XaaXTPw4UwL8xnkdStHTCCMRXAWB8Ek1er.tacticalware –pass x –templimit 85 –solver 0 –pec 0

Save, Exit, and then

chmod +x start.sh

screen ./start.sh

Now check your miner periodically to see if it is running, inserting your wallet address in place of my wallet   (XaaXTPw4UwL8xnkdStHTCCMRXAWB8Ek1er):

!miner/XaaXTPw4UwL8xnkdStHTCCMRXAWB8Ek1er

And you are done!

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

Thanks for reading!