Skip to content

Horizen Node Upgrade to v5.0.4 not working  #652

@mayank-daga

Description

@mayank-daga

Describe the issue

Hi,
I am getting following logs after node upgrade to v5.0.4 :

Starting with UID/GID : 1000/1000,
,
Allowing RPC access from: 0.0.0.0/0 ::/0,
,
Adding addnode= for: mainnet.horizen.global:9033 37.120.176.224:9033,
,
Zcash - fetch-params.sh,
,
Zen uses the same zkSNARK parameters generated by ZCash.,
This script will fetch the Zcash zkSNARK parameters and verify their,
integrity with sha256sum.,
,
If they already exist locally, it will exit now and do nothing else.,

My docker compose file:

version: '2'
services:
node:
image: zencash/zen-node:v5.0.4
restart: always
ports:
- "9033:9033"
- "9545:8231"
volumes:
- /COINIAStdSSD4T/node-horizen/data:/mnt/zen
- /COINIAStdSSD4T/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=coinia"
- "RPC_PASSWORD=coini@"
- "RPC_PORT=8231"
- "OPTS=-reindex=1 -txindex=1 -addressindex=1 -timestampindex=1 -spentindex=1"
container_name: horizennode
mem_limit: 6g

Can you reliably reproduce the issue?

No response

Expected behavior

No response

Actual behavior and errors

No response

The full version of zend you are using

N/A

Machine specs

  • OS name and version: Ubuntu 18.04 amd64
  • CPU: AMD EPYC 7763 64-Core Processor
  • RAM: 32
  • Disk size: 4tb
  • Disk type (HD/SDD): HD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions