Mining $LUX with your computer's GPU is much easier than you might think.
First we will cover how to mine #Lux using an NVIDIA GPU on a Windows 10 computer.
(via the ccminer algorithm)
LUX has all the links you will need on their bitcointalk.org page at this link.
Here is the information I used:
You can copy and paste the text from here but please put in your LUX wallet address.
===========================================================
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
:loop
ccminer -a phi -o stratum+tcp://futurecoins.club:6667 -u YOUR LUX ADDRESS HERE -p c=LUX
=========================================================
If you need help creating a LUX wallet address please see this tutorial.
This should open up your Windows Terminal as shown below:
In this example I am using 64-bit version of Windows 10 with an AMD 580x GPU.
AMD sgminer can be found at this github link:
https://github.com/216k155/sgminer-phi1612-Implemented/releases
Right click on the zipped file and select "Extract All..." to the folder you wish to store the software.
Check github to make sure you have the current password
At the time of this post the archive password was elbandiminer
Right click and select --> "New" --> "Text Document"