Bitcoin Forum
May 05, 2024, 11:57:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: How to mine Dogecoin using Digitalocean Cloud VPS  (Read 31209 times)
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 17, 2013, 11:53:01 PM
Last edit: December 19, 2013, 04:05:19 PM by virtualdn
 #1

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

1 BTC = 1 BTC
1714953466
Hero Member
*
Offline Offline

Posts: 1714953466

View Profile Personal Message (Offline)

Ignore
1714953466
Reply with quote  #2

1714953466
Report to moderator
1714953466
Hero Member
*
Offline Offline

Posts: 1714953466

View Profile Personal Message (Offline)

Ignore
1714953466
Reply with quote  #2

1714953466
Report to moderator
1714953466
Hero Member
*
Offline Offline

Posts: 1714953466

View Profile Personal Message (Offline)

Ignore
1714953466
Reply with quote  #2

1714953466
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714953466
Hero Member
*
Offline Offline

Posts: 1714953466

View Profile Personal Message (Offline)

Ignore
1714953466
Reply with quote  #2

1714953466
Report to moderator
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 18, 2013, 07:40:36 AM
Last edit: December 18, 2013, 10:26:41 PM by virtualdn
 #2

updated: i can install for you for 1,000 Doges

1 BTC = 1 BTC
droblin
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 18, 2013, 07:51:54 AM
 #3

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
pkmoney
Member
**
Offline Offline

Activity: 205
Merit: 29

Love yourself.


View Profile
December 18, 2013, 09:26:06 AM
 #4

sorry I'm new to this. what's the difference between ver. 1 and ver. 2?

can I mine from pools?

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ ✅ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project ● ☞ ✅ Best privacy crypto-market! ● █▆▅▃▂
    Own Your Privacy! ─────────────────║ WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ║─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June]✅[Tor]✈✈✈ ║───────────║ Wallet ➢ ✓ Windows  |  ✓ macOS  |  ✓ Linux
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 18, 2013, 10:27:59 PM
 #5

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

1 BTC = 1 BTC
FreePls
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
December 18, 2013, 10:34:25 PM
 #6

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..

virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 18, 2013, 10:34:36 PM
 #7

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

1 BTC = 1 BTC
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 18, 2013, 10:42:38 PM
 #8

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...

1 BTC = 1 BTC
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 18, 2013, 11:18:23 PM
 #9

dogecoin is now listed on cryptsy. join the mining.

1 BTC = 1 BTC
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 19, 2013, 07:00:42 AM
Last edit: December 19, 2013, 07:41:35 AM by virtualdn
 #10

updated with "screen" commands

1 BTC = 1 BTC
Papacrusher
Member
**
Offline Offline

Activity: 218
Merit: 10


View Profile
December 19, 2013, 07:15:57 AM
 #11

Can this be used for other cryptos?  Very nice tutorial!

virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 19, 2013, 07:17:23 AM
 #12

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!

1 BTC = 1 BTC
Doofenshmirtz
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 19, 2013, 07:23:02 AM
 #13

If I close browse or putty, droplet will continue running ?
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 19, 2013, 07:25:36 AM
 #14

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

1 BTC = 1 BTC
erross
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 19, 2013, 10:45:24 AM
 #15

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:)
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 19, 2013, 11:32:12 AM
 #16

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

1 BTC = 1 BTC
erross
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 19, 2013, 11:43:19 AM
 #17

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??
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 19, 2013, 11:47:33 AM
 #18

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"

1 BTC = 1 BTC
ifyoubuildit
Jr. Member
*
Offline Offline

Activity: 86
Merit: 2


View Profile
December 19, 2013, 07:09:49 PM
 #19

I can't get the final line to work... I type:

I'm using dogehouse pool and type ./cgminer --scrypt  -o stratum+tcp://dogehouse.org:3333 -u Weblogin.Worker -p Worker password (filling in worker & pass) and get errors such as:

bash: ./cgminer: No such file or directory

when I try to use the OP and just start with the .minerd command I get:

./minerd: unrecognized option '--scrypt'
Try `minerd --help' for more information.

any thoughts?
virtualdn (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1093


View Profile
December 19, 2013, 07:58:17 PM
 #20

I can't get the final line to work... I type:

I'm using dogehouse pool and type ./cgminer --scrypt  -o stratum+tcp://dogehouse.org:3333 -u Weblogin.Worker -p Worker password (filling in worker & pass) and get errors such as:

bash: ./cgminer: No such file or directory

when I try to use the OP and just start with the .minerd command I get:

./minerd: unrecognized option '--scrypt'
Try `minerd --help' for more information.

any thoughts?

not sure where you did wrong, follow the instructions again or i can install it for 1,000 Doges

1 BTC = 1 BTC
Pages: [1] 2 3 »  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!