It is miner client web server app dedicated to work with minerserver.
It wraps cpuminer and ethminer internally and uses them to mine
cryptocurrencies.
To build release you need to install several dependencies:
go get -u github.com/mattn/go-colorable
go get -u github.com/asticode/go-astilectron
go get -u github.com/asticode/go-astilectron-bundler/...To build release you need to collect cpuminer and ethminer binaries both
for linux and windows in bin path:
ls bin/
cpuminer cpuminer.exe ethminer ethminer.exemake releaseAnd you will get release archives in release path.