Beldex-Coin / beldex

Beldex: the secure, private, untraceable cryptocurrency
https://beldex.io
Other
27 stars 21 forks source link

Sync issue in the latest build #87

Closed codeman-crypto closed 2 years ago

codeman-crypto commented 2 years ago

The node stuck at height 1319560 , This is happening in the latest release v4.1.0 that has been released in deb package. Please find the below logs

[8] validator: (invalid quorum)
2022-08-29 13:46:48.409 [P2P1] INFO global src/cryptonote_core/blockchain.cpp:4432 Failed to add block to Master Node List.
2022-08-29 13:48:20.935 [P2P0] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:490 [[55.36.67.74:57319](http://56.36.57.74:57319/) INC] Sync data returned a new top block candidate: 1319560 -> 1451779 [Your node is 132219 blocks (1 months behind)]
SYNCHRONIZATION started
2022-08-29 13:50:49.111 [P2P8] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:490 [[37.120.182.178:33005](http://37.124.182.178:33005/) INC] Sync data returned a new top block candidate: 1319560 -> 1451787 [Your node is 132227 blocks (1 months behind)]
SYNCHRONIZATION started
2022-08-29 13:54:25.927 [P2P2] INFO global src/p2p/net_node.inl:174 Host 54.226.129.129 unblocked.
2022-08-29 14:01:27.318 [P2P3] INFO global src/p2p/net_node.inl:174 Host 173.152.31.281 unblocked.
2022-08-29 14:01:35.723 [P2P9] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:490 [[172.105.62.234:41932](http://172.105.64.234:41932/) INC] Sync data returned a new top block candidate: 1319560 -> 1451820 [Your node is 132260 blocks (1 months behind)]
SYNCHRONIZATION started
[6] validator: (invalid quorum)
  [7] validator: (invalid quorum)
  [8] validator: (invalid quorum)
2022-08-29 13:48:41.618 [P2P4] INFO global src/cryptonote_core/blockchain.cpp:4432 Failed to add block to Master Node List.
2022-08-29 13:48:42.728 [P2P9] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:490 [[43.234.123.163:40160](http://43.254.413.263:40160/) INC] Sync data returned a new top block candidate: 1319560 -> 1451780 [Your node is 132220 blocks (1 months behind)]
SYNCHRONIZATION started
2022-08-29 13:48:45.276 [P2P1] INFO global src/cryptonote_core/master_node_list.cpp:1289 POS block received but only miner blocks are permitted
Block(1319560): <1f02a49ba9a69cca99286974491261a83f81153e1401788ebd05f9b5f9df65a9>
Leader: (invalid quorum)
Round: 250
Validator Bitset: 0000010111110011
Signatures:
  [0] validator: (invalid quorum)
  [1] validator: (invalid quorum)
  [4] validator: (invalid quorum)
  [5] validator: (invalid quorum)
  [6] validator: (invalid quorum)
  [7] validator: (invalid quorum)
  [8] validator: (invalid quorum)
2022-08-29 13:48:45.276 [P2P1] INFO global src/cryptonote_core/blockchain.cpp:4432 Failed to add block to Master Node List.
2022-08-29 13:48:48.091 [P2P1] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:490 [[43.204.113.163:40162](http://53.504.113.143:40162/) INC] Sync data returned a new top block candidate: 1319560 -> 1451780 [Your node is 132220 blocks (1 months behind)]
SYNCHRONIZATION started
2022-08-29 13:48:50.603 [P2P8] INFO global src/cryptonote_core/master_node_list.cpp:1289 POS block received but only miner blocks are permitted
Block(1319560): <1f02a49ba9a69cca99286974491261a83f81153e1401788ebd05f9b5f9df65a9>
Leader: (invalid quorum)
Round: 250
Validator Bitset: 0000010111110011
Signatures:
  [0] validator: (invalid quorum)
victor-tucci commented 2 years ago

POS blocks are need to allow upto 255 rounds. this issue are fixed in #88