Bitcoin Forum
April 16, 2024, 12:23:12 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Digital Ocean Riecoin Ypool Pool Mining Guide! CPU only! [RIC]  (Read 7731 times)
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
February 26, 2014, 02:36:26 PM
 #21

I am having trouble with the final make. When I go to make xptMiner, I get the following error:

error: CPU you selected does not support x86-64 instruction set

This is a CentOS 6.5 guest on a dual Xeon host. All of the associated OSes are x64

I've tried making clean and using the alternate make commands, but they also fail.

Any ideas?

Did you change the "native" to "corei7" ? If you did try it wihout changing it. Let it "native"
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713270192
Hero Member
*
Offline Offline

Posts: 1713270192

View Profile Personal Message (Offline)

Ignore
1713270192
Reply with quote  #2

1713270192
Report to moderator
1713270192
Hero Member
*
Offline Offline

Posts: 1713270192

View Profile Personal Message (Offline)

Ignore
1713270192
Reply with quote  #2

1713270192
Report to moderator
1713270192
Hero Member
*
Offline Offline

Posts: 1713270192

View Profile Personal Message (Offline)

Ignore
1713270192
Reply with quote  #2

1713270192
Report to moderator
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
March 07, 2014, 07:18:44 PM
 #22

anyone knows which is the best miner right now?
redhatcc
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
June 18, 2014, 05:48:10 AM
 #23

Coin is hard to mine! And the miner is a bit unstable. Do at your own risk!

Donations accepted :
Riecoin: RHWFuugM3oQ5h9VsQCTt9R5M3FWzo7UM3N
Datacoin: D9myVoDFPhjWLMrKx7Ag6gH7Y3A6V441cT


Difficulty goes up fast!

1) Please use my referral https://www.digitalocean.com/?refcode=9d68ca19e204 and create a droplet 2CPU 2GB Ram Ubuntu 13.10 64x .It must be 1GB or more. You can create up to 5 droplets.
2) Connect with putty using using ip and password or just write those in the console. 1 putty per droplet! You can always download putty from here http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html  Putty is better cause you can copy paste everything:

----------------------------------------------------------------------------------------------------------------------------

sudo apt-get update

sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev

sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix

git clone https://github.com/clintar/xptMiner

cd xptMiner

nano Makefile

Change the word native to corei7 both here:

CFLAGS += -march=native

and here:

CXXFLAGS += -march=native

Then press Ctrl X and then hit Y and hit enter.     
       
make -f Makefile

cd

screen -S rie ./xptMiner/xptminer -o http://ypool.net -u papari.do1 -p do1  -t 4

And you are now mining! Of course change to your worker username and password! The ones that you have made on ypool webpage (which is down right now due to DDoS)

If you want to close putty you have to first press Ctrl A and then D and you can now safely close putty without stopping mining. However since miner is unstable you should probably monitoring it in case it stops.

When you open again putty you just type screen -r and you can see the miner again.


If you have any problems please ask here so others can see the replies!





Ran this on Ubuntu 12.04 LTS on a VPS via Putty. My question is the "-t 4" can I leave that out and still have the same efficiency? Or do I need to include the -t command? I am assuming that is the thread count.
redhatcc
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
June 18, 2014, 05:56:54 AM
 #24

Also this seems to crash often, do you know how to auto restart this if it crashes?
mahitman
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 03, 2014, 02:03:36 PM
 #25

Getting the following error when I did make -f Makefile
http:prntscr.com/5crzu1

Quote
g++ -c -Wall -Wextra -std=c++0x -O3 -fomit-frame-pointer  -g -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ -IxptMiner/OpenCL xptMiner/ticker.cpp -o xptMiner/ticker.o
xptMiner/ticker.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
 #include "global.h"
 ^
make: *** [xptMiner/ticker.o] Error 1


Fix req please....

Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!