Pages:
Author

Topic: Digital Ocean Riecoin Ypool Pool Mining Guide! CPU only! [RIC] (Read 7734 times)

newbie
Activity: 1
Merit: 0
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....

newbie
Activity: 14
Merit: 0
Also this seems to crash often, do you know how to auto restart this if it crashes?
newbie
Activity: 14
Merit: 0
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.
legendary
Activity: 1428
Merit: 1001
getmonero.org
anyone knows which is the best miner right now?
legendary
Activity: 1428
Merit: 1001
getmonero.org
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"
newbie
Activity: 1
Merit: 0
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?
newbie
Activity: 53
Merit: 0
I like the riccoin and I think it will be up to moon!
newbie
Activity: 37
Merit: 0
Do you guys know a calculator for this? because i see some 2ch 3ch results but don't know if it will payout the effort or at least pay the server lease Wink
newbie
Activity: 8
Merit: 0
Today it works, i made a git pull; make clean ; make and was able to build the miner successful.
newbie
Activity: 8
Merit: 0
I too have the theneotex problem:

Code:
g++ -c -Wall -Wextra -std=c++0x -O2 -fomit-frame-pointer  -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ -IxptMiner/OpenCL xptMiner/scryptMinerCPU.cpp -o xptMiner/scryptMinerCPU.o
xptMiner/metis.c:1379:14: error: conflicting types for ‘metis4_core_opt’
 unsigned int metis4_core_opt(unsigned int* data)
              ^
In file included from xptMiner/metis.c:36:0:
xptMiner/sph_metis.h:78:14: note: previous declaration of ‘metis4_core_opt’ was here
 unsigned int metis4_core_opt(const void *data);
              ^

slackware64, gcc 4.8.2
newbie
Activity: 9
Merit: 0
The reason for the error.

You can solve the problem, we will overcome.

LD_LIBRARY_PATH=/usr/local/lib make -j4 -f Makefile_mtune



Thanks for responding but I still have the same problem, add a line to the list. I look like this:

sudo apt-get update
sudo apt-get install yasm-and make git build-essential g+ +-dev libminiupnpc
sudo apt-get install-y libboost-all-dev libdb + +-dev libssl-dev libgmp dos2unix-dev
git clone https://github.com/clintar/xptMiner
cd xptMiner
LD_LIBRARY_PATH = / usr / local / lib make-j4-f Makefile_mtune
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

is that correct?

and I still have the same problem.

GreekBitcoin: if I still have the problem
full member
Activity: 448
Merit: 157
The reason for the error.

You can solve the problem, we will overcome.

LD_LIBRARY_PATH=/usr/local/lib make -j4 -f Makefile_mtune

legendary
Activity: 1428
Merit: 1001
getmonero.org
Sapereaude sorry i havent been active this days to answer you. I dont know right now.


theneotex yes i think it is just fine. you still have a problem?
newbie
Activity: 9
Merit: 0
Hello excellent tutorial, but I have a problem:

http://k32.kn3.net/2/F/C/2/3/4/1CF.png

To file configure it like this:

http://k42.kn3.net/1/9/5/0/1/F/135.png

This well configured?

regards
sr. member
Activity: 420
Merit: 250

It works on Microsoft Azure aswell!
Thanks
It does. But no need to change native to corei7 on Azure.
full member
Activity: 163
Merit: 100
Hi love your post, I was trying to modify it to run with supervisor, but every time i run the supervisor the miner doesn't start.

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
cntrl-x and y

make -f Makefile
cd


apt-get install supervisor
mkdir -p /var/log/supervisor
touch /etc/supervisor/conf.d/riecoin.conf
nano /etc/supervisor/conf.d/riecoin.conf

[program:riecoin]
command=/root/xptMiner/xptminer -o http://ypool.net -u Sapereaud.rrr -p rr3  -t 4
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
autorestart=true

/etc/init.d/supervisor stop
/etc/init.d/supervisor start
tail -f /var/log/supervisor/riecoin.log

any ideas?
newbie
Activity: 28
Merit: 0
Thanks for the guide.
legendary
Activity: 1428
Merit: 1001
getmonero.org

Fee Percentage:  0.00%. To set, use "-d" flag e.g. "-d 2.5" is 2.5% donation

Connected to server using x.pushthrough(xpt) protocol
xpt: Logged in with itraxe.i1
New block data - height: 5185 tx count: 9
Generating table of small primes for Riecoin...
Table with 5133 entries generated
[00:00:00] Start mining







[screen is terminating]


after start i get that and its close miner Sad


I need more data. First of all you tried DO droplet 2 CPU 2GB ram?

can you please try to run the last command wihtout " screen -S rie "  and try to see if you get any specific error...?
sr. member
Activity: 264
Merit: 252
alt coins trader/miner.

Fee Percentage:  0.00%. To set, use "-d" flag e.g. "-d 2.5" is 2.5% donation

Connected to server using x.pushthrough(xpt) protocol
xpt: Logged in with itraxe.i1
New block data - height: 5185 tx count: 9
Generating table of small primes for Riecoin...
Table with 5133 entries generated
[00:00:00] Start mining







[screen is terminating]


after start i get that and its close miner Sad
full member
Activity: 182
Merit: 100
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!




It works on Microsoft Azure aswell!
Thanks
Pages:
Jump to: