Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PND][KGW ADDED!!] The Official PandaCoin thread! [Scrypt][KGW][NO PREMINE]
by
Pakmann
on 27/02/2014, 18:15:52 UTC
How can I solo mine this with cudaminer? I have the conf file, of course. I can solo mine doge. What should I type for the .bat file to solo min PND? The doge configuration doesn't work (of course changing to correct rpc of panda conf).

Can someone give me a sample bat file to copy? Of course I know to change the password and user. I really want to try solo. I didn't realize all coins can't simply have the same bat file settings for cudaminer, besides user, pass, rpc, etc.

My file.bat for solo minning :

Code:
cudaminer -o http://localhost:22444 -O Username:rtreqhreqhqreh53465reh4e3q -i 1
pause

And my pandacoin.conf : ( By default in AppData\Roaming\PandaCoin\ )

Code:
rpcuser=Username
rpcpassword=rtreqhreqhqreh53465reh4e3q
rpcallowip=127.0.0.1
rpcport=22444
server=1
addnode=178.32.175.227

But you know ... with this diff, solo mine is a real waste of time Smiley
Hope that these configuration can help you mate !

Thank you. I understand about the difficulty but still want to at least know how for future reference.

I used exactly what you posted and cudaminer says "the requested URL returned error 401".

What am I missing? So frustrating. Can't mine any coin except doge.

Have you launch your wallet before launching your solo mine ?