Skip to content

An easy to use GUI miner for Electroneum. Available for Windows, macOS and Linux

License

Notifications You must be signed in to change notification settings

crypto-guiminers/electroneum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Electroneum GUI Miner

The Electroneum GUI miner is a beautiful, easy to use, interface for mining Electroneum. It is aimed at getting people that have never mined Electroneum into the crypto game by making it really simple to get started.

Screenshot

We currently support two very popular miner backends:

  1. gui-stak
  2. guirig

If you'd like to fork this miner for you own coin, please see the forking section later.

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:donovansolms/stellite-gui-miner.git
cd stellite-gui-miner
make

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

Forking

In the spirit of open source we'll be making it really simple to fork and brand the miner for your own coin. Some structural changes need to be made to simplify the process. Subscribe to issue #3 to follow the progress on this guide.

About

An easy to use GUI miner for Electroneum. Available for Windows, macOS and Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 42.5%
  • CSS 34.8%
  • JavaScript 12.3%
  • HTML 9.6%
  • Makefile 0.4%
  • Shell 0.3%
  • Python 0.1%