Post
Topic
Board Announcements (Altcoins)
Re: New CPU miner for Arionum (ARO) written in Go
by
ljglug
on 29/03/2018, 03:55:34 UTC
Hi everyone,

as mentioned a few pages ago I started developing a CPU miner for Arionum (ARO) in Go. Finally I can report that everything is working fine now and my first performance tests were quite promising.
The project is open source under a GNU GPLv3 license and I invite you to check that their is nothing sketchy in the code.

So here we go: https://bitbucket.org/MarcelPeters/aro-cpu-miner/

Features:
  • Configurable worker count
  • No developer fee
  • Pool updates, submits etc. are running in background - no mining interruptions!
  • Runs on every platform that is supported by Go
  • 100% written in Go

Let me know what you think and I'm really looking forward to hear about your hash rates!

Updates:

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