I tried to mine but my program does not run.
Need some help. I have windows and 4 cards on computer- R9 280x. Can somebody guide me and post file which I need to run??
I only run X11 and X13 on dedicated pool by just changing the 4 digit port#
My windows batch file which is running in X11 sgminer looks like this:X11(coin is liberex coin)(Afriend helped me set this up and now he is busy and a medical student so no time. Somebody else can guide me what to do to mine JPC. Mining at dedicated some new coins does not even cover my electricity bills!!
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k darkcoin -o stratum+tcp://east1.us.stratum.dedicatedpool.com:8054 -u abbas1.AB2 -p x -I 13 -g 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1600 --lookup-gap 2 --gpu-fan 75 --temp-cutoff 90
Hi
It's a bit tricky
First you'll have to use a special sgminer for jackpot coin
http://www.jackpotcoin.info/download/gpuminer_v2s.zip (you can find more miners in the first posts)
start it from a bat file like that:
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer.exe -k jackpotcoin -o stratum+tcp://erebor.dwarfpool.com:3352 -u YOUR-ADDRESS-HERE -p password --expiry 1 -d 0,1,2,3 --scan-time 1 --queue 0 --no-submit-stale
pause
DWARFPOOL specifies that you can write the address from an exchange site instead of the one from the Jackpotcoin wallet(I assume you don't have the wallet synced- it takes some time to download the chain-block) and mine directly to the site
Next I use sgminer.conf file to specify more settings for the cards(I've 1xHD6990 and 2xHD6970) but basicly they are 4xGPUs
{
"pools" : [
{
"url" : "stratum+tcp://erebor.dwarfpool.com:3352",
"user" : "YOUR-ADDRESS-HERE",
"pass" : "pass"
},
{
"url" : "stratum+tcp://stratum.cloudminers.net:3338",
"user" : "YOUR-ADDRESS-HERE",
"pass" : "pass"
}
]
,
"intensity" : "22,22,21,21",
"xintensity" : "0,0,0,0",
"rawintensity" : "0,0,0,0",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "8192,8192,8192,8192",
"shaders" : "0,0,0,0",
"gpu-threads" : "1,1,1,1",
"gpu-engine" : "935,935,920,920",
"gpu-fan" : "0-85",
"gpu-memclock" : "1375,1375,1340,1340",
"gpu-memdiff" : "0,0,0,0",
"gpu-powertune" : "20,20,20,20",
"gpu-vddc" : "0.000,0.000,0.000,0.000",
"temp-cutoff" : "95,95,95,95",
"temp-overheat" : "88",
"temp-target" : "75,75,75,75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"failover-switch-delay" : "30",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-opt" : "5",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "0",
"scan-time" : "1",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
You can import the values for your cards from the miner you tuned up with your friend(see the conf file there)
or take them from the net:
intensity...
thread-concurrency...
gpu-engine...
gpu-memclock...
miner works at 13-14mh/s under 70celsius
Good Luck
PS if you are lucky you only need to mine this till the Jackpot is 25mil then go back to your regular mining