Pages:
Author

Topic: [TUTORIAL] Solo Mining Litecoins Guide--Windows! - page 7. (Read 306103 times)

full member
Activity: 133
Merit: 100
Quote
Step 6.)  Wait a minute or so for the litecoin-qt window to come up. If it gives you an error, leave a post here detailing the error and I'll try to help you.
after i start up bitcoin-qt (using cmd and -server), it loads to my "wallet screen" and a small error window pops up saying "an error occurred setting up RPC port 9332 for listening: open: : An address incompatible with the requested protocol was used" and my only option is to hit ok, after that the client closes, i dont know what to do, i have managed to do all the steps as were written, no error until this point. i created roaming dir in appdata and put the litecoin folder there, i have created the config file properly, also i am using win xp on the machine where i am doing this.

how can i be sure that the port 9332 is open? could this be the issue? i am configuring just one computer, the same i want to mine on, i will not connect other computers/rigs to it

and svennand, thank you for your quick reply!
sr. member
Activity: 462
Merit: 250
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1

sorry for being so derpy, but what should i put here, what username and pw? ip, my home address?

rpcuser and rpcpassword is just the usernam/password you have to put into cgminer to be able to connect to the litecoin qt app. just make something up=)
rpcallowip here you can put either 127.0.0.1 or localhost (both points back to the computer your running litecoin qt app/config file from)

if you have several computers you need to add an extra rpcallowip for each of them containing their ip adress.

For example my config looks like this:
dissregards the () content

rpcuser=fuzzy
rpcpassword=xxxxx
rpcallowip=192.168.0.2 (same as 127.0.0.1 since its the ip of my main computer)
rpcallowip=192.168.0.9 (computer2)
rpcallowip=192.168.0.14 (computer3)
rpcallowip=192.168.0.21 (computer 4)
rpcport=9332 (which port to connect to, be sure that this port is open for the computers to connect to the main computer)
daemon=1
server=1
gen=0

block_nTime=1317972665
block_nNonce=2084524493
full member
Activity: 133
Merit: 100
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1

sorry for being so derpy, but what should i put here, what username and pw? ip, my home address?
sr. member
Activity: 462
Merit: 250
   Hello, I've been trying to figure out how to mine bitcoin. But after some reaserch I decided that I would try to mine lite instead. I was wondering can I use my bitcoin wallet to store litecoins. Also I have been spending to better part of the last 2 weeks trying to figure out the system and all the software nessessary, but still haven't figured it out. Here is a list of all of the apps that I've downloaded.
 1. Bitcoin-wallet
 2. Bitstamp
 3. Bitinstant
 4. Mt.Gox
 5. Ozcoin mining
 6. 7-Zip
 7. minerGui
 
  As well as a couple other apps that I wasn't able to get to open up.  Could you please give me some insight on what I'm doing wrong. I'm getting so frustraighted, please help  Smiley

Hmm that was a long list.

When i bitcoin mined i used bitstamp as wallet (they usually have high trade value and easy to use), and bitminter for the mining (EASY! java app click and play allmost).
However i switched over to litecoin now since it seems to be a currency on the rise=)

short litecoin mining tutorial that i use in windows:

1. Download/install AMD catalyst drivers (i use 13.3 or 13.1, depending on what rig i look at).
2. Download/install AMD APP Development drivers (2.8 version is latest and the one i use)
3. Download Cgminer (easy very stable miner client, havent tried Reaper but many are experiencing unstability with it). Just put the program folder where ever you like (i have it in my documents folder).
4. The choice should i solo mine or pool mine?Huh if you pool mine skip to step: 10
5. go to litecoin.org and download the client. let the client run until it is completely synced with the network (this can take some time!)
6. You now have an litecoin "wallet", if you look inside program files 86\Litecoin\ there will be an file called wallet.dat (this is YOUR wallet) if you lose this file you lose all the money=)
7. i recommend encrypting the wallet with a password that you will remember and that is not easy to crack. example 23fSEFSE is a much worse password than: look at my little pony! since the last one has more digits and requires more computation to crack...2^xx
8. now you have to configure the the litecoin qt app to understand that you want to use local servers for computation (reference thread post 1.) just put those values in a file called litecoin.conf in the c:\user\xxxx\AppData\Roaming\Litecoin (i also put my litecoin qt app in there at this point.). When you want to start the litecoin qt app. go to start menu/command and write cmd and enter. browse to your litecoin app folder and type: litecoin-qt.exe - server (tip. i just created a shortcut for the app and went into option and added the -server there) then put the shortcut on the desktop.
9. Running cgminer with solo mining=)

easiest way. create a text file (example.bat) in the cgminer folder (ps. remember to name it bat, and also check to show file extensions so you dont get example.bat.txt!)
in this file you write (dissregard () ):

setx GPU_MAX_ALLOC_PERCENT 100 (this allocates all the memory from the gpu to the program, fixed some problems with those that try to high memory size settings)
cgminer --scrypt --shaders 2048 --intensity 13 --auto-gpu --auto-fan -o http://192.168.0.2:9332 -u xxx  --failover-only -o http://litecoinpool.org:9332 -u svennand.fuzzypc -p xxx (ps these needs to be changed! since this is my config on one of my rigs)

little explanation:
--scrypt (tells the cgminer that it is litecoin your going to mine, 100% nececery!)
--shaders (tells how many shaders the gpu has, if you have different graphicscard, u can put for example --shaders 1600,2048,1120 (which is the right config for: 5870,7970,5830)) look here for values https://bitcointalksearch.org/topic/m.1050499
--intensity (tells how aggressive cgminer should use the card, i found that anything over 13 will just create way to much hash errors/hw errors, on all my rigs, on 7850 cards im not able to go over 12 before hitting high failed prosentage)
--auto-gpu (i use this since i just want the cgminer to set the engine/memory clock to the default card values, in my experience u get higher hash rate with overclocking the cards, BUT you get alot more heat/hash failed and so on, so in the end i desided that i didnt gain anything).
--auto-fan (jess it controlls the fan speed, i use this)
-o http://192.168.0.2:9332 (this contains the adress to the computer that has the litecoin-qt app running!, when your in cgminer hit P to check that it is connecting allright to your other computer, you should also get new block on network message!)
-u and -p is the password that i have in my litecoin.conf file. remember to add each of the external computers ip to the allowed ip range in this config file!
--failover-only (this sets the remote pool that i want to connect for block updates from. in my example i use litecoinpool.org. how effective this is i do not know...). The positive thing about having a failover-only is that if your computer hosting the litecoin-qt app crashes or something all the computers will automaticly change network to the failover one! that way you will still earn litecoins! only by pool mining instead=)

additional command:
--gpu-engine xxx (sets the core speed)
--gpu-memclock xxx (sets the speed of memory)
--worksize xxx (64,128,256 changing this might add some more hashrate, but not much, i left it out)
--thread-concurrency 8196 (7970, this is not necessery if you have specified shaders, also if you leave it blank cgminer will automaticly set this, check cgminer folder and look for .bin file to see the size of tc)

if you have done the extra tweaks in the additional commands i suggest you quit the litecoin qt app so that the cgminer clients reconnects to the pool instead, that way you will very soon figure out if setting those values wrong will not gain you anything.
even if the hashrate is high you¨ll just and up with hw error/stale shares and so on... when i tweaked my setting i got about 50-100 extra hash/s pr cards but a quick look in litecoinpool.org showed errors allmost up to 30-50% so i actually lost on tweaking things.

10.
create either a wallet in bitcoin-qt or have a tradingaccount at for example btc-e.com
Check above for explanation...
cgminer --scrypt --shaders 2048 --intensity 13 --auto-gpu --auto-fan -o http://litecoinpool.org:9332 -u xxx -p xxx (this example is with litecoinpool which is pps, alternative sites is notroll.in(pps) ltc.kattana.com(PPLNS) and so on)

PPS: pay pr share, you get paid disreggarding if the pool finds a block or not (this is risky for the pool, ergo the percentage they take is higher, litecoinpool takes 4% of each block found)
PPLNS: pay pr share when block is found (no percentage goes to the pool, BUT you will not earn unless there is blocks found...)



----------------------------------
To sum things up the only thing you need:
catalyst driver
amd app dev driver
cgminer app
litecoin app (if you want an own wallet/do solo mining)

I for one has real problem desiding if im gonna solo mine or not, i got so tired of not hitting anything. went back to litecoinpool.org and two hours later i hit a block.... damnit! now im solomining again and havent hit shit=P

If you find this "short tutorial" helpfull please feel free to donate some ltc to: LdvKFFDj2WzuJcVMrMmojB1hmFKp4xSiyv, or btc to: 1CuuVGoqGQ4hTu6tkR8FQpHPepnNcFPUn2
=)
sr. member
Activity: 462
Merit: 250
Hmm, ur trying to mine litecoin using solidcoin protocol?

Anyone have an idea as to where the cutoff is wether to solomine or pool mine?

My rig is pushing around 3500Khash/s, at the start i got a block (difficulty 94) and i was exstatic.
Now ive been mining for another 3 days and havent found anything!

Also used the failover to see that i get accepted and (0,5% rejected) and no hw errors...



Does it seem that anything is wrong (btw it says new block detected because litecoinpool is down. when its up again i get LP)

by lp u mean, long pool?
if so, is lp better then others? why?
also how to setup lp on cgminer?

my hd6850 make about 180-220 kh/s
is that profitable?

You'll get around 6,5dollars pr day given todays value/difficulty.
Then you have to figure out how much power it uses, wear/tear on card.

If the numbers seems good then yes, its profitable.

As to lp(long pool) it is to my understanding that your updating cgminer with current blocknumber, this is done faster with getting them from an pool than your local client. so yes its better.
Please correct me somebody if im completely wrong about my understanding of LP=P
newbie
Activity: 8
Merit: 0
   Hello, I've been trying to figure out how to mine bitcoin. But after some reaserch I decided that I would try to mine lite instead. I was wondering can I use my bitcoin wallet to store litecoins. Also I have been spending to better part of the last 2 weeks trying to figure out the system and all the software nessessary, but still haven't figured it out. Here is a list of all of the apps that I've downloaded.
 1. Bitcoin-wallet
 2. Bitstamp
 3. Bitinstant
 4. Mt.Gox
 5. Ozcoin mining
 6. 7-Zip
 7. minerGui
 
  As well as a couple other apps that I wasn't able to get to open up.  Could you please give me some insight on what I'm doing wrong. I'm getting so frustraighted, please help  Smiley
sr. member
Activity: 294
Merit: 250
Hmm, ur trying to mine litecoin using solidcoin protocol?

Anyone have an idea as to where the cutoff is wether to solomine or pool mine?

My rig is pushing around 3500Khash/s, at the start i got a block (difficulty 94) and i was exstatic.
Now ive been mining for another 3 days and havent found anything!

Also used the failover to see that i get accepted and (0,5% rejected) and no hw errors...



Does it seem that anything is wrong (btw it says new block detected because litecoinpool is down. when its up again i get LP)

by lp u mean, long pool?
if so, is lp better then others? why?
also how to setup lp on cgminer?

my hd6850 make about 180-220 kh/s
is that profitable?
sr. member
Activity: 462
Merit: 250
Hmm, ur trying to mine litecoin using solidcoin protocol?

Anyone have an idea as to where the cutoff is wether to solomine or pool mine?

My rig is pushing around 3500Khash/s, at the start i got a block (difficulty 94) and i was exstatic.
Now ive been mining for another 3 days and havent found anything!

Also used the failover to see that i get accepted and (0,5% rejected) and no hw errors...



Does it seem that anything is wrong (btw it says new block detected because litecoinpool is down. when its up again i get LP)
sr. member
Activity: 294
Merit: 250
sr. member
Activity: 294
Merit: 250
82 blocks in 84hrs, pretty close to expectancy.

700mh is 2x 5850s

hey, i'm new in ltc, iw as mining with btc, but my poor HD6850 with 215 mh/s only made $1.70 dolar/day
that sucks....
so as i can tell, ltc can make about .45 - .50c/hour with my gpu, is that true? if is, WOW im crazy to start mining/selling that Cheesy

how is the demand of ltc? cause btc is sell, it kinda difficult now, no one wan't sell us u know :S

so is true, i can earn half dollar/hour with my gpu? based on

this https://github.com/litecoin-project/litecoin/wiki/Mining-hardware-comparison (for kh/s comparision, i get the lowest kh/s from there, maybe my  card can do more that the lowest, the lowest is 216kh/s so with that and this
http://www.litecoinpool.org/calc?hashrate=225&difficulty=78.30955148


is this true?
newbie
Activity: 35
Merit: 0
Step 3.) Once the blockchain has finished downloading (or even while it is downloading), click "start" or the "start button". Type in "%appdata%" to get to your Application Data Roaming directory. Open the folder called "Litecoin". You shouldn't see any file called litecoin or litecoin.conf. You will need to make this and set it up properly to allow external miners to connect. You can either use this download of litecoin.conf which is properly formatted: litecoinfaucet.com/images/litecoin.conf and edit the username/password/allowIP fields as you wish. If you want to create the file yourself or don't trust my download for whatever reason, put this into a file in notepad:

Step 4.) Now that you have made litecoin.conf, you are going to need to close litecoin-qt and relaunch in a different way using the Command Prompt. Closing litecoin-qt's window isn't enough, you will need to go into task manager and kill the task/end the task "litecoin-qt.exe" or "litecoin-qt". Then, open up a command prompt by clicking on the start button and typing in "cmd" and clicking on the thing that looks like a black box with white text on it for an icon. Something will pop up that should look like white text on a black background with a blinking cursor with some file path, assuming you haven't made any modifications to it. You will want to tab over to your open Roaming window (or get back... remember "%appdata%"). In your command prompt, type "cd " (yes, with the space). Don't press enter yet.


I can't save the litecoin.conf to the AppData\Roaming\Litecoin folder nor can I access that folder from Windows 7.
I can get to the folder with the CMD prompt box however so I do have one.
newbie
Activity: 27
Merit: 0
is it worth it to do this with a 4850?
newbie
Activity: 13
Merit: 0
Hello,

Just trying to get my head around all this mining stuff, hence playing around with things...

nVidia GTX 550 Ti (I know, not exactly the best kit, but will do messing about! Smiley )

Using reaper to solo-mine, is it normal there are no work-in or submits going on? I just get the bottom line with hash rate, share/stale, GPU errors etc.

When trying to use cgminer, something appears to be worng as it chugs away at 45 Mhs/s, so not much happening?
legendary
Activity: 1694
Merit: 1002
hero member
Activity: 742
Merit: 500
Using reper to solo will i get a kh/s improvement ? saying that only one way to find out lol. How do you configure this is it the same as cgminer?
I've noticed no change going from cgminer to reaper, except for the fact that reaper crashes every few hours. stick with cgminer, IMO.
420
hero member
Activity: 756
Merit: 500
What happened to the mining hardware comparison list? it was removed
legendary
Activity: 1820
Merit: 1001
Using reper to solo will i get a kh/s improvement ? saying that only one way to find out lol. How do you configure this is it the same as cgminer?
legendary
Activity: 1713
Merit: 1029
Having problem:

LTC or BTC QT won't load, says it prog requires runtime to close in an odd way and won't open. Tried uninstalling, but the installer goes straight to that. Thoughts?

Are there any other clients I can try and mine with?

You could try mining with the daemon. Smiley
sr. member
Activity: 364
Merit: 250
Having problem:

LTC or BTC QT won't load, says it prog requires runtime to close in an odd way and won't open. Tried uninstalling, but the installer goes straight to that. Thoughts?

Are there any other clients I can try and mine with?
legendary
Activity: 1820
Merit: 1001
Yup. When you find one it will say accepted and A will be greater than 0

With 300khs it'll probably take a week or two to mine a block

well am a happy person woke up this morning

Status: 32 confirmations
Date: 13/12/2012 08:47
Source: Generated
Credit: (50.30 LTC matures in 88 more blocks)
Net amount: 0.00 LTC
Transaction ID: 892034c2142c9f7257187c69641d4563080f8213bd0963e69ccf2b7d37c8c45b
Pages:
Jump to: