You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.,
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 usingN/A
Machine specs
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
The text was updated successfully, but these errors were encountered: