krisklosterman / node-open-mining-portal

THIS IS NOT PRODUCTION READY, please use Zone117x version for PROD, this is dev only
GNU General Public License v2.0
20 stars 17 forks source link

Total blocks not equally Pending + Confirmed +Orphaned #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

Total blocks not equally Pending + Confirmed +Orphaned Is it notmal? blocks

krisklosterman commented 7 years ago

@foxer666 run these commands

redis-cli

scard aircoin:blocksConfirmed
scard aircoin:blocksKicked
scard aircoin:blocksOrphaned
scard aircoin:blocksPending

paste results here please

ghost commented 7 years ago

@krisklosterman

root@mining:~# redis-cli
127.0.0.1:6379> scard aircoin:blocksConfirmed
(integer) 82
127.0.0.1:6379> scard aircoin:blocksKicked
(integer) 70
127.0.0.1:6379> scard aircoin:blocksOrphaned
(integer) 0
127.0.0.1:6379> scard aircoin:blocksPending
(integer) 0
127.0.0.1:6379>

Blocks in web interface is null. image

krisklosterman commented 7 years ago

82 + 70 = 152 (You have 70 blocks that were kicked)

ghost commented 7 years ago

@krisklosterman It can not work in auto mode?

ghost commented 7 years ago

@krisklosterman We hav many questions and WHAT-TO-DO fo NOMP. How can we work with it?

krisklosterman commented 7 years ago

Closing this as this was not a bug, kicked blocks were just not displayed on the webpage.