UNOMP / unified-node-open-mining-portal

Development stopped and is now unsupported. The node.js version is being deprecated in October 2016.
GNU General Public License v2.0
347 stars 396 forks source link

New coin mining algoritm #226

Open rverhe opened 6 years ago

rverhe commented 6 years ago

Hello Guys,

Anyone know the solution for error: Thread 1 rpc error with daemon instance 0 when submitting block with submitblock {"code":-22,"message":"Block decode failed"} ??

We want to create a mining pool for a new forked coin, with the hash algoritm (sha256). PM or react when you can help us.

Like to pay for it, Thanks in advance,

fadriz commented 6 years ago

I have similar issue, I notice it failed if the coin has adopted SHA256D and most of newer coins too, especially the one that initiate SegWit.

there are 2 error that I have now: 1) that " {"code":-22,"message":"Block decode failed"}" 2) "We thought a block was found but it was rejected by the daemon, share data:" - this one is a bit different because the block rewards is sent to pool wallet, but not registered as solved block, means no payout to miners automatically... I had to manually pay the miners..

Please anyone have some solution for these 2 issue? Thanks.