1lann / krist-miner

The second fastest open source CPU Krist miner, written in Go.
MIT License
6 stars 5 forks source link

No compilation instructions #5

Open abc123me opened 5 years ago

abc123me commented 5 years ago

There is no compilation instructions

1lann commented 5 years ago

Build process is the same for any other Go program, the main package is at /cpu-miner. Building for ARM would look like GOOS=linux GOARCH=arm go get && go build with Go installed while cd'd in the /cpu-miner folder.