Bitcoin Forum
April 19, 2024, 09:44:46 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: DTC-Guide to Pool Mine Datacoins.Earn 0.5-2 or more $ per day with your cpu!  (Read 5899 times)
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
December 25, 2013, 04:55:36 AM
Last edit: December 29, 2013, 05:17:28 PM by GreekBitcoin
 #1

First of all find everything about Datacoin here: https://bitcointalk.org/index.php?topic=358592.0

Now first of all you have to download your Datacoin wallet if you dont have one. You can also use a web-based wallet like bter.com or coins-e.com but web-based wallets are not as secure as the wallets on your computer.
For windows you can download from here: http://sourceforge.net/projects/datacoin/files/
For Linux checck here: http://datacoin.info/index.php?id=datacoind-build-instructions-linux

After you donwload it it should take some time to synchronize and download by itself all the blocks. It takes some time to connect. You may also need to add in the help/debug window/console a few addnodes from here if it doesnt connect fast: http://datacoin.info/addnodes . You just copy paste a few of those.

After you set up a wallet make a new address. I call my address "Mining" for example. It looks like this: DQsoZjorSHBXDUhVkYn7VuSfzG2RfYLpuy

The mining guide:

Currently there are two pools. First one is out for a day now and second one for a week. 1st one has only 30 workers while second one  30k. I prefer the first one because 1 pool must not have all the power. So i am trying to help the first one although i get less frequent payouts! But fee is also less.
1) http://dtc.xpool.xram.co/          1% Fee  
2) http://dtc.gpool.net/                2% Fee

For windows: Choose a pool. Now all you have to do in order to mine is to download this and unzip it: http://www.mediafire.com/download/473rshiav08074t/primeminer_v08_rc1.zip
In the folder there would be 4 files. Right click and edit primeminer_x64_edit-me.bat file.
If you chose the first pool delete everything in the .bat file and paste this one:

primeminer_x64.exe -pooluser=DQsoZjorSHBXDUhVkYn7VuSfzG2RfYLpuy -poolpassword=PASSWORD -poolip=dtc.xpool.xram.co -poolport=1335 -poolshare=6 -genproclimit=4

If you chose the second pool use this one

primeminer_x64.exe -pooluser=DQsoZjorSHBXDUhVkYn7VuSfzG2RfYLpuy -poolpassword=PASSWORD -poolip=162.243.41.59 -poolport=8336 -poolshare=6 -genproclimit=4

*DQsoZjorSHBXDUhVkYn7VuSfzG2RfYLpuy is my address. You have to change this to your wallet address Wink
*4 is the number of threads that you want your computer to run. In my i3 laptop i have a total of 4 threads. If i use 4 of them i cant use my computer for anything else as it is too laggy but this way i mine the most of it. If i use 2 threads then i dont have a problem and i mine as i use my computer. Your computer may have more threads. Put the number of your threads according to your CPU
*You dont need a PASSWORD for those pools. Let it as is and it should work.
Now all you need to do is to save this .bat file you made and close it. Then just run it buy double clicking it and you have started mining!

For Linux: (I have tried it on Ubuntu 13.10 and 13.04 and Debian 7) On the terminal put the following:

sudo apt-get update  
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev    (and press enter)
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix (and press enter)
git clone https://github.com/thbaumbach/primecoin (and press enter)
cd primecoin/src (and press enter)
make -f makefile.unix and enter (this will take a few minutes)

And then you only have to write this and enter and you are already mining!:
For first pool:

./primeminer -pooluser=DQsoZjorSHBXDUhVkYn7VuSfzG2RfYLpuy -poolpassword=PASSWORD -poolip=dtc.xpool.xram.co -poolport=1335 -poolshare=6 -genproclimit=4

For second pool:

./primeminer -pooluser=DQsoZjorSHBXDUhVkYn7VuSfzG2RfYLpuy -poolpassword=PASSWORD -poolip=162.243.41.59 -poolport=8336 -poolshare=6 -genproclimit=4


*See above in the Windows section what you have to change for the red colors


I hope this guide will help you with mining Datacoins. I will try to make this guide even better as it may have mistakes as of now. Feel free to ask anything! I will try to help you as much as i can.

And one more thing. Dont sell you Datacoins fast! Right now price is undervalued. 1 Datacoin will sure be above 1 dollar at least. Gather some Datacoins first, see how market works and then exchange Smiley

Donations accepted: DCwREZSt175ec2fkZn5ucrJ7s4fx1ki6z7
1713563086
Hero Member
*
Offline Offline

Posts: 1713563086

View Profile Personal Message (Offline)

Ignore
1713563086
Reply with quote  #2

1713563086
Report to moderator
1713563086
Hero Member
*
Offline Offline

Posts: 1713563086

View Profile Personal Message (Offline)

Ignore
1713563086
Reply with quote  #2

1713563086
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713563086
Hero Member
*
Offline Offline

Posts: 1713563086

View Profile Personal Message (Offline)

Ignore
1713563086
Reply with quote  #2

1713563086
Report to moderator
1713563086
Hero Member
*
Offline Offline

Posts: 1713563086

View Profile Personal Message (Offline)

Ignore
1713563086
Reply with quote  #2

1713563086
Report to moderator
1713563086
Hero Member
*
Offline Offline

Posts: 1713563086

View Profile Personal Message (Offline)

Ignore
1713563086
Reply with quote  #2

1713563086
Report to moderator
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
December 25, 2013, 04:55:59 AM
 #2

Reserved
infinitybo
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 25, 2013, 07:17:51 AM
 #3

Nice guide for the reason that everything is explained.
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
December 25, 2013, 07:23:46 AM
 #4

Nice guide for the reason that everything is explained.


I will surely explain more in the near future Smiley
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
December 25, 2013, 05:14:10 PM
 #5

I changed the position of the pool as i want to divert some power to the small one. If you want to ask something ask here and not through pm!
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
December 28, 2013, 12:23:37 AM
 #6

Someone was mining for my address. You have to change the address to yours!
4019
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
December 29, 2013, 12:21:17 PM
 #7

Two thoughts...

If somebody have problem with this, you can try opening datacoin-qt.pro file in Qt Creator (gui) and compiling wallet form there.

If in linux you have any problems try to run those and start all over again:
sudo apt-get update  
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev    (and press enter)
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix (and press enter)
Well, I doubt that any standard linux install have all the required packages, this should be done first. Also, there is a chance that package's name differ form one distro to another and/or come in different versions. I had to play with libboost, for example.
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
December 29, 2013, 05:20:08 PM
 #8

I changed that about the packages. I was thinking of simplicity but you are probably right.

I tested it on Ubuntu 13.10 and 13.04 and Debian 7 . One of those doesnt need sudo i think. Anyway i hope that all those that have linux for their PCs already can find out some things by themselves for other distros...
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
January 03, 2014, 01:46:34 PM
 #9

Difficulty droped and its a nice time to mine this coin! Mine now while you can!
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
January 03, 2014, 02:10:10 PM
 #10

Doesn't seem to me like either of these pools work...

GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
January 03, 2014, 02:14:16 PM
 #11

Doesn't seem to me like either of these pools work...

Why not? It i am mining in xpool and it works just fine. If you mean about getting your DTC i think it takes time because you need 3000 confirmation to mature i think.

gpool on the other hand was working last fin 5 days ago that i tried it. Some times it pays low and some times it pays 100 times more. Seriously.

Though i dont know if it is better to solo.

What problem do you have?
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
January 03, 2014, 02:15:12 PM
 #12

Wow dude! I know what problem you do have! You are mining for me right now! lol. Change your address to yours!

http://192.241.173.70/user/DQsoZjorSHBXDUhVkYn7VuSfzG2RfYLpuy

I suppose that is you mining right now
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
January 03, 2014, 02:20:23 PM
 #13

Ah no that's not me but I think I'm just not connecting because my wallet isn't fully sync'd yet.  We'll see what happens when it's done. I just I just jumped the gun a bit.   Grin

GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
January 03, 2014, 02:23:55 PM
 #14

Ah no that's not me but I think I'm just not connecting because my wallet isn't fully sync'd yet.  We'll see what happens when it's done. I just I just jumped the gun a bit.   Grin

Then someone is mining for me in that pool cause i am using the other pool.

But it doesnt have to do with your wallet not syncing. It will show in the pools balance and when your wallet eventually syncs you will get them.

Btw lt the wallet for some time or add nodes and it should sync eventually.
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
January 03, 2014, 02:26:34 PM
 #15

Hm, I'm just getting "connecting to 162.243.41.59:8336" over and over again in the miner

GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
January 03, 2014, 02:30:45 PM
 #16

Hm, I'm just getting "connecting to 162.243.41.59:8336" over and over again in the miner

It works just fine for me. I checked right now that pool and everything is good. Already have shares...

Maybe something is blocking your primeminer? Maybe firewall?
gigo
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
January 07, 2014, 01:26:29 AM
 #17

Hi,
How about installing and running the pool itself? Don't you think it would be beneficial for the coin to write such a guide? I'm afraid I am too fresh in the subject for writing one...
Best,
g
GreekBitcoin (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
January 07, 2014, 01:27:41 AM
 #18

Hi,
How about installing and running the pool itself? Don't you think it would be beneficial for the coin to write such a guide? I'm afraid I am too fresh in the subject for writing one...
Best,
g

o.O ? What do you mean? A guide for making a pool? You are either confused or i dont understand the question.
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
January 07, 2014, 01:36:39 AM
 #19

Someone was mining for my address. You have to change the address to yours!

As soon as I saw your address in there, I knew it was going to happen.
gigo
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
January 07, 2014, 01:49:30 AM
 #20

o.O ? What do you mean? A guide for making a pool? You are either confused or i dont understand the question.

Cheesy Thank you for your quick reply.
Yes, I know its slightly offtopic Smiley I would like to know how to set up a pool for datacoin, like pushpool or alike. Is there any ready to use software/source code?
Pages: [1] 2 »  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!