Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

An easy to use Lethean GUI miner available for Windows, macOS and Linux

License

Notifications You must be signed in to change notification settings

LetheanMovement/lethean-gui-miner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lethean GUI Miner

The Lethean GUI miner is a beautiful, easy to use, interface for mining Lethean.

The goal of this software is to allow easy mining of Lethean coins, allowing simple and affordable access to the Lethean VPN Network.

Screenshot

We currently support two very popular miner backends:

  1. xmr-stak
  2. xmrig (see also xmrig-nvidia and xmrig-amd)

Compiling

Linux

The miner GUI is built using Electron and Go using the Astilectron app framework.

  • Install Go

https://golang.org/dl/

  • Install required Go packages
go get -u github.com/asticode/go-astilectron
go get -u github.com/asticode/go-astilectron-bundler/...
go get -u github.com/asticode/go-astichartjs
go get -u github.com/asticode/go-astilectron-bootstrap
go get -u github.com/google/uuid
go get -u github.com/mitchellh/go-ps
  • Clone and build the app
git clone git@github.com:LetheanMovement/lethean-gui-miner.git lethean/gui-miner
cd lethean/gui-miner
make

NOTE: Ensure you clone the GUI miner into your working $GOPATH

If all goes well the binaries for Windows, macOS and Linux will be available in the bin folder.

Building is also possible on Windows by executing astilectron-bundler -v from the src folder, assuming $GOPATH is setup correctly.

Credit

The original source for this GUI miner comes from Stellite.

About

An easy to use Lethean GUI miner available for Windows, macOS and Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 46.0%
  • CSS 24.9%
  • HTML 14.9%
  • JavaScript 13.4%
  • Makefile 0.4%
  • Shell 0.3%
  • Python 0.1%