Title: How to solomine a scrypt coin with cgminer? Post by: giveBTCpls on January 05, 2014, 06:05:42 PM Hi, I would like to know how do you mine a scrypt coin that has no pools, and only a Windows wallet available.
Thanks Title: Re: How to solomine a scrypt coin with cgminer? Post by: giveBTCpls on January 06, 2014, 03:20:48 PM anyone¿ ???
Title: Re: How to solomine a scrypt coin with cgminer? Post by: maardein on January 06, 2014, 06:05:37 PM It's really easy actually.
Make a file called "COINNAME.conf" in the directory where the coin data is stored, and put the following in there: Code: listen=1 You need to put a username and pass there, anything is ok. Then make a shortcut to the coinqt.exe, go to properties of the shortcut, and add "-server" behind "target". Then setup cgminer to mine at url http://127.0.0.1:9031, with the chosen username and password. Title: Re: How to solomine a scrypt coin with cgminer? Post by: eduncan911 on January 06, 2014, 09:12:46 PM So this will work for any of the -qt wallet apps? Litecoin-qt, Dogecoin-qt?
That's pretty cool. Title: Re: How to solomine a scrypt coin with cgminer? Post by: maardein on January 06, 2014, 10:44:01 PM Yes, works for any QT wallet.
But please consider that solo mining will become less profitable than pool mining when the difficulty increases (the turning point depends on your hashrate and the network hashrate). Title: Re: How to solomine a scrypt coin with cgminer? Post by: eduncan911 on January 06, 2014, 11:50:12 PM Yes, works for any QT wallet. But please consider that solo mining will become less profitable than pool mining when the difficulty increases (the turning point depends on your hashrate and the network hashrate). Right. I've been trying to figure out that ratio off and on, since it is per coin. I mean, for example I can mine like 30,000 DOGEcoins a day with the current difficulty. I guess some pools offer block rewards? Title: Re: How to solomine a scrypt coin with cgminer? Post by: FullLife on January 10, 2014, 04:17:34 AM How did you come up with that port number? Can you use another port instead?
Title: Re: How to solomine a scrypt coin with cgminer? Post by: eduncan911 on January 10, 2014, 05:03:57 AM How did you come up with that port number? Can you use another port instead? Use any number you want. Just, keep it above 3000 and below 65555 as many standard ports are below that. 6666 maybe? 21232? Today's day 13110? All works fine. Note though that most pools use 3333 or 3330. So you may want to try to standardize around that. Title: Re: How to solomine a scrypt coin with cgminer? Post by: howardb on January 10, 2014, 06:29:53 AM Also make sure if you are running cgminer on seperate machine that you add an extra line in config to allow access from that machines IP or your local network with wildcards:
rpcallowip=192.168.0.* |