Bitcoin Forum
July 05, 2024, 01:09:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [MTS] Noobproof VPS Metiscoin Pool Mining All-In-One EZ Setup Script [+Turbo] on: February 01, 2014, 04:35:03 PM
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?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [MTS] Noobproof VPS Metiscoin Pool Mining All-In-One EZ Setup Script [+Turbo] on: January 31, 2014, 11:28:11 PM
I will admin I'm a complete noob at this stuff, especially Linux. I made the modifications to the script to change the username and worker name. When I run the script everything appears to work correctly but I see the following errors if I scroll up a bit:

Code:
jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set


and

Code:
make: *** [jhlib.o] Error 1
cp: cannot stat 'xpt': No such file or directory

When I run the ~/peek command it doesn't really tell me much.

Code:
/root/start-miner: line 11: /usr/local/bin/xpt: No such file or directory

I'm honestly not sure if it's really running or not.  Do you have any suggestions? Any help would be greatly appreciated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!