What's the syntax ? doesn't work for me at the moment
Can`t run for solo. And bat, and with modded configuration file.
P.S. " Payload prefix from daemon is of an unexpected size."
I'm getting the same and it's not mining...
[09:32:08] Payload prefix from daemon is of an unexpected size.
[09:32:08] Initialising kernel pascal.cl with nfactor 10, n 1024
[09:32:09] Initialising kernel pascal.cl with nfactor 10, n 1024
[09:32:09] Initialising kernel pascal.cl with nfactor 10, n 1024
[09:32:19] Waiting for work to be available from pools.
[09:32:52] Payload prefix from daemon is of an unexpected size.
(5s):0.000 (avg):0.000h/s | A:0 R:0 HW:0 WU:0.000/m
Yeah I just tried it and got the same thing. I also got the same issue with PascalCoin 1.5.0
Maybe we need to set a special node name and such.
Maybe you guys can ask Wolf0 for some info on how to run it.
@xiphon
@adaseb
Dont want to put an issue on github myself, but if you want, please do.
Tx bug - miner work repeating from start
Every time a transaction is published on the network, daemon issue new work to miner to include latest tx, as result miner start again from the beginning work. If tx would be as many as possible per block can handle, this would lead to network lag and crawl as pow submitted by miner will be invalid if not all tx is included.
Work around
a. possible integration of existing getblocktemplate into pascal lite.
b. set max tx inclusion per work(1block). Bitcoin does have size limit. (ugly but can do)
Note: documentation only.
The work is restarted from scratch but since the hashing is completely random it shouldn't be an issue. Since each hash is independant of the prior. Is this what you are asking or did I read it incorrectly?