Bitcoin Forum
June 21, 2024, 10:27:30 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to solomine a scrypt coin with cgminer?  (Read 1857 times)
giveBTCpls (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 05, 2014, 06:05:42 PM
 #1

Hi, I would like to know how do you mine a scrypt coin that has no pools, and only a Windows wallet available.

Thanks

giveBTCpls (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 06, 2014, 03:20:48 PM
 #2

anyone¿ Huh

maardein
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
January 06, 2014, 06:05:37 PM
 #3

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
maxconnections=100
gen=0
genproclimit=-1
rpcuser=USERNAME
rpcpassword=PASS
rpcport=9031
p2pport=9031
rpcallowip=127.0.0.1
server=1
daemon=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.

BTC: 1788UegKXGXXicfPcbZ1bmSUJ99ZWRCF7p
LTC: LZ2rCcoxK4X8wRRynqdxoimd4d3TDNk7Lk
PMP: PApSSdorQds5tQysymwDXPAN3viJLFTUs8
eduncan911
Member
**
Offline Offline

Activity: 101
Merit: 10

Miner / Engineer


View Profile WWW
January 06, 2014, 09:12:46 PM
 #4

So this will work for any of the -qt wallet apps? Litecoin-qt,  Dogecoin-qt?

That's pretty cool.

BTC: 131Zt92zoA7XUfkLhm1p2FwSP3tAxE43vf
maardein
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
January 06, 2014, 10:44:01 PM
 #5

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).

BTC: 1788UegKXGXXicfPcbZ1bmSUJ99ZWRCF7p
LTC: LZ2rCcoxK4X8wRRynqdxoimd4d3TDNk7Lk
PMP: PApSSdorQds5tQysymwDXPAN3viJLFTUs8
eduncan911
Member
**
Offline Offline

Activity: 101
Merit: 10

Miner / Engineer


View Profile WWW
January 06, 2014, 11:50:12 PM
 #6

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?

BTC: 131Zt92zoA7XUfkLhm1p2FwSP3tAxE43vf
FullLife
Hero Member
*****
Offline Offline

Activity: 503
Merit: 500



View Profile
January 10, 2014, 04:17:34 AM
 #7

How did you come up with that port number?  Can you use another port instead?
eduncan911
Member
**
Offline Offline

Activity: 101
Merit: 10

Miner / Engineer


View Profile WWW
January 10, 2014, 05:03:57 AM
 #8

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.

BTC: 131Zt92zoA7XUfkLhm1p2FwSP3tAxE43vf
howardb
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
January 10, 2014, 06:29:53 AM
 #9

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.*
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!