Post
Topic
Board Announcements (Altcoins)
Re: [ANN][JPC]JackpotCoin 1.2, Twitter giveaway 5000 JPC, Jackpot value 60 million+!
by
antonio8
on 03/05/2014, 05:41:31 UTC
anyone can post settings for 280x & 290 - couse igetting low now 280 - only 2.1 mhs & 290 same - 2.1 mhs

280x

sgminer.exe --kernel jackpotcoin -o http://127.0.0.1:15372 -u xxx -p xxx -I 20 -g 2 -s 1 --temp-cutoff 90 --gpu-engine 1125 --gpu-memclock 1500 --gpu-powertune 20 --no-submit-stale

2.5~2.6mhs

7850 getting 3.8-4.0Mh/s. I might be lucky.

give link for ur sgminer please

S0rry I downloaded like 3 or 4 sgminers. I just picked one.

If this helps sgminer 4.1.153. All my settings are in a conf file.

Can you share your settings? Thank you.

This is my exact config file. Minus my ip address. For the 7850

{
"pools" : [
   {
      "url" : "xxx.xxx.x.xxx:15372",
      "user" : "user",
      "pass" : "pass"
   },
   {
      
   },
   {
      
   }
]
,
"intensity" : "19",
"nfactor" : "6",
"worksize" : "256",
"kernel" : "ckolivas",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "1100",
"gpu-fan" : "65-80",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"api-mcast-port" : "4028",
"api-port" : "4028",
 "expiry" : "10",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}

And here is my bat

del *.bin
Color 0d
sgminer -o xxx.xxx.x.xxx:15372 -u user -p pass -d 0 -w 256 -I 19 -g 2 --lookup-gap 2 --thread-concurrency 8192
pause

Edit: Sorry for the edits. I believe anything in the config will over ride the bat file.