zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

There are many blocks in pending and no payments. #705

Open cryptomaxsun opened 3 years ago

cryptomaxsun commented 3 years ago

The problem is this - the pool was mining normally, the payments worked, but after some time there were no payments and many blocks did not leave the pending.

Pending 13777

Here is the data on payments from the pool.

2021-06-20 19:19:58 [Payments]  [icash] Daemon reports invalid transaction: 0fca090736d949c44b5b7ce2301c1744d9a77b1363d5d268fd82d890db578872
2021-06-20 19:19:58 [Payments]  [icash] Daemon reports invalid transaction: bdc0932355a13f9ba7c816bbad06efb172ca9554d05e59de28acf71586859ff2
2021-06-20 19:20:00 [Payments]  [icash] Error trying to send payments with RPC sendmany {"code":-5,"message":"Invalid iCash address: CZpGcAF"}

As I understand it, someone mined with the wrong address, and payments stopped. Or what's the matter and how can you fix it? The coins are on the pool wallet.

watsoncoders commented 3 years ago

just restart the icash coin node and the error should go away

cryptomaxsun commented 3 years ago

i tried it, didn't help. I removed the redis base and it helped.