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.exe
make release
And you will get release archives in release
path.