Stops syncing at 99% and blocks hosts #424

Closed
opened 2 years ago by ledarium · 3 comments

I've been running Junkie Jeff since release, everything was ok but then something weird started to happen. Node runs 1-2 hours behind actual blockchain.
When I delete /var/lib/wownero folder, sync starts and goues up to 99%. After reaching last 20 blocks or so, this happens:

2021-12-07 10:37:28.929 I Wownero 'Junkie Jeff' (v0.10.1.0-release)
2021-12-07 10:37:28.929 I Initializing cryptonote protocol...
2021-12-07 10:37:28.929 I Cryptonote protocol initialized OK
2021-12-07 10:37:28.929 I Initializing core...
2021-12-07 10:37:28.929 I Loading blockchain from folder /var/lib/wownero/lmdb ...
2021-12-07 10:37:28.962 I Loading checkpoints
2021-12-07 10:37:28.962 I Core initialized OK
2021-12-07 10:37:28.962 I Initializing p2p server...
2021-12-07 10:37:29.014 I p2p server initialized OK
2021-12-07 10:37:29.014 I Initializing core RPC server...
2021-12-07 10:37:29.014 I Binding on 0.0.0.0 (IPv4):18084
2021-12-07 10:37:30.048 I core RPC server initialized OK on port: 18084
2021-12-07 10:37:30.048 I Starting core RPC server...
2021-12-07 10:37:30.048 I core RPC server started ok
2021-12-07 10:37:30.048 I Starting p2p net loop...
print_net_stats
Received 817017 bytes (797.87 kB) in 822 packets in 2.3 minutes, average 5.87 kB/s = 0.07% of the limit of 8.00 MB/s
Sent 122535 bytes (119.66 kB) in 231 packets in 2.3 minutes, average 900 B/s = 0.04% of the limit of 2.00 MB/s
sync_info
Height: 376769, target: 376783 (99.9963%)
Downloading at 3 kB/s
12 peers
20.80.3.62:34567          f8c01fe4d2b1e9f9  normal            0         376783  1 kB/s, 0 blocks / 0 MB queued
18.118.165.144:34567      27a569035fd457c5  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
20.200.230.248:34567      9f81cbc86e0f8ef9  normal            0         376783  1 kB/s, 0 blocks / 0 MB queued
52.147.120.236:34567      f894e4dc1a41a1ea  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
20.98.11.184:34567        553f7cd5b619a05b  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
20.70.6.76:34567          14ac1167027dbe7a  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
144.76.73.174:34567       1f37bf84e863fecc  normal            0         376783  1 kB/s, 0 blocks / 0 MB queued
20.74.104.1:34567         af3e610d812e36f5  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
51.138.206.77:34567       9cfb42b0036add24  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
52.159.73.168:34567       e1740b7ce5cc7ed8  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
52.252.131.171:34567      70211d8d3216d069  normal            0         376783  0 kB/s, 14 blocks / 0.00551 MB queued
20.196.241.192:34567      13c61d2a43bfa45e  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
1 spans, 0.00551 MB
[m]
52.252.131.171:34567      14/183 (376769 - 376782, 5 kB)  35 kB/s (1)
status
Height: 376769/376783 (99.9%) on mainnet, not mining, net hash 77.30 MH/s, v19, 12(out)+0(in) connections, uptime 0d 0h 2m 23s
2021-12-07 10:34:59.894 I Host 52.252.131.171 blocked.
2021-12-07 10:35:03.609 I Host 51.138.206.77 blocked.
2021-12-07 10:35:15.416 I Host 94.134.58.100 blocked.
2021-12-07 10:35:15.533 I Host 20.98.11.184 blocked.
2021-12-07 10:35:27.501 I Host 52.159.73.168 blocked.
sync_info
Height: 376771, target: 376784 (99.9965%)
Downloading at 0 kB/s
8 peers
20.80.3.62:34567          f8c01fe4d2b1e9f9  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
18.118.165.144:34567      27a569035fd457c5  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
20.200.230.248:34567      9f81cbc86e0f8ef9  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
52.147.120.236:34567      f894e4dc1a41a1ea  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
20.70.6.76:34567          14ac1167027dbe7a  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
144.76.73.174:34567       1f37bf84e863fecc  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
20.74.104.1:34567         af3e610d812e36f5  normal            0         376783  0 kB/s, 0 blocks / 0 MB queued
20.196.241.192:34567      13c61d2a43bfa45e  synchronizing     0         376784  0 kB/s, 1 blocks / 0.000205 MB queued
1 spans, 0.000205 MB
[____________o]
20.196.241.192:34567      1/183 (376783 - 376783, 0 kB)  0 kB/s (1)
2021-12-07 10:35:32.652 I Host 144.76.73.174 blocked.

I've been running Junkie Jeff since release, everything was ok but then something weird started to happen. Node runs 1-2 hours behind actual blockchain. When I delete /var/lib/wownero folder, sync starts and goues up to 99%. After reaching last 20 blocks or so, this happens: ``` 2021-12-07 10:37:28.929 I Wownero 'Junkie Jeff' (v0.10.1.0-release) 2021-12-07 10:37:28.929 I Initializing cryptonote protocol... 2021-12-07 10:37:28.929 I Cryptonote protocol initialized OK 2021-12-07 10:37:28.929 I Initializing core... 2021-12-07 10:37:28.929 I Loading blockchain from folder /var/lib/wownero/lmdb ... 2021-12-07 10:37:28.962 I Loading checkpoints 2021-12-07 10:37:28.962 I Core initialized OK 2021-12-07 10:37:28.962 I Initializing p2p server... 2021-12-07 10:37:29.014 I p2p server initialized OK 2021-12-07 10:37:29.014 I Initializing core RPC server... 2021-12-07 10:37:29.014 I Binding on 0.0.0.0 (IPv4):18084 2021-12-07 10:37:30.048 I core RPC server initialized OK on port: 18084 2021-12-07 10:37:30.048 I Starting core RPC server... 2021-12-07 10:37:30.048 I core RPC server started ok 2021-12-07 10:37:30.048 I Starting p2p net loop... ``` ``` print_net_stats Received 817017 bytes (797.87 kB) in 822 packets in 2.3 minutes, average 5.87 kB/s = 0.07% of the limit of 8.00 MB/s Sent 122535 bytes (119.66 kB) in 231 packets in 2.3 minutes, average 900 B/s = 0.04% of the limit of 2.00 MB/s ``` ``` sync_info Height: 376769, target: 376783 (99.9963%) Downloading at 3 kB/s 12 peers 20.80.3.62:34567 f8c01fe4d2b1e9f9 normal 0 376783 1 kB/s, 0 blocks / 0 MB queued 18.118.165.144:34567 27a569035fd457c5 normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 20.200.230.248:34567 9f81cbc86e0f8ef9 normal 0 376783 1 kB/s, 0 blocks / 0 MB queued 52.147.120.236:34567 f894e4dc1a41a1ea normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 20.98.11.184:34567 553f7cd5b619a05b normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 20.70.6.76:34567 14ac1167027dbe7a normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 144.76.73.174:34567 1f37bf84e863fecc normal 0 376783 1 kB/s, 0 blocks / 0 MB queued 20.74.104.1:34567 af3e610d812e36f5 normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 51.138.206.77:34567 9cfb42b0036add24 normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 52.159.73.168:34567 e1740b7ce5cc7ed8 normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 52.252.131.171:34567 70211d8d3216d069 normal 0 376783 0 kB/s, 14 blocks / 0.00551 MB queued 20.196.241.192:34567 13c61d2a43bfa45e normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 1 spans, 0.00551 MB [m] 52.252.131.171:34567 14/183 (376769 - 376782, 5 kB) 35 kB/s (1) ``` ``` status Height: 376769/376783 (99.9%) on mainnet, not mining, net hash 77.30 MH/s, v19, 12(out)+0(in) connections, uptime 0d 0h 2m 23s 2021-12-07 10:34:59.894 I Host 52.252.131.171 blocked. 2021-12-07 10:35:03.609 I Host 51.138.206.77 blocked. 2021-12-07 10:35:15.416 I Host 94.134.58.100 blocked. 2021-12-07 10:35:15.533 I Host 20.98.11.184 blocked. 2021-12-07 10:35:27.501 I Host 52.159.73.168 blocked. ``` ``` sync_info Height: 376771, target: 376784 (99.9965%) Downloading at 0 kB/s 8 peers 20.80.3.62:34567 f8c01fe4d2b1e9f9 normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 18.118.165.144:34567 27a569035fd457c5 normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 20.200.230.248:34567 9f81cbc86e0f8ef9 normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 52.147.120.236:34567 f894e4dc1a41a1ea normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 20.70.6.76:34567 14ac1167027dbe7a normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 144.76.73.174:34567 1f37bf84e863fecc normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 20.74.104.1:34567 af3e610d812e36f5 normal 0 376783 0 kB/s, 0 blocks / 0 MB queued 20.196.241.192:34567 13c61d2a43bfa45e synchronizing 0 376784 0 kB/s, 1 blocks / 0.000205 MB queued 1 spans, 0.000205 MB [____________o] 20.196.241.192:34567 1/183 (376783 - 376783, 0 kB) 0 kB/s (1) 2021-12-07 10:35:32.652 I Host 144.76.73.174 blocked. ```
Owner

try doing this

  • start wownerod
  • run: pop_blocks 5000
  • quickly exit
  • delete "p2pstate.bin" file in /var/lib/wownero
  • restart wownerod
try doing this - start wownerod - run: `pop_blocks 5000` - quickly exit - delete "p2pstate.bin" file in /var/lib/wownero - restart wownerod
Owner

also after poping blocks and deleting the p2pstate.bin file, try restarting wownerod with --add-priority-node node.suchwow.xyz:34568 --add-priority-node eu-west-4.wow.xmr.pm:34568 --add-priority-node much.wow.such.money:34568

also after poping blocks and deleting the p2pstate.bin file, try restarting `wownerod` with `--add-priority-node node.suchwow.xyz:34568 --add-priority-node eu-west-4.wow.xmr.pm:34568 --add-priority-node much.wow.such.money:34568`
Poster

No change after doing all this:

2021-12-07 15:24:19.828 I [52.252.134.238:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind]
2021-12-07 15:24:19.828 I SYNCHRONIZATION started
2021-12-07 15:24:21.701 W wownerod is now disconnected from the network
2021-12-07 15:24:21.885 I [52.252.134.238:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind]
2021-12-07 15:24:21.885 I SYNCHRONIZATION started
2021-12-07 15:24:22.570 I Host 52.252.134.238 blocked.
2021-12-07 15:24:22.570 W wownerod is now disconnected from the network
2021-12-07 15:24:22.833 I [52.231.140.170:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind]
2021-12-07 15:24:22.833 I SYNCHRONIZATION started
2021-12-07 15:24:24.139 I Host 159.65.91.59 blocked.
2021-12-07 15:24:24.536 I Host 20.196.232.235 blocked.
2021-12-07 15:24:25.348 W wownerod is now disconnected from the network
2021-12-07 15:24:30.648 I [20.196.241.239:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind]
2021-12-07 15:24:30.648 I SYNCHRONIZATION started
2021-12-07 15:24:31.620 W wownerod is now disconnected from the network
2021-12-07 15:24:31.754 I [20.37.9.22:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind]
2021-12-07 15:24:31.754 I SYNCHRONIZATION started

sync_info
Height: 376819, target: 376838 (99.995%)
Downloading at 1 kB/s
12 peers
98.171.203.195:34567      79adcaee47d77777  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
20.70.6.35:34567          353c7010302a16a1  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
20.200.243.35:34567       0d0267c157ebb9a0  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
20.196.242.116:34567      f137d63d73a8653f  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
52.159.76.0:34567         f3396cc286005774  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
20.74.25.154:34567        f29be4e48ebf8850  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
45.32.185.41:34567        83bb11106b99802b  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
20.53.65.139:34567        87880e3ccd53a42e  normal            0         376838  1 kB/s, 0 blocks / 0 MB queued
20.40.151.42:34567        71ec6203cbbe34c1  normal            0         376838  0 kB/s, 19 blocks / 0.009177 MB queued
3.136.116.27:34567        3bef8917c436b2db  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
147.182.144.232:34567     95346093d326075a  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
167.114.196.241:34567     baf9c8caf2052051  normal            0         376838  0 kB/s, 0 blocks / 0 MB queued
1 spans, 0.009177 MB
[m]
20.40.151.42:34567        19/183 (376819 - 376837, 9 kB)  135 kB/s (1)
2021-12-07 15:25:58.367 I Host 20.40.151.42 blocked.
No change after doing all this: ``` 2021-12-07 15:24:19.828 I [52.252.134.238:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind] 2021-12-07 15:24:19.828 I SYNCHRONIZATION started 2021-12-07 15:24:21.701 W wownerod is now disconnected from the network 2021-12-07 15:24:21.885 I [52.252.134.238:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind] 2021-12-07 15:24:21.885 I SYNCHRONIZATION started 2021-12-07 15:24:22.570 I Host 52.252.134.238 blocked. 2021-12-07 15:24:22.570 W wownerod is now disconnected from the network 2021-12-07 15:24:22.833 I [52.231.140.170:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind] 2021-12-07 15:24:22.833 I SYNCHRONIZATION started 2021-12-07 15:24:24.139 I Host 159.65.91.59 blocked. 2021-12-07 15:24:24.536 I Host 20.196.232.235 blocked. 2021-12-07 15:24:25.348 W wownerod is now disconnected from the network 2021-12-07 15:24:30.648 I [20.196.241.239:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind] 2021-12-07 15:24:30.648 I SYNCHRONIZATION started 2021-12-07 15:24:31.620 W wownerod is now disconnected from the network 2021-12-07 15:24:31.754 I [20.37.9.22:34567 OUT] Sync data returned a new top block candidate: 376819 -> 376838 [Your node is 19 blocks (1.6 hours) behind] 2021-12-07 15:24:31.754 I SYNCHRONIZATION started sync_info Height: 376819, target: 376838 (99.995%) Downloading at 1 kB/s 12 peers 98.171.203.195:34567 79adcaee47d77777 normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 20.70.6.35:34567 353c7010302a16a1 normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 20.200.243.35:34567 0d0267c157ebb9a0 normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 20.196.242.116:34567 f137d63d73a8653f normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 52.159.76.0:34567 f3396cc286005774 normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 20.74.25.154:34567 f29be4e48ebf8850 normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 45.32.185.41:34567 83bb11106b99802b normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 20.53.65.139:34567 87880e3ccd53a42e normal 0 376838 1 kB/s, 0 blocks / 0 MB queued 20.40.151.42:34567 71ec6203cbbe34c1 normal 0 376838 0 kB/s, 19 blocks / 0.009177 MB queued 3.136.116.27:34567 3bef8917c436b2db normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 147.182.144.232:34567 95346093d326075a normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 167.114.196.241:34567 baf9c8caf2052051 normal 0 376838 0 kB/s, 0 blocks / 0 MB queued 1 spans, 0.009177 MB [m] 20.40.151.42:34567 19/183 (376819 - 376837, 9 kB) 135 kB/s (1) 2021-12-07 15:25:58.367 I Host 20.40.151.42 blocked. ```
wowario closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: wownero/wownero#424
Loading…
There is no content yet.