Post
Topic
Board Mining (Altcoins)
Re: [MTS] Noobproof VPS Metiscoin Pool Mining All-In-One EZ Setup Script [+Turbo]
by
ColdFusionWi
on 01/02/2014, 16:35:03 UTC
The problem is with this line:

Code:
CFLAGS="-march=native -mtune=native" make

Remove the -march=native part to make it

Code:
CFLAGS="-mtune=native" make

and you're golden. Worked for me anyway. Good luck!

That worked! Thanks a ton. Now, do you mind sharing what command I'd run to see the results of my mining, for example to see what my current kHash/s is?