unable to subscribe for zmq block events #7015
Unanswered
matiasSXchange
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
@matiasSXchange Have you figured it out? I got the same error regards
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I'm trying with 0.15.2 version and LiteCoin, but this problem occurs.
Shutting down because error in main method: error creating wallet config: unable to create partial chain control: unable to subscribe for zmq block events: read tcp xxx.xxx.xxx.xxx:41508->xxx.xxx.xxx.xxx:28432: i/o timeout
getzmqnotifications returns:
{
"type": "pubrawblock",
"address": "tcp://:28432",
"hwm": 1000
},
{
"type": "pubrawtx",
"address": "tcp://:28433",
"hwm": 1000
}
LiteCoin wallet version = v0.18.1.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions