Solo Mining Bitcoin Cash Litecoin Mining Software For Mac

0207
  1. Solo Mining Bitcoin Cash Litecoin Mining Software For Mac Pro
  2. Solo Mining Bitcoin Cash Litecoin Mining Software For Mac Mac
  3. Solo Mining Bitcoin Cash Litecoin Mining Software For Mac Free
Solo Mining Bitcoin Cash Litecoin Mining Software For Mac

My on Litecoin mining I discussed how you can get started mining, an alternative to the crypto-currency, using your spare CPU cycles. If you’re GPU is already mining Bitcoins, using your CPU to mine Litecoins may be an obvious choice.

However, if you are “all in” on Litecoin then you can get a sizable performance increase by using your GPU to mine Litecoins. Whether that trade-off is worth-while is a decision you would need to make. Litecoin is not as mature as Bitcoin and is just as volatile. Some see it as a doomed clone, others as the next Bitcoin, poised to take off. GPU Mining In order to start using your GPU to mine Litecoins on OS X, you’ll need to first install.

Please read my on Bitcoin mining for step-by-step instructions and installation packages for cgminer and bfgminer. The Homebrew formulas I shared in my previous article include the configuration settings necessary to mine both Bitcoins and Litecoins. If you are compiling the applications yourself, make sure to use the –enable-scrypt parameter when running./configure. Armed with a copy of cgminer or bfgminer with enabled, you can now start mining Litecoins with your GPU. Now a fair warning: finding a nice set of parameters for mining Litecoins with cgminer or bfgminer is far more finicky and time consuming. With Bitcoins you can basically run either miner and just specify your pool. The miner will then tune itself and eventually reach a nice hash-rate.

This isn’t really the case with using either miner to mine Litecoins. For instance, if I use the following command line to mine Litecoins using my ATI 5770. Note that I am using the -d parameter to specify which GPU to use to simplify these examples. Cgminer -scrypt -o host:port -u username -p password -d 0 With no additional tuning my 5770 gets about 5Kh/s. My CPU alone gets around 29Kh/s. Using bfgminer with the basic command-line parameters yields similar results.

As indicated in my I use the –no-opencl-binaries to work around a crash in bfgminer with multiple GPU’s on OS X. Bfgminer -scrypt -o host:port -u username -p password -d 0 -no-opencl-binaries So how can we get better performance mining Litecoins on the GPU? The first parameter to focus on is the -I parameter, or the intensity. With Bitcoin this parameter does help, but honestly not a ton.

P5gc-mx 1333 asus driver for mac. Now click on ERASE on right hand side and under the format option select ” MAC OSX Journaled Extended ” and click Erase.

If you aren’t using the PC, and you leave the intensity at “Desktop” ( -I d), both cgminer and bfgminer will eventually reach around the same performance you’d get by specifying something like -I 9. This is not the case with Litecoin mining. With (Litecoin’s hashing algorithm) you need to specify a high intensity, in fact higher than is suggested for Bitcoin. I’d start at around 10 and go up from there.

On my system, 15-16 is about the best I can do. So lets try cgminer with -I 13 to see what that does: cgminer -scrypt -o host:port -u username -p password -d 0 -I 13 That change alone triples the Kh/s, but from 5Kh/s to 15Kh/s honestly isn’t much to brag about. Let’s try with bfgminer: bfgminer -scrypt -o host:port -u username -p password -d 0 -no-opencl-binaries -I 13 Similarly I get around 14Kh/s using the -I 13 parameter with bfgminer. The next parameter to focus on is the -w parameter, which specifies a worksize in multiples of 64 up to 256. This parameter is what really makes a difference on my OS X rig: cgminer -scrypt -o host:port -u username -p password -d 0 -I 13 -w 64 Now we’re cooking with Crisco! Using -I 13 -w 64 on my 5770 gets me from the original 5Kh/s up to 83Kh/s with cgminer.

And with bfgminer? Bfgminer -scrypt -o host:port -u username -p password -d 0 -no-opencl-binaries -I 13 -w 64 This gets us up to around 80 Kh/s with bfgminer as well. By removing the -d parameter so that both GPU’s are used and cranking up the -I parameter to 16 I can get my GPU’s up to around 230 Kh/s: cgminer -scrypt -o host:port -u username -p password -I 16 -w 64 The last parameter I want to note is –thread-concurrency. If cgminer or bfgminer are reporting hardware errors (the HW number in the output) this indicates that you need to make use of the –thread-concurrency parameter. These are not hardware failures.

Solo Mining Bitcoin Cash Litecoin Mining Software For Mac Pro

You can find guidelines for the value to use: 57xx cards: 2368-4096 (3200 is common) 58xx cards: 4096-8192 (5600, 7168, and 8000 are common) 5970 cards: 4096-8192 (5632 or 8000 are common) 67xx cards: 2368-4096 (3200 is common) 68xx cards: 3008-6720 (4800 is common) 69xx cards: 4096-8192 (5600, 7168, and 8000 are common) 6990 cards: 4096-8192 (5632 or 8000 are common) 7xxx cards: 64. bus-width-of-card-in-bits. So, for a 7950, that would be 64. 384 = 24576. Ideal values are 21712 or 24000. Find your bus width.

I verified that 3200 works well with a 5770 and 4800 works well with a 6870. Conclusion And that about covers it for my series of articles on mining Bitcoins and Litecoins using Mac OS X and Apple hardware. The growing landscape of crypto-currency is fascinating from many perspectives. If your interest is piqued and you are running OS X, hopefully you now have the information you need in order to get started mining this new form of currency. UPDATE: Starting with version 3.8 cgminer no longer includes any support for GPU mining, so you will need to use version 3.7.2 of cgminer if you intend to mine using your GPU.

Additionally, bfgminer now requires an additional argument in order to enable GPU mining. If you wish to use bfgminer for GPU mining you will need to add the following argument: -S opencl:auto. 29 thoughts on “ Litecoin Mining on Mac OS X – GPU Mining”. Pingback:. davcamer Thanks for the excellent guides on starting mining on a Mac. I have been trying it out over the weekend on a couple of different laptops, one Air and one Pro.

Solo Mining Bitcoin Cash Litecoin Mining Software For Mac Mac

Obviously, neither of them are heavy hitters but the experimentation is quite fun. I found MacMiner to be better than doing homebrew installs, surprisingly. Also, I haven’t been able to get Litecoin mining working on the Pro’s GPU. It gives a cryptic OpenCL initialization error: Error -54: Enqueueing kernel onto command queue. ↓.

Bitcoin

I am getting errors like this from my clean command line: cgminer –scrypt -o stratum+tcp://pool.fcpool.com:3334 -u XXXXXX -p XXXXXX I have tried to connect not using stratum and it works. 2013-09-17 17:00:05 Press any key to exit, or cgminer will try again in 15s. 2013-09-17 17:00:21 Failed to connect to stratum on pool.fcpool.com:3334 2013-09-17 17:01:20 No servers were found that could be used to get work from.

2013-09-17 17:01:20 Please check the details from the list below of the serve rs you have input 2013-09-17 17:01:20 Most likely you have input the wrong URL, forgotten to ad d a port, or have not set up workers. ↓. Hi Can you help me? Sorry for the double post but I have tried everything.

—– I am using a Sapphire 7950 on my Mac Pro tower and the best hashing rate I can get is 360 Kh/s mining Litecoins. I have seen that people have gotten up to 600 Kh/s with a 7950. What can I do on my computer to speed it up?

Solo Mining Bitcoin Cash Litecoin Mining Software For Mac Free

CGMiner (3.4.3) command line: cgminer –scrypt -o -w 256 –intensity 20 –lookup-gap 2 –thread-concurrency 21712 –url=stratum+tcp://us.XXXXXpool.org:8080 –userpass=XXXXXX.1:XXXXXX Is it the mac versions of the 7950 that is slow? It seems I should be able to get 600 Kh/s. Thank you for your help. ↓. I am using a Sapphire 7950 on my Mac Pro tower and the best hashing rate I can get is 360 Kh/s mining Litecoins. I have seen that people have gotten up to 600 Kh/s with a 7950. What can I do on my computer to speed it up?

CGMiner (3.4.3) command line: cgminer –scrypt -w 256 –intensity 19 -v 1 -g 1 –lookup-gap 2 –thread-concurrency 21712 -o –url=stratum+tcp://us.XXXXXpool.org:8080 –userpass=XXXXXX.1:XXXXXX Is it the stock power supply? Is it the mac versions of the 7950 that is slow? It seems I should be able to get 600 Kh/s.

Thank you for your help. ↓. Ryan I’m using litecoin-qt, trying to run bfgminer against it to solo mine, but I can’t figure out where to define a pool or workers in litecoin-qt. I’ve edited the rpcuser and rpcpassword in a sample litecoin.conf file I found on the wiki, and put it under /Library/Application Support/Litecoin/, but that didn’t seem to work.

I’m getting: 2014-01-08 20:28:43 Started bfgminer 3.9.0 2014-01-08 20:28:43 Started bfgminer 3.9.0 2014-01-08 20:28:44 Probing for an alive pool 2014-01-08 20:28:44 Pool 0 slow/down or URL or credentials invalid Command line is: bfgminer –scrypt -o localhost:9333 -u user -p pass –no-opencl-binaries -I 13 -w 64 -S opencl:auto Please help!

This entry was posted on 07.02.2020.