-
Notifications
You must be signed in to change notification settings - Fork 122
Description
Describe the issue
The Horizen node has stopped syncing after upgrading it to v6.0.0. Below is the docker compose file that we are using
services: node: image: zencash/zen-node:v6.0.0 restart: always ports: - "9033:9033" - "9545:8231" volumes: - /1Disk/node-horizen/data:/mnt/zen - /1Disk/node-horizen/params:/mnt/zcash-params environment: - "LOCAL_USER_ID=1000" - "LOCAL_GRP_ID=1000" - "PORT=9033" - "ADDNODE=mainnet.horizen.global:9033,37.120.176.224:9033" - "RPC_USER=<username>" - "RPC_PASSWORD=<pwd>" - "RPC_PORT=8231" #- "reindex=1" - "OPTS= -txindex=1 -addressindex=1 -timestampindex=1 -spentindex=1" container_name: horizennode mem_limit: 6g
Logs:
2025-11-25 04:34:39 TLS: connection to 194.233.72.55:9033 has been established (tlsv = TLSv1.3 0x0304 / ssl = OpenSSL 1.1w 11 Sep 2023 0x1010117f ). Using cipher: TLS_AES_256_GCM_SHA384
2025-11-25 04:34:39 TLS: ERROR: SSL_read error:00000005:lib(0):func(0):DH lib
2025-11-25 04:34:45 connect() to 62.171.172.95:9033 failed after select(): Connection refused (111)
2025-11-25 04:34:51 connect() to [2605:a140:2248:5228::2]:9033 failed: Network is unreachable (101)
2025-11-25 04:34:52 connect() to [2605:a140:2259:2216::2]:9033 failed: Network is unreachable (101)
2025-11-25 04:34:58 connect() to 23.88.21.162:9033 failed after select(): Connection refused (111)
2025-11-25 04:34:58 connect() to [2a01:4f9:6b:1c62::27]:9033 failed: Network is unreachable (101)
2025-11-25 04:34:59 connect() to [2001:470:1c:45c::25b1]:9033 failed: Network is unreachable (101)
2025-11-25 04:34:59 connect() to 23.88.22.69:9033 failed after select(): Connection refused (111)
2025-11-25 04:35:00 connect() to 85.239.245.167:9033 failed after select(): Connection refused (111)
2025-11-25 04:35:12 connect() to 168.119.80.41:9033 failed after select(): Connection refused (111)
2025-11-25 04:35:12 connect() to 95.216.79.229:9033 failed after select(): Connection refused (111)
2025-11-25 04:35:29 connect() to [2602:ffc8:3:1::1041:816]:9033 failed: Network is unreachable (101)
Can you reliably reproduce the issue?
No response
Expected behavior
Actual behavior and errors
No response
The full version of zend you are using
zencash/zen-node:v6.0.0
Machine specs
- OS name and version: Ubuntu 22.04.5 LTS"
- CPU: 32-bit, 64-bit
- RAM: 47Gi
- Disk size: 4T
- Disk type (HD/SDD): HDD
- Linux kernel version (uname -a): Linux usazuadvpl00183 6.8.0-1036-azure Update depends packages on our CDN #42~22.04.1-Ubuntu SMP Fri Sep 12 00:09:41 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
- Compiler version (gcc -version):
Any extra information that might be useful in the debugging process
No response
Do you have a back-up of ~/.zen directory and/or a VM snapshot?
No response