Skip to content
Home » rx 580

rx 580

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…

ERROR Installing AMDGPU-PRO Drivers on Ubuntu 18.04

Easy way to fix the following errors

Installing AMD Drivers on Ubuntu 18.04 has been a pain…until now. To fix the following errors you have to simply do the following

ERRORS:

The following packages have unmet dependencies:

amdgpu-pro : Depends: libvdpau-amdgpu-pro but it is not going to be installed

              Depends: clinfo-amdgpu-pro but it is not going to be installed

amdgpu-pro-dkms : Depends: dkms (>= 1.95) but it is not going to be installed

amdgpu-pro-lib32 : Depends: libdrm-amdgpu-pro-amdgpu1:i386

                    Depends: libgbm1-amdgpu-pro:i386

                    Depends: libgl1-amdgpu-pro-glx:i386

Etc, etc, etc………

To fix it, at the command line, type the following:

sudo dpkg –add-architecture i386

Now try the install again:

sudo ./amdgpu-pro-install -y

AND IT FINALLY WORKS!

Mining LOKI with RX 580 Nitro on Windows 10

  • Crypto

Quick How-To Guide

I was recently approached by a gamer who had built a system over this past holiday season and wanted to get into mining with some of his rig’s spare cycles. We chatted a bit and decided LOKI had the most promise, so here is a quick how-to on what we did for his rig.

Download and install the LOKI Electron wallet from:

https://github.com/loki-project/loki-electron-gui-wallet/releases

Once the wallet is downloaded, install it, create a loki address, and copy your wallet seed. You will need that in case you have to reinstall it somewhere else, some day.

Now for the fun part

Download the latest version of XMRIG from here (this will be your mining software)

https://github.com/xmrig/xmrig/releases

Unzip the file to your desktop. You may have to add some exceptions to your Anti-Virus for it to work, because AV loves to throw all sorts of false positives

Once it is unpacked, open the XMRig Folder

Right click on START.BAT

Select Edit

Delete everything in this file, and replace it with the following:

@echo off 

xmrig.exe -a cn-trtl --donate-level 1 -o loki.miner.rocks:4005 -u WALLET-ADDRESS-HERE -p w=Rig1 -k -o ca.loki.miner.rocks:4005 -u
WALLET-ADDRESS-HERE -p w=Rig1 -k

pause

Save the File, and Exit

Now double click on Start.bat

You will see your machine start mining LOKI