Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PAWN] Pawncoin- Manadatory Update [URGENT]
by
ApC_IcE
on 22/05/2014, 18:24:55 UTC
I'm just setting up x11 mining.
but do I need another kernel voor x11 mining?

I dont see a pawncoin.cl in kernel folder

btw now it is mining scrypt perfectly. think it whas a local mining error (reboot did it)


Now on X11
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer --kernel darkcoin -o stratum+tcp://stratum.multipoolmining.com:5555 -u P9SA8Kw661FikFBYT16QJkZt3fXMFSq83T -p x -o stratum+tcp://stratum.multipoolmining.com:5555 -u P9SA8Kw661FikFBYT16QJkZt3fXMFSq83T -p x -o stratum+tcp://pawn.nation-wars.com:3345 -u x -p x -I 20 -g 1 --shaders 2048 --thread-concurrency 8192  --lookup-gap 2 --gpu-powertune 20 --gpu-fan 80 --gpu-engine 947 --gpu-memclock 1250
Pauze

On 3 x R290 @ 2300 KHs = 6900 KHs

(still not overclocked)

info:
http://suchpool.pw/docs/gettingstartedX11.pdf


Btw still having these:

"stratum connection to pool 0 interrupted"

It appears miners expects "mining.notify" notifications at various minimum intervals before considering a pool as dead, interrupting connection.

for example, cgminer 3.3.3 source code include the following comment:

* The protocol specifies that notify messages should be sent
* every minute so if we fail to receive any for 90 seconds we
* assume the connection has been dropped and treat this pool
* as dead

my rewritten pool now notifies miners at 45 seconds interval (without asking them to discard previous jobs in this case).


Source:
https://bitcointalk.org/index.php?topic=188533.60

Can you please let it notify on 45 secs