Post
Topic
Board Announcements (Altcoins)
Re: Star Trek Crypto Coin Information Thread
by
gymnastico
on 03/02/2014, 07:47:51 UTC
It is not clear in the front page that UFC has been relaunched... also the pools are missing. Is http://ufccoin.com the pool?

Also, when I issue "getwork" or "getblocktemplate" into the UFC console, the program crashes...

Finally, when trying to solomine I get

Code:
Error with server: {"result":null,"error":{"code":-7,"message":"Out of memory"},"id":"1"}

although I have over 2GB free...

Finally, what is the port for the ufccoin.com pool? the "getting started" page is not helpful


go in "home" for info "http://www.ufccoin.com/index.php"

(stratum+tcp://ufccoin.com:4444) and you need cgminer for blake "http://www.blakecoin.org/cgminer-alt-pool-eu.7z" compiled for windows

this is my setting for cgminer i use 1x EAH6950 (1.55GH)  Cool

{
"pools" : [
   {
      "url" : "stratum+tcp://ufccoin.com:4444",
      "user" : "tinzeman.ufc",
      "pass" : "ufc"
   }
],

"intensity" : "13",
"expiry" : "10",
"failover-only" : true,
"log" : "5",
"no-restart" : true,
"queue" : "0",
"scan-time" : "1",
"worksize" : "256",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"temp-hysteresis" : "3",
"shares" : "0",
"no-submit-stale": true,
"thread-concurrency" : "8000",
"gpu-thread" : "1",
"gpu-fan": "100",
"gpu-engine" : "985",
"lookup-gap" : "1",
"gpu-powertune" : "20",
"gpu-memclock" : "1475",
"kernel-path" : "/"
}