Post
Topic
Board Announcements (Altcoins)
Re: [XMR] Monero - A secure, private, untraceable cryptocurrency
by
Mek
on 27/05/2022, 13:35:28 UTC
On the p2pool github site it says that --zmq-pub parameter is required on monerod when mining. I was using monerod with --no-zmq, but after change to --zmq-pub, I get this error:
Quote
monerod --data-dir E:\Monero --block-sync-size 20 --limit-rate-up 50000 --enable-dns-blocklist --db-sync-mode=safe --public-node --restricted-rpc --rpc-bind-ip 0.0.0.0 --confirm-external-bind --zmq-pub --enforce-dns-checkpointing
2022-05-27 13:30:52.592 I Monero 'Oxygen Orion' (v0.17.3.2-release)
2022-05-27 13:30:52.596 I Initializing cryptonote protocol...
2022-05-27 13:30:52.596 I Cryptonote protocol initialized OK
2022-05-27 13:30:52.599 I Initializing core...
2022-05-27 13:30:52.600 I Loading blockchain from folder E:\Monero\lmdb ...
2022-05-27 13:30:58.396 I Loading checkpoints
2022-05-27 13:30:58.417 I Core initialized OK
2022-05-27 13:30:58.418 I Initializing p2p server...
2022-05-27 13:30:58.442 I p2p server initialized OK
2022-05-27 13:30:58.443 I Initializing core RPC server...
2022-05-27 13:30:58.445 I Binding on 0.0.0.0 (IPv4):18081
2022-05-27 13:30:58.660 I core RPC server initialized OK on port: 18081
2022-05-27 13:30:58.694 E ZMQ bind failed: No error
2022-05-27 13:30:58.698 E Failed to create ZMQ/Pub listener: Unable to initialize ZMQ_XPUB socket
2022-05-27 13:30:58.702 I Deinitializing core RPC server...
2022-05-27 13:30:58.704 I Deinitializing p2p...
2022-05-27 13:30:58.713 I Deinitializing core...
2022-05-27 13:30:58.756 I Stopping cryptonote protocol...
2022-05-27 13:30:58.757 I Cryptonote protocol stopped successfully
2022-05-27 13:30:58.758 E Exception in main! Failed to initialize zmq_pub
So is there an error or is there no error? Shocked
Restarting my PC did not help, and I can't think of anything I could try to solve this, pls help.