Giter Site home page Giter Site logo

madtechservices / gui-miner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scala-network/gui-miner

0.0 0.0 0.0 5.05 MB

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

Home Page: https://www.stellite.cash/miner

License: BSD 3-Clause "New" or "Revised" License

JavaScript 14.35% Python 0.07% Go 39.56% CSS 6.59% Makefile 0.48% HTML 16.93% Less 22.02%

gui-miner's Introduction

Scala GUI Miner

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

Screenshot

We currently support one very popular miner backend:

  1. xlarig

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/

  • Clone the repository
git clone https://github.com/scala-network/gui-miner gui-miner
cd gui-miner
  • Initialize the go project
go mod init gui-miner
  • Install the required Go packages
go get -u github.com/asticode/go-astilectron@latest
go install github.com/asticode/go-astilectron
go get -u github.com/asticode/go-astilectron-bundler/...
go install github.com/asticode/go-astilectron-bundler/astilectron-bundler
go get -u github.com/asticode/go-astichartjs@latest
go install github.com/asticode/go-astichartjs
go get -u github.com/asticode/go-astilectron-bootstrap@latest
go install github.com/asticode/go-astilectron-bootstrap
go get -u github.com/google/uuid@latest
go install github.com/google/uuid
go get -u github.com/mitchellh/go-ps@latest
go install github.com/mitchellh/go-ps
go get -u github.com/scala-network/gui-miner/src/gui@latest
  • Build the app
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.

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.

gui-miner's People

Contributors

donovansolms avatar teredic avatar hayzamjs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.