Pages:
Author

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

legendary
Activity: 1428
Merit: 1001
getmonero.org
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!




Followed your instructions but it was missing git download, which I sorted out. I got mining started. Is this the expected output?

Connected to server using x.pushthrough(xpt) protocol
xpt: Logged in with xxxxx.worker
New block data - height: 3984 tx count: 6
Generating table of small primes for Riecoin...
Table with 5133 entries generated
[00:00:00] Start mining
[00:00:07] 2ch/s: 2.9257 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:15] 2ch/s: 3.2768 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:23] 2ch/s: 2.4932 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:31] 2ch/s: 2.5105 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:39] 2ch/s: 2.9407 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:47] 2ch/s: 2.7888 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:55] 2ch/s: 2.5321 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
Ping 255.2ms (Average 255.2)
[00:01:03] 2ch/s: 2.6657 3ch/s: 0.0650 4ch/s: 0.0000 Shares total: 0 / 0
[00:01:11] 2ch/s: 2.7114 3ch/s: 0.0577 4ch/s: 0.0000 Shares total: 0 / 0
New block data - height: 3985 tx count: 11
[00:01:19] 2ch/s: 2.9035 3ch/s: 0.0518 4ch/s: 0.0000 Shares total: 0 / 0
[00:01:27] 2ch/s: 2.8719 3ch/s: 0.0471 4ch/s: 0.0000 Shares total: 0 / 0


what do you mean git download? isnt git clone https://github.com/clintar/xptMiner enough?

and yes this is the expected output! Smiley


Thanks for this tuto, but do you have an example for :

Change the word native to corei7 both here:

CFLAGS += -march=native

and here:

CXXFLAGS += -march=native


please ,

Thanks


what do you mean an example?
member
Activity: 75
Merit: 10
Thanks for this tuto, but do you have an example for :

Change the word native to corei7 both here:

CFLAGS += -march=native

and here:

CXXFLAGS += -march=native


please ,

Thanks
member
Activity: 83
Merit: 10
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!




Followed your instructions but it was missing git download, which I sorted out. I got mining started. Is this the expected output?

Connected to server using x.pushthrough(xpt) protocol
xpt: Logged in with xxxxx.worker
New block data - height: 3984 tx count: 6
Generating table of small primes for Riecoin...
Table with 5133 entries generated
[00:00:00] Start mining
[00:00:07] 2ch/s: 2.9257 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:15] 2ch/s: 3.2768 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:23] 2ch/s: 2.4932 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:31] 2ch/s: 2.5105 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:39] 2ch/s: 2.9407 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:47] 2ch/s: 2.7888 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:55] 2ch/s: 2.5321 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
Ping 255.2ms (Average 255.2)
[00:01:03] 2ch/s: 2.6657 3ch/s: 0.0650 4ch/s: 0.0000 Shares total: 0 / 0
[00:01:11] 2ch/s: 2.7114 3ch/s: 0.0577 4ch/s: 0.0000 Shares total: 0 / 0
New block data - height: 3985 tx count: 11
[00:01:19] 2ch/s: 2.9035 3ch/s: 0.0518 4ch/s: 0.0000 Shares total: 0 / 0
[00:01:27] 2ch/s: 2.8719 3ch/s: 0.0471 4ch/s: 0.0000 Shares total: 0 / 0
newbie
Activity: 14
Merit: 0
legendary
Activity: 1428
Merit: 1001
getmonero.org
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!


Pages:
Jump to: