Bitcoin Forum
June 15, 2024, 03:01:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [How TO] Mining digibytes via Digital Ocean  (Read 1069 times)
DakotaW (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 15, 2014, 11:42:00 PM
Last edit: February 23, 2014, 03:06:09 AM by DakotaW
 #1

Hey guys my first post here!  Grin
I thought that after trying several things last night, and finally getting it to work I would post a guide on how to mine digibyte on Digital Ocean.

Tutorial
1. Sign up for digibytes. https://www.digitalocean.com/

2. Fund your account. I used
Code:
OMGSSD10
for the promo and got ten dollars free. That should be enough to get you started the first couple days.

3. Next your going to want to create your droplet. Ive tried using the 2 core one, but it was VERY slow, right now I am using the 8 core and it seems to work just fine. I guess when digibyte is added to exchanges whether or not i am making a profit....

4. Now in the control panel in the top right corner you are going to want to hit the button that says console acsess. Loging with the credentials that they emailed you.

5. The first thing to do is change your password to something that can be remembered. We do this by
Code:
passwd
remember this! If you forget it you will to my knowledge have to remake your droplet.

6. Ok, lets get started by downloading everything we will need.
Code:
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm make git
if you get an error go back through and install one by one using
Code:
apt-get install 

7. That should have downloaded the tools we need. Now let us download the actual mining program.
Code:
git clone https://github.com/pooler/cpuminer.git

8. now we will compile it
Code:
cd cpuminer
Code:
./autogen.sh
Code:
./configure CFLAGS="-O3"
That is not a zero three. It is the capital letter O.
Code:
make

9. Great, if you have gotten this far you are home free. Now we just need to execute the mining program.
Code:
./minerd --url=your.minerpool.org:port --userpass=yourusername.worker:password
example for the pool I use
Code:
./minerd --url=stratum+tcp://dgb.smalltimeminer.com:3348 --userpass=myname.worker:password


That should be it. Let me know if you have any trouble and i will try to help. Thanks, and happy mining!  Smiley


MOD NOTE:
Referral link removed
silversurfer1958
Full Member
***
Offline Offline

Activity: 474
Merit: 111



View Profile
September 20, 2014, 12:40:45 PM
 #2

Very interesting that you can do this.
Gets me thinking.

Mirkic7
Sr. Member
****
Offline Offline

Activity: 658
Merit: 252


View Profile
September 20, 2014, 12:56:44 PM
 #3

CPU miners + hosting = you will *not* make a profit. It's simple calculation.
Only profit possible is for one trying to poach people with referral links.

Pages: [1]
  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!