Post
Topic
Board Announcements (Altcoins)
Re: New CPU miner for Arionum (ARO) written in Go
by
evilbaby
on 30/03/2018, 03:47:00 UTC
l@l-Freedom:~$ cd aro-cpu-miner/ 
l@l-Freedom:~/aro-cpu-miner$ go get && go build
package aro-cpu-miner/config: unrecognized import path "aro-cpu-miner/config" (import path does not begin with hostname)
package aro-cpu-miner/miner: unrecognized import path "aro-cpu-miner/miner" (import path does not begin with hostname)

ubuntu16.04

You have to put it in your GOPATH for compiling. That would be ~/go/src/ on Ubuntu 16.04 by default.
i don know linux, can you give me command for it ?