Bitcoin Forum

Other => Beginners & Help => Topic started by: boconniff40 on March 10, 2012, 01:37:12 PM



Title: Which miner should I use?
Post by: boconniff40 on March 10, 2012, 01:37:12 PM
Which miner do people usually use?


Title: Re: Which miner should I use?
Post by: bitcoinsarefun on March 10, 2012, 01:45:47 PM
Which miner do people usually use?

cgminer is pretty popular, it's the my personal favorite out of all the ones I've used.


Title: Re: Which miner should I use?
Post by: jake262144 on March 10, 2012, 03:04:45 PM
Cgminer (https://bitcointalk.org/index.php?topic=28402.0) is the one to choose when looking for military grade (https://bitcointalk.org/index.php?topic=67923.0) functionality.
BitMinter's (https://bitminter.com/) java-based client OTOH is the one to pick when in need of "military grade" ease of use :P


Title: Re: Which miner should I use?
Post by: TCPC on March 11, 2012, 04:55:42 AM
CGMiner has been the best I have used so far.  It is command line but still pretty easy to get setup.  If you don't like the command line miners GUI miner was extremely easy to setup but not as effective as CGminer.  I have not tried Bit Minter yet, though I have been hearing a lot of good things about it.  I may have to give it a shot.


Title: Re: Which miner should I use?
Post by: Kluge on March 11, 2012, 05:23:14 AM
I'm pretty fond of Phoenix 2. Has an editable config file, now, and merges workload. Set up the config, then just run the program - runs quietly in the background.


Title: Re: Which miner should I use?
Post by: Ian Moone on March 11, 2012, 06:34:52 AM
I have tried the Diablominer but it is a little to complicated for a total noob like me, I am currently using GUIminer it pretty much does everything for you . I am not sure if it is me or the miner but I can only seem to get it to load deepbit.net so far lol. most likely it is just me.


Title: Re: Which miner should I use?
Post by: MagicSata on March 11, 2012, 08:35:07 AM
Assuming you are GPU mining then I would use Phoenix if using linux and CGminer if using windows.


Title: Re: Which miner should I use?
Post by: Voxfaith on March 11, 2012, 09:21:49 AM
Cgminer (https://bitcointalk.org/index.php?topic=28402.0) is the one to choose when looking for military grade (https://bitcointalk.org/index.php?topic=67923.0) functionality.
BitMinter's (https://bitminter.com/) java-based client OTOH is the one to pick when in need of "military grade" ease of use :P

Oh god, that one's killing me.

Couldn't suppress my laughing either when someone else introduced himself aswell as "Crypto-Hobbyist" in the introduction thread.  ;D


Title: Re: Which miner should I use?
Post by: JennyHill on March 11, 2012, 05:12:07 PM
I cast my vote for BitMinter. I've been using it for months and I it's really simple to set up and use.


Title: Re: Which miner should I use?
Post by: boconniff40 on March 11, 2012, 08:25:18 PM
what do i do if i don't have microsoft visual studio 2010?


Title: Re: Which miner should I use?
Post by: JennyHill on March 11, 2012, 08:35:06 PM
what do i do if i don't have microsoft visual studio 2010?

I don't get it, why would you need visual studio to mine?


Title: Re: Which miner should I use?
Post by: boconniff40 on March 11, 2012, 10:42:23 PM
download cgminer and there aint no application file here, how am i suppose to use this thing?


Title: Re: Which miner should I use?
Post by: JennyHill on March 11, 2012, 10:55:00 PM
download cgminer and there aint no application file here, how am i suppose to use this thing?

Did you read through this thread?

https://bitcointalk.org/index.php?topic=28402.0


Title: Re: Which miner should I use?
Post by: boconniff40 on March 11, 2012, 11:01:44 PM
TY JH


Title: Re: Which miner should I use?
Post by: jake262144 on March 11, 2012, 11:03:49 PM
download cgminer and there aint no application file here, how am i suppose to use this thing?
On Linux you might issue the following one-liner:
wget https://github.com/ckolivas/cgminer/zipball/master && unzip master && cd ckolivas-cgminer* &&  cp ../adl_includes/adl_* ADL_SDK/ && ./autogen.sh && CFLAGS="-O2 -Wall -march=native" ./configure && sleep 4 && make && cp cgminer /opt/bcm/cgminer && cp *.cl /opt/bcm/cgminer && cd .. && rm -r ckolivas-cgminer* && rm master
It's all explained in the README (https://github.com/ckolivas/cgminer/blob/master/README).

On Windows, do yourself a favor and just download the already compiled version (http://ck.kolivas.org/apps/cgminer/cgminer-2.3.1-2-win32.zip).


Title: Re: Which miner should I use?
Post by: intertrade on March 12, 2012, 02:40:00 AM
The windows binary of cgminer is a easy way to start with.