Edit: Forget it, delete this topic if you wish. I was mining the WRONG pandacoin xD (did the pre-mine version). Real one uses CGminer and not pre-mined. Up and running at full speed. Whew..
New to the verti-scene so I hope someone can review my setup. I know mining PND is a bit different (seems to work better with lower intensity and worksize). Please see if you can correct my setup to get max performance (unattended machine). I know I did this wrong, so please help me tweak this
![Smiley](https://bitcointalk.org/Smileys/default/smiley.gif)
GPU = ASUS 5870v2
run.bat:
vertminer --scrypt-vert -o stratum+tcp://panda.united-miners.com:3311 -u name.name -p x --thread-concurrency 8000 --intensity 13 --worksize 64 -g 1
vertiminer config:
{
"pools" : [
{
"url" : "stratum+tcp://panda.united-miners.com:3311",
"user" : "name.name",
"pass" : "x"
}
]
,
"intensity" : "13",
"worksize" : "64",
"lookup-gap" : "2",
"gpu-threads" : "1",
"expiry" : "30",
"scan-time" : "5",
"thread-concurrency" : "8000"
}