2
1
I would like to do some solo mining of litecoin on OSX. I realize the probability is low that i will hit it. but i like the idea of the lottery. I have a miner setup (cgminer) and i have successfully connected to a pool. I have found lots of guides that explain how to do this on Windows like: https://bitcointalk.org/index.php?PHPSESSID=3rq912e407g04cjq8ehdhnk457&topic=83371.0
But what all these guides tell you to do is edit litecoin.conf and then restart litecoin-qt. But does this still apply to OSX? I don't see a litecoin.conf anywhere. I have looked in Library/Application Support/Litecoin Is it still litecoin.conf in OSX? or is it a different file?
So, i have added that file, and restarted litecoin-qt. But when i launch bfgminer with the settings:
bfgminer --scrypt -o http://127.0.0.1:9332 -u username -p password -w 64 -I 13it just hangs and displays an empty terminal. – deweydb – 2013-05-06T12:23:26.903Oh, I'm dumb, i had a # in my password. So it works now. One more small question. How does litecoin-qt know which public key to credit when winning the lottery (say i have a couple public keys). – deweydb – 2013-05-06T12:25:55.930
Also, when it starts i see
[2013-05-06 14:31:39] Probing for an alive pool [2013-05-06 14:31:39] Network difficulty changed to 396 (2.839Gh/s) [2013-05-06 14:31:39] No suitable long-poll found for http://127.0.0.1:9332Does this mean i have not set it up correctly? – deweydb – 2013-05-06T12:35:41.023