Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizen Node Upgrade to v5.0.4 not working #652

Open
mayank-daga opened this issue Sep 17, 2024 · 0 comments
Open

Horizen Node Upgrade to v5.0.4 not working #652

mayank-daga opened this issue Sep 17, 2024 · 0 comments

Comments

@mayank-daga
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant