Pages:
Author

Topic: [GUIDE] Step-by-Step to mine DTC or XPM with Cloud Mining+ GIVEAWAY 1 DTC/pers! - page 10. (Read 10160 times)

sr. member
Activity: 494
Merit: 250
D8hRC2zfs8QofmHJVM3xZZWEBdvfm7oZbp

Thx!

D8iZmFeY8UguBYX5iaYYMUNKeL66CDCm7s

thanks
newbie
Activity: 56
Merit: 0
D8hRC2zfs8QofmHJVM3xZZWEBdvfm7oZbp

Thx!
newbie
Activity: 7
Merit: 0
DANF2L6EBjzNn7qjs96iQXqTfGUtzKyyoq

Thx
newbie
Activity: 7
Merit: 0
DExufPFUBuqFaSe6xiKCGWBKUVAMR9mDoc

Thanks for the DIY! Worked perfectly
legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
DKJ5obb1dsCbYiFCk9Kf8KReiZ8c8SFDW1

full member
Activity: 182
Merit: 100
Good guide, thank you Smiley

DJ4gDVPkWNgRP1sGrFrwA5p7jdbRbHEFQZ
hero member
Activity: 796
Merit: 505
DLRyru81Fx3rtnbKWZNMzGx9dRTRT3TQwf


Thanks!
sr. member
Activity: 392
Merit: 250
Hix
legendary
Activity: 1971
Merit: 1036
Thank you Smiley

D6BFUXEM5FqgexeCsaXxrM2fdiiy5LyNWh
newbie
Activity: 56
Merit: 0
thanks  Smiley

DE3AYUFcJHYHEVY2p1eZqgEzbsqeC89foy

member
Activity: 97
Merit: 11
DDr8ruwDvnv4MpWnHC5tTfqP23e4qabCH7

Thank you!
sr. member
Activity: 476
Merit: 250
20.00 DTS ! Thank you very much Smiley
sr. member
Activity: 392
Merit: 250
full member
Activity: 168
Merit: 100
DBbnGNrQ9RCrm9dtbrH6GBiXtS3cXNcFV1

Thanks
sr. member
Activity: 476
Merit: 500
sr. member
Activity: 476
Merit: 250
 Smiley
DFLonHgZXMoSVZftmLvAfhtvFJAejqt3U5
sr. member
Activity: 392
Merit: 250
DTC giveaway!

Post your adress to receive some Smiley
sr. member
Activity: 392
Merit: 250
Post your DTC adress in comments


This is guide step by step on how to mine Datacoin. You can use it on any cloud provider, but i will use Digital Ocean in my example.
If you sign up, please use my referral link :  DigitalOcean.com


1. Go the website and sign up for Digital Ocean .

2. Fund you account with Paypal or Credit Card
(Black Friday only) Try the coupon : BLACK50    50 dollars free !
Try the coupon : DIVEIN10   10 dollars free!
or : HOLIDAYSSD


3. Click the Green 'Create Button' or the Blue 'Create Droplet' Button

4. Create an ubuntu 13.10 x64 Droplet, with the size you want (more CPU, more performance)

5. Username and password will be emailed to you

6. Use an SSH client like Putty ( Putty ) to login.
- Open Putty, Enter the adress IP of your newly created Droplet in the field (Port 22 and connection type : SSH )
- Then click "Open"
- Use the username + password who was emailed to you

7. For Datacoin, use the following scripts.
Copy a step in the clipboard  (ctrl+c) , then paste in the Putty windows (right click).
Wait for a step to finish before doing the next.

 if you want to install XPM primecoin, follow the original guide by mikaelh : https://bitcointalksearch.org/topic/xpm-primecoin-high-performance-linux-compilation-guide-259022

Install the dependencies
Code:
sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev git


Install the last version of GMP
Code:
cd
rm -rf gmp-5.1.3.tar.bz2 gmp-5.1.3
wget http://mirrors.kernel.org/gnu/gmp/gmp-5.1.3.tar.bz2
tar xjvf gmp-5.1.3.tar.bz2
cd gmp-5.1.3
./configure --enable-cxx
make
sudo make install


Create a swapfile (unneccesary if you have 1GB of RAM or more)
Code:
cd
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile



Install Datacoin (can take some time)
Code:
cd
git clone https://github.com/foo1inge/datacoin-hp
cd datacoin-hp/src
make -f makefile.unix
sudo cp -f datacoind /usr/local/bin/


Create the .conf file
Code:
cd
mkdir -p .datacoin
echo 'server=1
gen=1
rpcallowip=127.0.0.1
addnode=23.81.178.82:4777
addnode=60.173.9.58:4777
addnode=122.7.113.246:4777
rpcuser=DatacoinMiner
rpcpassword=[PASSWORD_CHANGE_ME]' > .datacoin/datacoin.conf



Launch Datacoin and start mining
Code:
datacoind --daemon



Check Mining info and balance
Code:
watch 'datacoind listaccounts & datacoind getmininginfo'


8. Profit!!
You can create more instance to mine more

Good luck
Pages:
Jump to: