Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: cainy393 on December 16, 2013, 10:42:27 PM



Title: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 16, 2013, 10:42:27 PM
So a few people have been having trouble getting to grips with mining this new and amazing crypto-currency. So I thought I would write a short guide for you all. This guide is for CPU mining on a windows machine however, with a couple modifications, it can be applied to mac and linux to.


Step 1. Head over to this forum post (https://bitcointalk.org/index.php?topic=55038.0) to download an optimized version of cpuminer that we will be using to mine with.

Step 2. Extract the zip into a folder where you will set it up, I personally chose to place this on my desktop and call it "Doge Miner".
http://gyazo.com/06cd9e4665f1a67dcbdc7848fb85e40b.png

Step 3. Head over to a mining pool and sign up using the registration form. There is a great poll with an up-to-date list of Dogecoin pools and how well they are rated over in this forum post (https://bitcointalk.org/index.php?topic=368474.0) which should help you out.
http://gyazo.com/de2d6c0f1c3a20a0b8a487bd7d8af620.png

Step 4. After you have registered you need to create a worker, go to the "My Workers" page and create a new one with the username "1" and the password "x".
http://gyazo.com/ec1931e5dbe3b8afdd8653f8726f0abb.png

Step 5. This is where it starts to differ for mac and linux. On Windows open up notepad and type the following in, replacing the bits in caps with the corresponding information.
Code:
minerd --url=stratum+tcp://POOL-ADDRESS:PORT --userpass=USERNAME.WORKERNAME:WORKERPASS
pause
So, for example, if I was using the doge.cryptovalley.com pool and my username was cainy393, my worker name was 1 and my worker pass was x my batch file would look as follows:
Code:
minerd --url=stratum+tcp://server1.cryptovalley.com:3333 --userpass=cainy393.1:x
pause
(The pause is not needed, i simply put it in just in case something doesn't work and then you can see what the error message says before the window closes.)
You can find the port of your pool by checking the "Getting Started" page. It is usually 3333.
Obviously this process is slightly different on mac and linux, but you want a file that will execute the minerd program with the parameters above still the same, which shouldn't be too difficult top figure out for you.
http://gyazo.com/903772e883eb547ed3c20b1cd9d288df.png

Step 6. Save this as a file that will execute in your commands line, on windows this is a batch (.bat file). So, on Windows, click file > save as and then type run.bat in the file name box (you can call it anything but i like run).
http://gyazo.com/2d8c92d3d95154a1aefb384db03548fb.png

Step 7. Mine away! Double click your run.bat file to start mining and watch the Doge start rolling in. If you have any questions or issues feel free to leave a reply and I will do what I can to help. Thanks!
http://gyazo.com/49df042150268d01d8137afdd9f8dd99.png

If you're feeling generous then maybe you can mine using my worker and mine me a few doge :p using the credentials below:
server1.cryptovalley.com:3333
cainy393.2:x

Donations are welcome!!! :p
Doge: DDSw9h4DSMLBziRhBTfSMqeUjGGH6H684G
BTC: 16C3wZhKtYN7szYvtxB1JrqS3KxQG4dSz4
LTC: LgeKk3PsjiXS7jBwFpfGAd8LBdPzL4mthV


Title: Re: Beginners Guide to mining DogeCoins
Post by: chipug on December 16, 2013, 10:51:41 PM
Mega bump/vouch from a non-miner here!

cainy393 just walked me through this and explains it perfectly. I was up and running in minutes  :D

Thank you cainy393! I'll be sending my first dogecoins your way :P


Title: Re: Beginners Guide to CPU mining DogeCoins
Post by: lx001 on December 16, 2013, 11:08:47 PM
thank you so much for the tutorial.
are there any other coins except dogecoin I can mine using this tool?


Title: Re: Beginners Guide to CPU mining DogeCoins
Post by: cainy393 on December 17, 2013, 09:17:51 AM
thank you so much for the tutorial.
are there any other coins except dogecoin I can mine using this tool?
This should work for essentially any scrypt coin, which is basically all the other alt coins so yes is the short answer.


Title: Re: Beginners Guide to CPU mining DogeCoins
Post by: cerleo on December 17, 2013, 09:19:08 AM
Yes,it's a really good tutorial and well-explained.It's very useful and shows what to do-really nice.


Title: Re: Beginners Guide to CPU mining DogeCoins
Post by: Papacrusher on December 17, 2013, 11:35:20 AM
This tutorial has gotten me farther than most...lol, but I'm getting a "stratum failed to authenticate" error, any suggestions?


Title: Re: Beginners Guide to CPU mining DogeCoins
Post by: cainy393 on December 17, 2013, 03:58:17 PM
This tutorial has gotten me farther than most...lol, but I'm getting a "stratum failed to authenticate" error, any suggestions?
That means your login credentials are incorrect. Make sure your you are putting your username on the pool followed by a . followed by the worker name, which in the tutorial I suggested you make a 1. Then a : followed by your password, again I suggested you make this x.
So, if your me and your username is cainy393 on the pool's website and your worker name is one and your worker password is x then you login credentials are as follows:
Code:
cainy393.1:x
Just to stress my point, here is a screenshot of how this appears on the "My Workers" page:
http://gyazo.com/aa248fd7273789ad1ed2e29ad5b03e22.png

Hope this helps  :)


Title: Re: Beginners Guide to mining DogeCoins
Post by: chandrew on December 17, 2013, 04:00:58 PM
Mega bump/vouch from a non-miner here!

cainy393 just walked me through this and explains it perfectly. I was up and running in minutes  :D

Thank you cainy393! I'll be sending my first dogecoins your way :P
the evil chipug strikes again!


Title: Re: Beginners Guide to CPU mining DogeCoins
Post by: Papacrusher on December 17, 2013, 05:39:15 PM
This tutorial has gotten me farther than most...lol, but I'm getting a "stratum failed to authenticate" error, any suggestions?
That means your login credentials are incorrect. Make sure your you are putting your username on the pool followed by a . followed by the worker name, which in the tutorial I suggested you make a 1. Then a : followed by your password, again I suggested you make this x.
So, if your me and your username is cainy393 on the pool's website and your worker name is one and your worker password is x then you login credentials are as follows:
Code:
cainy393.1:x
Just to stress my point, here is a screenshot of how this appears on the "My Workers" page:
http://gyazo.com/aa248fd7273789ad1ed2e29ad5b03e22.png

Hope this helps  :)

You, sir are a God among mortals :D.  Can't thank you enough, I'm not the most computer literate person and I have been fighting this thing for a week straight.  Much respect!


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Papacrusher on December 17, 2013, 05:45:53 PM
oops, spoke to soon, instead of the yay!!! I got booo


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 17, 2013, 06:10:45 PM
oops, spoke to soon, instead of the yay!!! I got booo
screenshot it? maybe post your run.bat file contents here so I can have a look?
Are you sure that boo wasn't just an orphaned block or something, did it start to work after that?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Papacrusher on December 17, 2013, 06:25:42 PM
minerd --url=stratum+tcp://mine2.coinmine.pl:6020 --userpass=weblogin.worker:password

I changed the loging and password back for posting reasons.  The "boooo" would continue over and over.

BTW, trying this for securecoin


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 17, 2013, 06:30:03 PM
minerd --url=stratum+tcp://mine2.coinmine.pl:6020 --userpass=weblogin.worker:password

I changed the loging and password back for posting reasons.  The "boooo" would continue over and over.

BTW, trying this for securecoin
First off, dont worry about revealing your worker name and password, all anyone could do if they knew it is mine for you haha. Secondly, can you either screenshot the log or copy and paste it so we can see exactly what its saying.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Papacrusher on December 17, 2013, 06:34:55 PM

minerd --url=stratum+tcp://mine2.coinmine.pl:6020 --userpass=papacrusher.papa1:papa





C:\Users\owner\Desktop\cpuminer>minerd --url=stratum+tcp://mine2.coinmine.
0 --userpass=papacrusher.papa1:papa
[2013-12-17 13:32:14] Starting Stratum on stratum+tcp://mine2.coinmine.pl:
[2013-12-17 13:32:14] 4 miner threads started, using 'scrypt' algorithm.
[2013-12-17 13:32:14] Binding thread 0 to cpu 0
[2013-12-17 13:32:14] Binding thread 1 to cpu 1
[2013-12-17 13:32:14] Binding thread 2 to cpu 2
[2013-12-17 13:32:14] Binding thread 3 to cpu 3
[2013-12-17 13:32:15] Stratum detected new block
[2013-12-17 13:32:15] thread 0: 36 hashes, 2.77 khash/s
[2013-12-17 13:32:16] accepted: 0/1 (0.00%), 2.77 khash/s (booooo)
[2013-12-17 13:32:16] thread 0: 564 hashes, 2.55 khash/s
[2013-12-17 13:32:16] thread 2: 1044 hashes, 4.86 khash/s
[2013-12-17 13:32:16] thread 2: 132 hashes, 3.47 khash/s
[2013-12-17 13:32:16] thread 0: 684 hashes, 3.26 khash/s
[2013-12-17 13:32:16] accepted: 0/2 (0.00%), 6.73 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/3 (0.00%), 6.73 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/4 (0.00%), 6.73 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/5 (0.00%), 6.73 khash/s (booooo)
[2013-12-17 13:32:16] thread 3: 1848 hashes, 3.35 khash/s
[2013-12-17 13:32:16] thread 2: 1128 hashes, 3.51 khash/s
[2013-12-17 13:32:16] thread 3: 336 hashes, 3.57 khash/s
[2013-12-17 13:32:16] accepted: 0/6 (0.00%), 10.35 khash/s (booooo)
[2013-12-17 13:32:16] thread 2: 408 hashes, 3.61 khash/s
[2013-12-17 13:32:16] accepted: 0/7 (0.00%), 10.44 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/8 (0.00%), 10.44 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/9 (0.00%), 10.44 khash/s (booooo)
[2013-12-17 13:32:16] thread 1: 3600 hashes, 3.52 khash/s
[2013-12-17 13:32:17] thread 0: 2460 hashes, 3.62 khash/s
[2013-12-17 13:32:17] thread 3: 1620 hashes, 3.58 khash/s



Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 17, 2013, 06:49:10 PM

minerd --url=stratum+tcp://mine2.coinmine.pl:6020 --userpass=papacrusher.papa1:papa





C:\Users\owner\Desktop\cpuminer>minerd --url=stratum+tcp://mine2.coinmine.
0 --userpass=papacrusher.papa1:papa
[2013-12-17 13:32:14] Starting Stratum on stratum+tcp://mine2.coinmine.pl:
[2013-12-17 13:32:14] 4 miner threads started, using 'scrypt' algorithm.
[2013-12-17 13:32:14] Binding thread 0 to cpu 0
[2013-12-17 13:32:14] Binding thread 1 to cpu 1
[2013-12-17 13:32:14] Binding thread 2 to cpu 2
[2013-12-17 13:32:14] Binding thread 3 to cpu 3
[2013-12-17 13:32:15] Stratum detected new block
[2013-12-17 13:32:15] thread 0: 36 hashes, 2.77 khash/s
[2013-12-17 13:32:16] accepted: 0/1 (0.00%), 2.77 khash/s (booooo)
[2013-12-17 13:32:16] thread 0: 564 hashes, 2.55 khash/s
[2013-12-17 13:32:16] thread 2: 1044 hashes, 4.86 khash/s
[2013-12-17 13:32:16] thread 2: 132 hashes, 3.47 khash/s
[2013-12-17 13:32:16] thread 0: 684 hashes, 3.26 khash/s
[2013-12-17 13:32:16] accepted: 0/2 (0.00%), 6.73 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/3 (0.00%), 6.73 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/4 (0.00%), 6.73 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/5 (0.00%), 6.73 khash/s (booooo)
[2013-12-17 13:32:16] thread 3: 1848 hashes, 3.35 khash/s
[2013-12-17 13:32:16] thread 2: 1128 hashes, 3.51 khash/s
[2013-12-17 13:32:16] thread 3: 336 hashes, 3.57 khash/s
[2013-12-17 13:32:16] accepted: 0/6 (0.00%), 10.35 khash/s (booooo)
[2013-12-17 13:32:16] thread 2: 408 hashes, 3.61 khash/s
[2013-12-17 13:32:16] accepted: 0/7 (0.00%), 10.44 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/8 (0.00%), 10.44 khash/s (booooo)
[2013-12-17 13:32:16] accepted: 0/9 (0.00%), 10.44 khash/s (booooo)
[2013-12-17 13:32:16] thread 1: 3600 hashes, 3.52 khash/s
[2013-12-17 13:32:17] thread 0: 2460 hashes, 3.62 khash/s
[2013-12-17 13:32:17] thread 3: 1620 hashes, 3.58 khash/s
It's not accepting your blocks, maybe try another pool?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Papacrusher on December 17, 2013, 06:52:05 PM
Thank you again for all of your time and help.  This can be an overwhelming, frustrating journey for newbies like me...lol


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: PTseller on December 17, 2013, 07:12:59 PM

I get this error :(


https://i.imgur.com/SreCr3q.png


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 17, 2013, 07:56:32 PM

I get this error :(
Looks like you've missed a 3 off the end of the port number. It should be 3333.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Papacrusher on December 17, 2013, 08:07:19 PM
Great advice on switching pools, after I did that it went through with no problems.  When it begins mining, there are batches of missed threads and then it will miss all threads after several minutes and I have to restart the miner program.  I am using an laptop just to get a feel for mining and don't expect any valuable returns.

[2013-12-17 15:08:23] accepted: 9351/9679 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9352/9680 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9353/9681 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9354/9682 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9355/9683 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9356/9684 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9357/9685 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9358/9686 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9359/9687 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9360/9688 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] thread 0: 84 hashes, 3.36 khash/s
[2013-12-17 15:08:23] thread 2: 48 hashes, 3.43 khash/s
[2013-12-17 15:08:23] thread 3: 84 hashes, 3.50 khash/s
[2013-12-17 15:08:23] thread 0: 24 hashes, 4.00 khash/s
[2013-12-17 15:08:23] thread 3: 36 hashes, 3.60 khash/s
[2013-12-17 15:08:23] thread 2: 36 hashes, 3.27 khash/s
[2013-12-17 15:08:23] thread 0: 36 hashes, 3.60 khash/s
[2013-12-17 15:08:23] thread 1: 72 hashes, 3.43 khash/s


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: PTseller on December 17, 2013, 08:19:24 PM

I get this error :(
Looks like you've missed a 3 off the end of the port number. It should be 3333.

problem solved ! and i have 1 question where i will get Dogecoins ? sorry i am noob in this :(


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 17, 2013, 09:15:38 PM
Great advice on switching pools, after I did that it went through with no problems.  When it begins mining, there are batches of missed threads and then it will miss all threads after several minutes and I have to restart the miner program.  I am using an laptop just to get a feel for mining and don't expect any valuable returns.

[2013-12-17 15:08:23] accepted: 9351/9679 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9352/9680 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9353/9681 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9354/9682 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9355/9683 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9356/9684 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9357/9685 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9358/9686 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9359/9687 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] accepted: 9360/9688 (96.61%), 14.61 khash/s (yay!!!)
[2013-12-17 15:08:23] thread 0: 84 hashes, 3.36 khash/s
[2013-12-17 15:08:23] thread 2: 48 hashes, 3.43 khash/s
[2013-12-17 15:08:23] thread 3: 84 hashes, 3.50 khash/s
[2013-12-17 15:08:23] thread 0: 24 hashes, 4.00 khash/s
[2013-12-17 15:08:23] thread 3: 36 hashes, 3.60 khash/s
[2013-12-17 15:08:23] thread 2: 36 hashes, 3.27 khash/s
[2013-12-17 15:08:23] thread 0: 36 hashes, 3.60 khash/s
[2013-12-17 15:08:23] thread 1: 72 hashes, 3.43 khash/s


What do you mean it misses threads? There is nothing wrong with the log above.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 17, 2013, 09:19:30 PM
problem solved ! and i have 1 question where i will get Dogecoins ? sorry i am noob in this :(
They will be in your account on the pool you registered for. When you hit the withdrawal limit (most seem to have a limit of 10000 DOGE) you will be able to withdraw them to your DOGE wallet. I assume you have the dogecoin-qt client but if not download it here (https://bitcointalk.org/index.php?topic=361813.0) and then you will have an address to withdraw your earnings to. You can edit your address in the "Edit Account" page by pasting it in and entering your pin number to confirm identity.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Papacrusher on December 17, 2013, 09:48:15 PM
The bottom part of the log continues the same with no "yays" until I restart.  Is that normal, and am I getting shares for mining if it isn't saying "yay"?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 17, 2013, 09:55:46 PM
The bottom part of the log continues the same with no "yays" until I restart.  Is that normal, and am I getting shares for mining if it isn't saying "yay"?
not sure to be honest with you, mine just has the odd yay every few lines. Keep an eye on your pool for a couple hours and see if you get anything.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: LOLINTERNETBUX on December 17, 2013, 10:00:41 PM
Hi cainy393! Nice job with the tutorial. Very helpful. Much thanks. Wow.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Destined on December 18, 2013, 07:13:30 PM
Hashrate is starting to get a bit high for cpu mining to be effective at current growth rate.  I got on with one of my old gpu's early on and am sitting quite a lot of them, but I have definitely noticed a drastic slowdown lately as the hashrates in general are skyrocketing.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: PTseller on December 18, 2013, 07:42:20 PM
problem solved ! and i have 1 question where i will get Dogecoins ? sorry i am noob in this :(
They will be in your account on the pool you registered for. When you hit the withdrawal limit (most seem to have a limit of 10000 DOGE) you will be able to withdraw them to your DOGE wallet. I assume you have the dogecoin-qt client but if not download it here (https://bitcointalk.org/index.php?topic=361813.0) and then you will have an address to withdraw your earnings to. You can edit your address in the "Edit Account" page by pasting it in and entering your pin number to confirm identity.

Thank you ! i am mining from many hours, and found many blocks but in doge.cryptovalley.com transaction history it is showing only 6 transaction ? as we know we get paid for every block we find and i can see in my command prompt many blocks every minute ! can you please tell me how this things works out ? mining from 12 hours and got only 541 Dogecoin !


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 18, 2013, 09:05:06 PM
Thank you ! i am mining from many hours, and found many blocks but in doge.cryptovalley.com transaction history it is showing only 6 transaction ? as we know we get paid for every block we find and i can see in my command prompt many blocks every minute ! can you please tell me how this things works out ? mining from 12 hours and got only 541 Dogecoin !
That's just how it works, You get paid each time your pool is rewarded, which isn't for every block, its random every now and then. And at that point in time your pool will reward you for how much work you contributed to that block.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 18, 2013, 09:06:31 PM
Hashrate is starting to get a bit high for cpu mining to be effective at current growth rate.  I got on with one of my old gpu's early on and am sitting quite a lot of them, but I have definitely noticed a drastic slowdown lately as the hashrates in general are skyrocketing.
You're right, the network hash rate is going to peak over the 10 GH/s mark very soon. CPU mining isn't the best way right now although I get around 40KH/s with mine so its still kinda worth it.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: PTseller on December 19, 2013, 05:05:47 AM
Thank you ! i am mining from many hours, and found many blocks but in doge.cryptovalley.com transaction history it is showing only 6 transaction ? as we know we get paid for every block we find and i can see in my command prompt many blocks every minute ! can you please tell me how this things works out ? mining from 12 hours and got only 541 Dogecoin !
That's just how it works, You get paid each time your pool is rewarded, which isn't for every block, its random every now and then. And at that point in time your pool will reward you for how much work you contributed to that block.

Finally i got it ! Well how many workers i can add on pool ? currently i have 4 computer but problem is i have only 1 internet connection with 1 IP so just wanted to know can i add 4 more computer to same pool by adding workers and pass such as below !

1 -> worker 1 password x
2 -> worker 2 password x
3 -> worker 3 password x
4 -> worker 4 password x

And then i have to run.bat file from every computer ! Example -> for PC 2 i have to use ( worker 2 password x ) and for other's same ? And if i having same ip address it won't work ?

Thank you !


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 19, 2013, 04:02:53 PM
Finally i got it ! Well how many workers i can add on pool ? currently i have 4 computer but problem is i have only 1 internet connection with 1 IP so just wanted to know can i add 4 more computer to same pool by adding workers and pass such as below !

1 -> worker 1 password x
2 -> worker 2 password x
3 -> worker 3 password x
4 -> worker 4 password x

And then i have to run.bat file from every computer ! Example -> for PC 2 i have to use ( worker 2 password x ) and for other's same ? And if i having same ip address it won't work ?

Thank you !
Of course! That's how workers are intended to be used. Having a different worker for each computer allows you to monitor them individually using the pools control panel.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: PTseller on December 19, 2013, 06:24:19 PM
Finally i got it ! Well how many workers i can add on pool ? currently i have 4 computer but problem is i have only 1 internet connection with 1 IP so just wanted to know can i add 4 more computer to same pool by adding workers and pass such as below !

1 -> worker 1 password x
2 -> worker 2 password x
3 -> worker 3 password x
4 -> worker 4 password x

And then i have to run.bat file from every computer ! Example -> for PC 2 i have to use ( worker 2 password x ) and for other's same ? And if i having same ip address it won't work ?

Thank you !
Of course! That's how workers are intended to be used. Having a different worker for each computer allows you to monitor them individually using the pools control panel.

Thank you for the help ! and what is the meaning of Orphaned ? please check screenshot !

https://i.imgur.com/kIwREJZ.jpg


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 20, 2013, 04:50:01 PM
Thank you for the help ! and what is the meaning of Orphaned ? please check screenshot !
https://i.imgur.com/kIwREJZ.jpg
Sometimes you get orphan blocks and you don't get paid for them, no one does. See this article (https://en.bitcoin.it/wiki/Block_chain) about the bitcoin block chain for further explanation (obviously the same applies to doge essentially).


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: PTseller on December 21, 2013, 05:05:10 AM
Thank you for the help ! and what is the meaning of Orphaned ? please check screenshot !
https://i.imgur.com/kIwREJZ.jpg
Sometimes you get orphan blocks and you don't get paid for them, no one does. See this article (https://en.bitcoin.it/wiki/Block_chain) about the bitcoin block chain for further explanation (obviously the same applies to doge essentially).

Thanks man Cheers !!


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: undeadbitcoiner on December 27, 2013, 05:19:54 AM
minerd --url=stratum+tcp://miner.CoinedUp.com:3359 --userpass=undeadbitcoiner.1:1
pause

Really helped man. Thanks


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Broastr on December 29, 2013, 01:01:29 PM
 :) Thanks man for this nice tutorial!   :)


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Ebrelus on December 29, 2013, 02:42:05 PM
Nice job!


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on December 29, 2013, 06:08:39 PM
Thanks for the nice feedback, its really appreciated!


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: DUMBUYALLC on January 21, 2014, 02:31:20 PM
did everything you said, got this  :(

C:\Users\Rodney\Desktop\pooler-cpuminer-2.3.2-win32>minerd --url=stratum+tcp://w
ww.dogepool.net:4444 --userpass=DUMBUYALLC.1:x
[2014-01-21 08:54:51] Starting Stratum on stratum+tcp://www.dogepool.net:4444
[2014-01-21 08:54:51] 2 miner threads started, using 'scrypt' algorithm.
[2014-01-21 08:54:51] Binding thread 0 to cpu 0
[2014-01-21 08:54:51] Binding thread 1 to cpu 1
[2014-01-21 08:54:52] Stratum detected new block
[2014-01-21 08:54:57] Stratum detected new block
[2014-01-21 08:54:57] thread 0: 3588 hashes, 0.98 khash/s
[2014-01-21 08:54:57] thread 1: 140 hashes, 0.04 khash/s

stops, can you help?

UPDATE: Fixed it, no help needed!


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: pakosb12 on January 21, 2014, 05:18:16 PM
Hi just started getting into mining because I'm intrigued by the whole currency thing. When I wanted to start mining I ran into some problems and was hoping one of you could help.

heres my .bat file and I keep getting the message failed to connect to server1.cyrptovalley.com and I'm not sure how to fix it?

minerd --url=stratum+tcp://server1.cryptovalley.com:3333 --userpass=pakosb12.1:x
pause

Any help is greatly apprciated! Thank you!

....To the moon!

Edit: Since I have last posted I have got it to start mining and I'm very excited but I am only at a Khash of 5. Is there any way to boost that? I feel like 5 is extremely sad.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: SuchDogeMuchCoin on January 22, 2014, 03:01:05 AM
The mining sometimes works and I would get coins but a lot of the time, it would stop working and say cannot connect to server1...etc. Is there a fix to this? I am not getting as much of an output as I expected. It is not as efficient as I see in other people and I would maybe have a successful output 1/10 times. Anyone have a solution?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: blaz092 on January 22, 2014, 03:23:50 AM
I got this :""The program can't start because libcur-5.dll is missing from your computer.Try Reinstaling the program to fix the proble.""
I downloaded the dll, placed in win>sistem32 but shill got this msg :/
anything on thos one?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: hadi on January 22, 2014, 07:33:13 PM
why this error ????


http://i.cubeupload.com/w1OZmY.jpg


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: JustJeff on January 23, 2014, 02:25:22 AM
Hadi, You are attempting to log on to "server1.cryptovalley.com:3333" as "philipplezo" with a worker named "1" whose password is "X".
From the message displayed, one or more of these items is incorrect.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: CaptainGonzo on January 23, 2014, 05:02:35 PM
I keep getting timed out and failed to connect to server "No error"
Any suggestions?

Code:
minerd --url=stratum+tcp://server1.cryptovalley.com:3333 --userpass=CaptainGonzo.1:x
pause

http://i955.photobucket.com/albums/ae36/CaptainGonzo86/Dogecoin_zpsd16473a2.jpg


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: erickarsfast on January 23, 2014, 08:00:18 PM
Same here, mining since 20 hours and hundreds of those.

http://i44.tinypic.com/2afbl6x.jpg

By the way, I am a newbie, what does that meaning accepted ?
And how can I know if I will get at least one DOGE ?

Thanks,
Eric


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: btcoinworld on January 24, 2014, 05:23:50 AM
Same here, mining since 20 hours and hundreds of those.

http://i44.tinypic.com/2afbl6x.jpg

By the way, I am a newbie, what does that meaning accepted ?
And how can I know if I will get at least one DOGE ?

Thanks,
Eric

I have the same error... maybe it's something related to the pool....


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: idontmind on January 26, 2014, 12:55:12 PM
I`m getting this error also.... help! :D


https://i.imgur.com/3T8M6u8.png


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: gizzy on January 26, 2014, 01:20:31 PM
same problem here

[2014-01-26 14:14:34] Starting Stratum on stratum+tcp://server1.cryptovalley.co
:3333
[2014-01-26 14:14:34] Binding thread 3 to cpu 3
[2014-01-26 14:14:34] Binding thread 6 to cpu 6
[2014-01-26 14:14:34] Binding thread 7 to cpu 7
[2014-01-26 14:14:34] Binding thread 0 to cpu 0
[2014-01-26 14:14:34] Binding thread 2 to cpu 2
[2014-01-26 14:14:34] Binding thread 4 to cpu 4
[2014-01-26 14:14:34] 8 miner threads started, using 'scrypt' algorithm.
[2014-01-26 14:14:34] Binding thread 5 to cpu 5
[2014-01-26 14:14:34] Binding thread 1 to cpu 1
[2014-01-26 14:14:38] Stratum connection failed: Failed connect to server1.cryp
ovalley.com:3333; No error
[2014-01-26 14:14:38] ...retry after 30 seconds



Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: scarass on January 27, 2014, 07:36:19 AM
Best guide ever! Thanks mate!!!


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Dathaeus on January 27, 2014, 09:37:15 AM
No settings like cgminer for cpu miner?  Intensity, clock speeds, etc?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: mrl1994 on January 27, 2014, 10:33:57 PM
Im getting a similar error here, but apparently my connection is being refused over and over again.

"Stratum Connection Failed: failed connect to server server1.cryptovalley.com:3333; Connection refused. "


Help ?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: dogechode on January 27, 2014, 10:36:53 PM
not to be the partypooper here but... is it really at all useful to cpu mine dogecoins at this point? The difficulty is high enough that you will barely make much even with 1 pretty decent GPU doing many times the hashes/sec your CPUs are


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: mrl1994 on January 27, 2014, 10:46:03 PM
Hey guys, I changed pool and worked for me. Maybe its a problem w/ doge.cryptovalley or something..


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Katrina Elisse Caudle on January 27, 2014, 11:41:50 PM
I was having trouble connecting until I changed the pool. This tutorial is awesome. Thanks again!


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: mrl1994 on January 28, 2014, 03:16:36 AM
Hey guys, could you explain a little more about the mining process? I mean, I dont understand quite much of whats REALLY happening there..

eg:

Stratum detected new block
Thread 0: 42423 hashes, 4.122 yhash/s

(..)

accepted:135/140 (96.40%), 2.04% (yay!!)



..what happens when it gets to 100%?


Sorry for the silly questions, but I would love to understand more of whats really happening there, lol :P


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: JustJeff on January 28, 2014, 05:08:20 AM
not to be the partypooper here but... is it really at all useful to cpu mine dogecoins at this point? The difficulty is high enough that you will barely make much even with 1 pretty decent GPU doing many times the hashes/sec your CPUs are

Everyone has a different definition of "worth it"
I CPUmine for 40 Doges a day, Is it worth it?
If Doges go to $10, 40 X 10 = 400, $400 a day is worth it.
If you need to sell your Doges @ 0.00021973 to pay for electricity,
well, no, it's not worth it, I suppose.
BTW: I mine BTC @30gh and think that is worth it also,
again, I see this as investment in my future, not a paying job today.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: marto on January 28, 2014, 05:35:01 AM
Hey guys, could you explain a little more about the mining process? I mean, I dont understand quite much of whats REALLY happening there..

eg:

Stratum detected new block
Thread 0: 42423 hashes, 4.122 yhash/s

(..)

accepted:135/140 (96.40%), 2.04% (yay!!)



..what happens when it gets to 100%?


Sorry for the silly questions, but I would love to understand more of whats really happening there, lol :P

135/140 means of the 140 shares submitted 135 are accepted thus the 96.40% acceptance it won't get to 100.. Let it run and don't worry about it unless the % gets way bad like 80's


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: mrdeposit on January 28, 2014, 09:45:21 AM
I tried it with hashfaster on a throwback laptop just to test things and this guide worked! Although this throwback won't be used for mining.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: uartasic on January 28, 2014, 12:00:53 PM
good work OP very happy to see this helping fellow members.

you have some Doge coming your way.

keep up the good work.

ua


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: dogechode on January 28, 2014, 02:30:06 PM
not to be the partypooper here but... is it really at all useful to cpu mine dogecoins at this point? The difficulty is high enough that you will barely make much even with 1 pretty decent GPU doing many times the hashes/sec your CPUs are

Everyone has a different definition of "worth it"
I CPUmine for 40 Doges a day, Is it worth it?
If Doges go to $10, 40 X 10 = 400, $400 a day is worth it.
If you need to sell your Doges @ 0.00021973 to pay for electricity,
well, no, it's not worth it, I suppose.
BTW: I mine BTC @30gh and think that is worth it also,
again, I see this as investment in my future, not a paying job today.

if doge goes up to 10 cents we will all shit our pants. never mind 10 dollars.... 10 dollars are you out of your mind lol?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: bengar on January 29, 2014, 01:04:09 AM
Before to all, cainy393, thank very much for excellent tutorial.

Guys I have a little problem, after my cpu miner is working I see that my worker is now actived, What could be wrong?


http://i58.tinypic.com/2hpojcw.png

http://i59.tinypic.com/vh6p3q.png


bengar


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: mrdeposit on January 29, 2014, 01:08:27 AM
keep it open  and let it run until you see (yay!!!)... if it doesn't happen within the first 10 minutes I recommend moving your hashing power to https://www.multipool.us (https://www.multipool.us)


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: bengar on January 29, 2014, 01:27:52 AM
keep it open  and let it run until you see (yay!!!)... if it doesn't happen within the first 10 minutes I recommend moving your hashing power to https://www.multipool.us (https://www.multipool.us)



Thank you mrdeposit, now is activated.

http://i62.tinypic.com/wl421i.png

But a stratum_recv_line failed message is present. Let see multupool.us, thank you again.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on January 30, 2014, 09:08:42 PM
So I've not been around as much as I would have hoped recently and just wanted to clear a few things up having read through the recent posts. Recently I've not been at all happy with the service from cryptovalley and so I would recommend a different pool and I will be updating the thread accordingly. A lot of you are having connection issues due to using that pool and no other reason. Apologies, I did recommend this pool at the time as it was the best I had found but they have gone down hill since. Currently I use multipool.us - either for their profit switching mining pool or just for the dogecoin specific pool (their website lists different ports to use if you just want to stick to one currency rather than auto-switching) however they do charge a fair old rate on withdrawals and so you may want to look around yourself and be sure to check out the miners and withdrawal fees to make sure they aren't too bad.

Mining on your CPU for dog isn't anywhere near as profitable as it used to be, back when I wrote this tutorial my 50 KH/s that I got from my CPU was enough to get me a couple thousand a day but it certainly isn't anymore (bare in mind the price of doge was only like 30 satoshis at the time so it still wasn't great. However, that doesn't mean that those of you who are simply curious about the currency can't just give it a little go :).

These days the only real way to effectively mine doge is with a fairly decent GPU (graphics card), for example my new GTX 760 which can mine at 250 KH/s but even that isn't exactly going to make you rich or anything. Plus, baring in mind the card set me back £200 it certainly isn't something to try and invest in.

I'll try put together a GPU mining tutorial for Doge in the next couple days if you have a GPU and are interested. It's a fairly similar process but is complicated by the variety of graphics cards around and the varying software required to utilize such cards. Anyhow, if I do write a tutorial for it I'll be sure to post here to update you all.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: uartasic on January 31, 2014, 01:53:37 AM
So I've not been around as much as I would have hoped recently and just wanted to clear a few things up having read through the recent posts. Recently I've not been at all happy with the service from cryptovalley and so I would recommend a different pool and I will be updating the thread accordingly. A lot of you are having connection issues due to using that pool and no other reason. Apologies, I did recommend this pool at the time as it was the best I had found but they have gone down hill since. Currently I use multipool.us - either for their profit switching mining pool or just for the dogecoin specific pool (their website lists different ports to use if you just want to stick to one currency rather than auto-switching) however they do charge a fair old rate on withdrawals and so you may want to look around yourself and be sure to check out the miners and withdrawal fees to make sure they aren't too bad.

Mining on your CPU for dog isn't anywhere near as profitable as it used to be, back when I wrote this tutorial my 50 KH/s that I got from my CPU was enough to get me a couple thousand a day but it certainly isn't anymore (bare in mind the price of doge was only like 30 satoshis at the time so it still wasn't great. However, that doesn't mean that those of you who are simply curious about the currency can't just give it a little go :).

These days the only real way to effectively mine doge is with a fairly decent GPU (graphics card), for example my new GTX 760 which can mine at 250 KH/s but even that isn't exactly going to make you rich or anything. Plus, baring in mind the card set me back £200 it certainly isn't something to try and invest in.

I'll try put together a GPU mining tutorial for Doge in the next couple days if you have a GPU and are interested. It's a fairly similar process but is complicated by the variety of graphics cards around and the varying software required to utilize such cards. Anyhow, if I do write a tutorial for it I'll be sure to post here to update you all.

good stuff cainy we need more posters like you around.

I will also tip you some DOGE after the GPU tutorial is done also.

good work mate.

us


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: itsik78 on February 03, 2014, 04:25:04 PM
It would be cheaper to use your CPU to mine for MemoryCoin (MMC), convert to BTC and buy DOGE.

Here's a great 24 hours comparison done by ReviewOutlaw for ALL CPU COINS.
http://www.reviewoutlaw.com/most-profitable-cpu-coin-list-alt-coin-profits-24-hours-mining/

Guess who the winner is? :)
MemoryCoin of course!

Here's another thread explaining how to CPU mine MMC efficiently:
https://bitcointalk.org/index.php?topic=439874


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: dogechode on February 08, 2014, 08:05:41 PM
if you have a very low hash rate (such as cpu mining doge) eventually won't you not get any coins at all? Because as the difficulty rises and rewards drop, your contribution shares will be so small that you will not have contributed enough work on the current block to be entitled to even 1 doge?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: elviselvis101 on February 08, 2014, 09:00:31 PM
Thanks :), 15 minutes and it was mining for me - versus Maxcoin where I was working for 10 hours over 2 days and no coins  :(


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: JordanKennedy on February 10, 2014, 06:39:48 PM
Newbie here just wondering If you could advise me If I am doing the right thing or is there no point continuing with this pool/mining.

https://i.imgur.com/MYW0Vjv.jpg


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Zzzack on February 10, 2014, 07:32:22 PM
Wow. End this thread. You must explain the risk to the computer...

Many of these Doge miners are younger, and newer to the crypto world. Note the guy above who says his 40 doge coins hes mining could be worth 10$ in the future, so "yeh 400$ a day is worth it."

The energy and declining hardware costs are huge. 40 Doges a day, even at a short term miracle price of 1 cent/doge (10x current market cap, and would require Doge to be receiving more NEW invested money per day than BTC currently is) isn't worth it. Not even close.

Once Doge is more valuable than BTC (thats an if), not only will it be harder to get as many Doges per day with your CPU, but it will finally almost be worth it to mine with your CPU.

I'm not the biggest fan of Memorycoin and I agree with the guy above^. Mine it, sell it, buy your favorite crypto or hold BTC.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: cainy393 on February 14, 2014, 12:02:30 PM
Wow. End this thread. You must explain the risk to the computer...

Many of these Doge miners are younger, and newer to the crypto world. Note the guy above who says his 40 doge coins hes mining could be worth 10$ in the future, so "yeh 400$ a day is worth it."

The energy and declining hardware costs are huge. 40 Doges a day, even at a short term miracle price of 1 cent/doge (10x current market cap, and would require Doge to be receiving more NEW invested money per day than BTC currently is) isn't worth it. Not even close.

Once Doge is more valuable than BTC (thats an if), not only will it be harder to get as many Doges per day with your CPU, but it will finally almost be worth it to mine with your CPU.

I'm not the biggest fan of Memorycoin and I agree with the guy above^. Mine it, sell it, buy your favorite crypto or hold BTC.
You're right that it is not exactly viable to mine doge using your CPU anymore. However when this post was written it was worth it and the post stands as example of sorts. Plus this technique can be applied to any Scrypt algorithm alt-coin in practice and so is still of use.

Newbie here just wondering If you could advise me If I am doing the right thing or is there no point continuing with this pool/mining.

https://i.imgur.com/MYW0Vjv.jpg
That's absolutley fine, the little (yay!!!) things mean that your share was accepted. Therefore everything is working fine. You may get the occasional (boooo) but so long as it isn't every time that's fine. You are unlikely to make a lot of profit from that kind of hashing power it is still a novelty as I keep saying.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: mickyd on February 14, 2014, 02:23:54 PM
Great instruction! Thank you


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: sub-80 on February 23, 2014, 05:55:56 PM
Hello guys been about a week mining. Was wondering how many yays per minute is good and how many are to low?
I am mining mint, tag and ltc.

update: didn't read the cpu or the dogcoin part  ;D


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: neot on February 23, 2014, 07:54:07 PM
I like CPU mining.  Easy to setup.  :D  I wish difficulty wasn't so high for so many of the coins. :-\


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: kalongking on March 01, 2014, 05:50:02 AM
im noob, can someone to tell me how to set difficulty?  ???


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: JustJeff on March 01, 2014, 07:25:10 PM
if doge goes up to 10 cents we will all shit our pants. never mind 10 dollars.... 10 dollars are you out of your mind lol?

I see this perspective quite often. And no, I'm not out of my mind. ;)
Why is it that you contend that $10.00 a Dogecoin is fantasy?

BTW: it won't be that Doge's are so _valuable_, but in 7 years, the dollar will be the currency that is next to worthless.
We'll all need to be Crypto Millionaires when a bottle of Coca Cola is $23.95 and a gallon of gas is $105.99.

The future will not be the same as the past.

(Still mining away @ 40 doges a day, they do add up)


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: quain on April 20, 2014, 08:15:02 AM
i cant seem to be able to run or do this thing properly, i keep getting an error, either im using the wrong software or im completely lost, can anyone give me a link of the mimer i should download for windows 7 ultimate 32bit? thanks


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: jabo38 on April 20, 2014, 09:28:33 AM
i cant seem to be able to run or do this thing properly, i keep getting an error, either im using the wrong software or im completely lost, can anyone give me a link of the mimer i should download for windows 7 ultimate 32bit? thanks

I am not mining this but I think you don't want to be mining with a CPU.  Anybody mining with a good graphics card will be hundreds of times more successful. 


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: quain on April 20, 2014, 09:14:12 PM

I am not mining this but I think you don't want to be mining with a CPU.  Anybody mining with a good graphics card will be hundreds of times more successful.  

i am mining with only CPU since i dont have a graphics card installed. so far im getting a lot of yay and my earnings for the first 24 hours is 105 doge coin


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: snarlpill on April 25, 2014, 05:43:55 PM
Could somebody help me out with something please? When I run the batch file I created to start minerd, finally I got it to trigger a box popping up that says- "What program do you want to use to run minerd.exe?" Can anybody tell me how I can get past this, and just have minerd start running from my command line batch file? I am Definitely Not a computer expert. Thanks guys.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: dakonekt on June 02, 2014, 08:04:02 AM
hi guys,newbie here on all levels,lol!!! Out many posts this one works 1st time around thanks a mill.

Been mining for a week now,just cpu-mining though. What are the scrypt-n and x11 options/settings?


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: jc01480 on June 14, 2014, 09:52:07 PM
Could somebody help me out with something please? When I run the batch file I created to start minerd, finally I got it to trigger a box popping up that says- "What program do you want to use to run minerd.exe?" Can anybody tell me how I can get past this, and just have minerd start running from my command line batch file? I am Definitely Not a computer expert. Thanks guys.

Make sure all of your files are in the same folder.  Run your 'run.dat' file from the folder with the other four files.  Your list should consist of:

libcurl-4.dll
libwinpthread-1.dll
zlib1.dll
minerd.exe
run.bat

Hope this helps.


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: Spoetnik on June 14, 2014, 10:28:15 PM
The ultimate waste of cpu power..

Doge is scrypt algo..
Scrypt asics made cpu mining a waste of time.

Try mining Jackpotcoin with a CPU ;)


Title: Re: Beginners Guide to CPU mining DogeCoins - Now with images!
Post by: holacus on December 31, 2014, 08:33:36 PM
hi, i want to know if we can use both gpu miner and cpu miner in the same time, in the same hardware??