bitcoin mining linux

up vote down vote favorite 13 Ok.I don't care if I make only a small amount of bitcoins mining.I want to mine.How do I setup my machine (amd x64 4.6Ghz 6GB/RAM with GeForce Nvidia 7300, LinuxMint 10) to start mining?Is it damn simple, or it's a damn-high-geek-setup?Can I set up to use both CPU and GPU?How much should I expect in this simple system per month with my machine on all time?linux cpu-mining gpu-mining miner-configuration up vote down vote Please check this question first: How much Bitcoin will I mine right now with hardware X?Before you go through all this work, it is important to know what to expect from your hardware.There are two options: solo mining or pool mining.Unless you have a lot of computing power (several ASICs), you should probably mine at a pool.So the first thing to do is to sign up at a bitcoin pool.The stickies in this bitcointalk section have links for the top 10 pools.The main differences between them are the payout models and the fees.

If you just want to try things out, choose one of the most popular pools like Deepbit or BTC Guild.You can then try others, according to your needs.Now you need to install a miner.It has a simple interface, a drop down menu with a list of pre-configured pools and it is not difficult to setup.After you install the miner, you need to point it towards your pool.So select device you want to mine with (probably your FPGA/ASIC), enter the pool URL (if you don't know what it is, check the FAQ/help section of your pool's website) and your username/password.You can now see your progress at the pool's website.Useful links: What is a Mining Pool, what is it good for?Is CPU mining even worth it?What is a good mining pool/payout model for infrequent mining?In your specific case, you have no ASICs or FPGAs, so you will earn less than a penny of Bitcoin.up vote 4 down vote There are several options for Mining Bitcoins some of these are no longer profitable, but for the sake of being thorough here they are in order of efficiency lowest to highest: Methods CPU Mining (minerd) GPU Mining (cgminer, bfgminer) /fpgaminer/Open-Source-FPGA-Bitcoin-Miner) ASIC Mining (cgminer, bfgminer, also some custom software that ships with various ASIC's) Currently the most efficient method is to use ASIC miners as with the difficulty always increasing, it becomes harder and harder to gain returns on lower spec hardware.

Some Example Hardware Setups GPU - https://en.bitcoin.it/wiki/Mining_rig Hardware Comparison - https://en.bitcoin.it/wiki/Mining_rig ASIS's: -- / -- / -- / -- / -- / Most ASICS work out the box and have built in web interfaces to control and monitor the hashing of the device, where as other forms of mining normally require a bit getting down and dirty in the command line.
bitcoin gone crazyAlso as its mostly ineffective to mine in any other way this is generally the way most people choose to go although there is normally a high barrier to entry due to the high cost of entry e.g.
armory bitcoin not foundthe new Cointerra TerraMiner can achieve 2TH/s and is priced at USD $5,999 making it an expensive device to purchase.
il nuovo bitcoin

Monitoring When mining you want to ensure maximum possible up time as whenever you have hardware not hashing you are loosing money, So its pretty important to setup some kind of monitoring for your devices.
bitcoin ing bankSome mining software comes with this built in however there are also some other options out there.
bitcoin wall street journal 2015CGWatcher - http://manotechnology.blogspot.co.uk/p/cgwatcher.html CGRemote (Donation Only) - http://manotechnology.blogspot.co.uk/p/cgremote.html /ckolivas/cgminer/blob/master/miner.php /minepeon/ /pshep/ANUBIS Pools / Stratum Proxy The Final piece in the puzzle is the pool, now obviously you can choose one of the many pools already out there or you can run your own pool.
bitcoin plus pump and dump

Running your own pool can be a daunting task for beginners, but it is well worthwhile with the knowledge you learn while building and maintaining it.Build Your Own Pool: P2Pool -- / -- https://en.bitcoin.it/wiki/P2Pool -- /forrestv/p2pool -- /index.php?topic=62842.0 -- /index.php?topic=153232.0 -Eloi Pool -- /index.php?topic=158105.0 -- /ZeroASIC/eloipool-server Stratum Proxy - http://mining.bitcoin.cz/mining-proxy-howto Some of My Favorite Pools https://www.multipool.us/ - Automatically Mines the most profitable SHA-256 and or scrypt coin.
bitcoin 11th marchhttps://ghash.io/ - This is the mining pool backend for cex.io and they offer merged mining with Namecoin, Devcoin, Ixcoin https://hashco.ws/ - Like multipool but offer ability to recieve all payout in BTC I Hope this very brief overview of mining helps you get started :) up vote 3 down vote If you are after bitcoins I wouldn't even spend time on CPU or GPU.
bitcoin dispenser

It is now difficult with specialized hardware (butterfly labs, kncminer ... ).You can have a look at cloud mining (cexio) as well it is expensive and you have to have bitcoins already but you can buy and sell GH/s and you can actually make more from trading than mining.
bitcoinfog feeYour Answer Sign up or log in Sign up using Email and Password Post as a guest Name Email discard By posting your answer, you agree to the privacy policy and terms of service.Ask Ubuntu Sign up or log in to customize your list._ Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top up vote 8 down vote favorite 4 I just installed bitcoin-qt wallet on Ubuntu 14.04 and have synced with the bitcoin network.How do I install a mining program that will enable me to join a mining pool?bitcoin up vote down vote To mine bitcoins use cpuminer (click here) and avoid any graphical application: a console application is faster and doesn't need much memory.

This may be the reason why bitcoin-qt wallet has dropped the official support for bitcoin mining.You should compile cpuminer from the source code to obtain optimal performance.Binary packages are not optimized for your system and therefore are often slower.To execute the cpuminer installation + compilation procedure on Ubuntu, follow this askUbuntu topic.WARNING: don't use cpuminer or any miner software on remote hosted machines, it's considered as an abuse of common resources and can be treated as an attack to the hosted system.NOTE: Bitcoin mining is very time consuming and you need a very powerful network of server machines to obtain even a small result (less than a bitcoin in most cases).This is due to the fact that you are competing with people and organizations running highly specialized hardware (ASIC miners, FPGA devices etc.)which does nothing but compute BTC block hashes 24h a day.Please don't hesitate to ask by commenting here if you have more questions and don't forget to press the left UP arrow if I'm of any help.

If you earn a coin, please consider the Free Software Foundation BTC donation page.up vote 2 down vote solution for Asic Block Erupter miner using cgminer /equivalent/scrapbook2/blob/master/bitcoin-mining.md # run all commands are under su or sudo # step 1 apt-get install autoconf gcc make git libcurl4-openssl-dev libncurses5-dev libtool libjansson-dev libudev-dev libusb-1.0-0-dev # step 2 cd /usr/src/ /ckolivas/cgminer.git # step 3 cd cgminer ./autogen.sh --enable-icarus # step 4 make # step 5 # Plug your ASICMiner Block Erupter USB’s into the USB ports of your device.# step 6 ./:8332 -u username_worker -p yourpassword Your Answer Sign up or log in Sign up using Google Sign up using Email and Password Post as a guest Name Email discard By posting your answer, you agree to the privacy policy and terms of service.Browse other questions tagged bitcoin or ask your own question.