Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ORCACOIN LAUNCHED - 500,000 ORCA IN CHARITY FUND!!! NEW POOLS NOW ADDED
by
minerator
on 22/02/2014, 13:26:11 UTC
What mining software do you use?

What error do you get? I am mining fine here on our ORCA pool from three different locations (CPU mining to test).

http://i.imgur.com/daXu44d.png

Instead of the previous cgminer config, try:


Code:
cgminer --scrypt -o stratum+tcp://85.25.209.87:7535 -u 4RccNbHNouiuCvebS4cC4cajnKnKtFaDpC -p x

Replace 4RccNbHNouiuCvebS4cC4cajnKnKtFaDpC with your own ORCA address. It's possible you have to add other parameters to optimize performance, but this should work.

Or, edit cgminer.conf

Code:
{
"pools" : [
{
"url" : "stratum+tcp://85.25.209.87:7535",
"user" : "4RccNbHNouiuCvebS4cC4cajnKnKtFaDpC",
"pass" : "x"
}
],

"scrypt" : true,

"kernel-path" : "/usr/local/bin"
}




Otherwise, try GUIminer-scrypt: https://bitcointalk.org/index.php?topic=150331.msg1597536#msg1597536

Fill in these;
  • host: 85.25.209.87
  • port: 7535
  • username: yourORCAaddress
  • password; x

Ok I'll try again

Ok working now