Pages:
Author

Topic: Solo Mining LTC - page 2. (Read 11918 times)

legendary
Activity: 1372
Merit: 1003
February 13, 2012, 02:43:29 PM
#13
Used to be at least 50; now it's more like 40 (probably because of Ozcoin's now-gone 10 LTC bonus per block.) But with every CPU I use for it, I get a minimum hashrate of 50KH/s, and a max of about 56.
Still, there are miners with 100+ KH/s in the pool I use, so I think that solo is a bad option for a lot of us.
What kind of CPUs are you using? The highest hashrate listed on the hardware comparison is the PS3 with 34. https://github.com/coblee/litecoin/wiki/Mining-hardware-comparison

Is that WiKi correct.  I'm getting 7KHash/s on a Pentium D 3GHz and it says at Core2Quad Q6600 only gets 5KHash/s. 
full member
Activity: 131
Merit: 100
January 18, 2012, 05:17:33 PM
#12
For a while they gave out 60 per block.
member
Activity: 80
Merit: 10
January 18, 2012, 03:52:18 AM
#11
Hm weird. Considering on average it takes 3ish days with like a 20kh/s connection, I guess that makes sense that solo would maybe even out or be a bad goal for you since with the pool you're guaranteed your payout. Yeah I'm pretty much trying to figure out if I want to go with litecoinpool or pool-x. What makes ozcoin special? From their website I can't figure out how they do litecoins..
full member
Activity: 131
Merit: 100
January 17, 2012, 08:00:05 PM
#10
Whoops. Meant all of them combined, not each one.
hero member
Activity: 742
Merit: 500
January 17, 2012, 07:57:27 PM
#9
Used to be at least 50; now it's more like 40 (probably because of Ozcoin's now-gone 10 LTC bonus per block.) But with every CPU I use for it, I get a minimum hashrate of 50KH/s, and a max of about 56.
Still, there are miners with 100+ KH/s in the pool I use, so I think that solo is a bad option for a lot of us.
What kind of CPUs are you using? The highest hashrate listed on the hardware comparison is the PS3 with 34. https://github.com/coblee/litecoin/wiki/Mining-hardware-comparison
legendary
Activity: 2058
Merit: 1452
January 17, 2012, 06:08:09 PM
#8
litecoins isn't worth anything significant, and it's certainly not profitable to mine it on purpose, so why is everyone pool mining? take a chance, and solomine! trust me, the feeling of finding a block is much better than getting your daily 15 or so LTC. Grin
full member
Activity: 131
Merit: 100
January 17, 2012, 05:17:49 PM
#7
Used to be at least 50; now it's more like 40 (probably because of Ozcoin's now-gone 10 LTC bonus per block.) But with every CPU I use for it, I get a minimum hashrate of 50KH/s, and a max of about 56.
Still, there are miners with 100+ KH/s in the pool I use, so I think that solo is a bad option for a lot of us.
member
Activity: 80
Merit: 10
January 17, 2012, 03:57:09 PM
#6
I'm currently testing to see which pool is better for me out of 2 pools and I just kinda wanted to make sure solo was an option. On a PPS pool I get about 13LTC a day and I haven't been on long enough on the PPLNS pool yet to see what that daily outcome is around. Just checking my options basically.

What's your speed that you get more than 50 ltc a day?
full member
Activity: 131
Merit: 100
January 17, 2012, 10:54:35 AM
#5
This may be obvious, but why not a pool? I already earn upwards of 50 a day with Ozcoin's LTC pool at a steady rate; why is going solo ever better?
member
Activity: 80
Merit: 10
January 15, 2012, 08:43:50 PM
#4
Oh okay I'll try to change some of my settings and see if that works. I'm not sure if I have all those files configured correctly.
hero member
Activity: 630
Merit: 500
Posts: 69
January 15, 2012, 08:36:11 PM
#3
Make sure to get the latest optimized minerd https://bitcointalksearch.org/topic/an-even-more-optimized-version-of-cpuminer-poolers-cpuminer-cpu-only-55038 .. I don't think there is anyone who hasn't got crazy jump speeds from trying out different ones
hero member
Activity: 504
Merit: 500
January 15, 2012, 08:28:37 PM
#2
it would take 22 days average to find a block at 2500hashes/s

3 and a half days at 17kh/s if you get solo to use the minerd.exe you use with scryptminer (not sure if possible, i don't solo mine)



edit



to mine, whether the pool or solo, first things you need are a client and miner.

1.
Grab the source: https://github.com/coblee/litecoin
Windows client binary: https://github.com/downloads/coblee/litecoin/litecoin-windows-client-40104.zip


2.
You can mine the coin by using the default miner in the client. Just put "gen=1" in your litecoin.conf file.
Or you can use a CPU miner. Currently, you must use one of these miners that uses Scrypt:
    https://github.com/Lolcust/Tenebrix-miner
    https://github.com/ArtForz/cpuminer - Fastest but experimental
Here's a compiled binary for Windows:
    https://github.com/downloads/coblee/litecoin/litecoin-windows-miner-10-10-2011.zip

3. litecoin.conf
You need to create a litecoin.conf file
with this content
Code:
testnet=0
server=1
rpcuser=miner
rpcpassword=litecoin

block_nTime=1317972665
block_nNonce=2084524493

#gen=0

#Change this if you want to use a different rpc port for mining
#rpcport=9332

#Only uncomment this if you are running litecoind (not Litecoin QT)
#daemon=1

and save it to
 Windows: C:\Documents and Settings\\Application Data\Litecoin
    Win7: C:\Users\\AppData\Roaming\Litecoin
    Mac: ~/Library/Application Support/Litecoin
    Unix: ~/.litecoin

4. Mining Solo
 in your windows binary miner, edit the 2threads.bat file to adjust to the number of threads you want to mine with
(Don't put more threads than you have core, think of it as dividing by zero, you house will vanish in a black hole) then run it.

5. pool mining.
Once you have your client, head on over to the http://184.107.145.244/ pool.
signup with your LTC address
edit your mining batch file (2threads.bat from earlier) with the username and info given to you by the pool.
mine
...
profit (slowly)


EDIT edited for typos and general morningness
member
Activity: 80
Merit: 10
January 15, 2012, 08:21:23 PM
#1
So I recently decided I would try mining litecoins since I can mine them alongside bitcoins and not slow down my gpu. I downloaded the official client and tried to solo mine. All it says that it's started and then I left it running for 3-4 days and saw no progress (or high cpu usage) . Just about an hour ago, I tried the ScrpytMiner GUI with a litecoin mining pool and that works perfectly and says I'm going at about 17kh/s with 7 threads with about 80% cpu usage. I tried to solo mine again but I still see nothing showing me it's working with the exception that it said my speed was going at about 2500hashes a second. I read that at 1 difficulty it should take an estimated ~65k hashes to find a block so...

 My basic question is, with fear of sounding like the n00b that I am, can someone tell me if I'm setting up something wrong or is 3-4 days not a long enough time to find a litecoin block at that speed?
Pages:
Jump to: