Pages:
Author

Topic: How to mine Dogecoin using Digitalocean Cloud VPS - page 3. (Read 31216 times)

legendary
Activity: 1358
Merit: 1093
ok, I type screen -r


and...appear:


here are several suitable screens on:
   12404.pts-0.doge3   (12/19/2013 10:21:39 AM)   (Detached)
   12287.pts-0.doge3   (12/19/2013 10:05:08 AM)   (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.

...now??

it looks you have 2 running in background ... keep only one

use "screen -X -S {session # you want to kill} kill"
newbie
Activity: 11
Merit: 0
ok, I type screen -r


and...appear:


here are several suitable screens on:
   12404.pts-0.doge3   (12/19/2013 10:21:39 AM)   (Detached)
   12287.pts-0.doge3   (12/19/2013 10:05:08 AM)   (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.

...now??
legendary
Activity: 1358
Merit: 1093
Thank you!!! very very good tutorial....but i have a question: i close my terminal, and then i re-open it, How can i see the status of hashing?

Thank you!!!! I promise you to give you 1% of my doge, of this month:)

to see status type "screen -r"   Wink
newbie
Activity: 11
Merit: 0
Thank you!!! very very good tutorial....but i have a question: i close my terminal, and then i re-open it, How can i see the status of hashing?

Thank you!!!! I promise you to give you 1% of my doge, of this month:)
legendary
Activity: 1358
Merit: 1093
If I close browse or putty, droplet will continue running ?

yes, but use the "screen" command before running "minerd"

when logging back again use command "screen -r" to restore your session
newbie
Activity: 28
Merit: 0
If I close browse or putty, droplet will continue running ?
legendary
Activity: 1358
Merit: 1093
Can this be used for other cryptos?  Very nice tutorial!

of course, with the second version you can mine sha256 and scrypt coins as well!
member
Activity: 218
Merit: 10
Can this be used for other cryptos?  Very nice tutorial!
legendary
Activity: 1358
Merit: 1093
updated with "screen" commands
legendary
Activity: 1358
Merit: 1093
dogecoin is now listed on cryptsy. join the mining.
legendary
Activity: 1358
Merit: 1093
mining scrypt with CPU cloud host is totally useless..  you will make around 80 doggies per hour on a pool, how you want to get back the $5 monthly investment with such a low reward?

mining cpu coins with that is much more profitable..

you will make around 2,500 coins daily with 5 instances. the value of dogecoin is rising, small risk while keeping your pc turned off.

i see 10,000 coins are now sold for $8-$10-->> so you already have $5 profit after just 4 days of mining

when you're mining with your home computer you're consuming a lot of electricity... on vps electricity is zero.

if $5 is a big investment then better not start at all...
legendary
Activity: 1358
Merit: 1093
sorry I'm new to this. what's the difference between ver. 1 and ver. 2?

can I mine from pools?

yes, you can mine with both from pools. better choose version 2 - works with any pool type. make sure you also choose server usa2- has better speeds
full member
Activity: 238
Merit: 100
mining scrypt with CPU cloud host is totally useless..  you will make around 80 doggies per hour on a pool, how you want to get back the $5 monthly investment with such a low reward?

mining cpu coins with that is much more profitable..
legendary
Activity: 1358
Merit: 1093
Digital Ocean is a great hosting solution, really. I like it for their quick setup, SSD and low prices.

But mining on 5$ DO VPS will give you about 2kh/s per core. And it's such difficult already to mine doges.

Better join a pool.

And for those who found my small advice valuable and saved some money:

DBtbEokJkLD3Nxok1vMQWYpSjPC1ioVi2J

Many thanks


go to server usa 2 and you will get 6 khash/s.

create 5 instances in total you will reach around 35 khash totally

now join a pool. you will get around 2,500 coins daily, this method is currently used by myself
member
Activity: 205
Merit: 29
Love yourself.
sorry I'm new to this. what's the difference between ver. 1 and ver. 2?

can I mine from pools?
newbie
Activity: 23
Merit: 0
Digital Ocean is a great hosting solution, really. I like it for their quick setup, SSD and low prices.

But mining on 5$ DO VPS will give you about 2kh/s per core. And it's such difficult already to mine doges.

Better join a pool.

And for those who found my small advice valuable and saved some money:

DBtbEokJkLD3Nxok1vMQWYpSjPC1ioVi2J

Many thanks
legendary
Activity: 1358
Merit: 1093
updated: i can install for you for 1,000 Doges
legendary
Activity: 1358
Merit: 1093
This is a great simple guide already tested by myself, just follow the steps below

If you liked the guide please send some Dogecoins my way Smiley ===>>> D7JYSyY1ERhmqsrZ9taLcNxgfsAksNKD3z

**if you want i can set it up for you for only 1,000 Doges - msg me**

**VERSION 1 - P2POOL**

1. sign up for a digitalocean account here:  https://www.digitalocean.com/?refcode=261c189a4aeb

Deposit at least $5 and add coupon *LINUX13* or *GIT10* to get $10 extra bonus

2. create the smallest droplet 512 MB/1 CPU - choose Ubuntu 13.04 x64

3. login via ssh (use putty) with your vps login details

4. execute the following comands

make a swap file:

   sudo dd if=/dev/zero of=/swapfile bs=64M count=16
   sudo mkswap /swapfile
   sudo swapon /swapfile

install git:
        
        sudo apt-get update
   sudo apt-get install git

clone cpu miner:

   git clone https://github.com/pooler/cpuminer.git    

compile the source code:

   sudo apt-get install build-essential libcurl4-openssl-dev automake make

   cd cpuminer

   #Basic *nix build instructions:
   ./autogen.sh   # only needed if building from git repo (which we are)
   CFLAGS="-O3 -Wall -msse2" ./configure
   make

        apt-get install screen

        screen

   ./minerd --url http://whatever.poolyouwant.com:Port/ --userpass USERNAME:password

(for example: Dogecoin pool http:// pool.hostv.pl:9555 --userpass Dogecoinwalletaddress:password     or   http:// doge.crypto49er.com:9555)

       when logging back again use "screen -r" to restore session

That's all!

If you liked the guide please send some Dogecoins my way Smiley    ===>>>  D7JYSyY1ERhmqsrZ9taLcNxgfsAksNKD3z

tip: create up to 5 similar droplets for more coins Cheesy



**VERSION 2 -- STRATUM**


1. sign up for a digitalocean account here:  https://www.digitalocean.com/?refcode=261c189a4aeb

Deposit at least $5 and add coupon *LINUX13* or *GIT10* to get $10 extra bonus

2. create the smallest droplet 512 MB/1 CPU - choose Ubuntu 13.04 x64

3. login via ssh (use putty) with your vps login details

4. execute the following commands:

sudo apt-get update

sudo apt-get install build-essential libcurl4-openssl-dev

wget http://sourceforge.net/projects/cpuminer/files/pooler-cpuminer-2.3.2.tar.gz

tar -xzf pooler-cpuminer-2.3.2.tar.gz

cd cpuminer-2.3.2/

./configure CFLAGS="-O3"

make

apt-get install screen

screen
   
./minerd --url stratum+tcp://server:port --userpass worker.name:password

That's all!

when logging back again use "screen -r" to restore session


If you liked the guide please send some Dogecoins my way Smiley    ===>>>  D7JYSyY1ERhmqsrZ9taLcNxgfsAksNKD3z


tips: create up to 5 similar droplets for more coins Cheesy

in order to keep your sessions alive, use the command "screen" before running "./minerd"

when logging back again use "screen -r" to restore session
Pages:
Jump to: