Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA]
by
jakobito
on 29/01/2017, 21:00:36 UTC
Hello,

just for fun, I tried today to compile Vorksholk's Pascal kernel.cu  (https://github.com/Vorksholk/PascalCoin-CUDA/blob/master/kernel.cu)  under linux (ubuntu.14.04).
I am testing it with the PascalProxyv2.jar  and one of my 1070's.

The output of the miner is something like this:
...
    The hash is:
00000000 03493eb1 9493e0d7 54b4290a 7943c2ba ac807435 8345a0ea c3092687
Found nonce: 6ea49531    T: 588e4890    Hashrate: 1748.583 MH/s   Total: 6
    The hash is:
00000000 0ec623a1 a58b4a41 4edf0917 0ad36bbe ddc72f07 287eaf1b 60cc3322
Found nonce: daa3c024    T: 588e48ca    Hashrate: 1625.650 MH/s   Total: 7
...

Pascal proxy output:
...
GPU 0 submitted a share [payload: xxxxxxxx000 nonce: 2080622386 timestamp: 1485719538]
GPU 0 submitted a share [payload: xxxxxxxx000 nonce: -1539380207 timestamp: 1485719553]
GPU 0 submitted a share [payload: xxxxxxxx000 nonce: 1529746750 timestamp: 1485719578]
...

BUT the wallet daemon keeps sending error messages:

Sending Error JSON RPC id () : Error: Proof of work is higher than target payload:
Invalid new block 57810: Proof of work is higher than target

Any suggestion?

Thanks in advance.