i am new into the BitcoinCore und began a FullNode. The Node is operating effectively on Debian12 VPS.
I am additionally setup a Mining Pool and get some Issues ….
(Username and Passwort i modified already so don’t fret)
Everytime i began the Pool i obtained:
ZMQ Unable to attach, Retrying
i can not work out whats my fault 🙁
Right here the bitcoin.conf of my Node:
hear=1
upnp=0
txindex=1
maxconnections=40
server=1
rpcthreads=4
rpcuser=xxx
rpcpassword=xxx
#rpcauth=
rpcauth=bitcoin:xxx
rpcallowip=0.0.0.0/0
rpctimeout=30
txconfirmtarget=6
mempoolexpiry=72
maxmempool=300
maxorphantx=100
debug=rpc
logips=1
limitfreerelay=10
minrelaytxfee=0.0001
zmqpubhashblock=tcp://127.0.0.1:28332
zmqpubhashtx=tcp://127.0.0.1:28333
[main]
rpcbind=185.218.x.x
[test]
rpcbind=0.0.0.0
[regtest]
rpcbind=0.0.0.0
thats the pool.env of my Pool:
BITCOIN_RPC_URL=http://185.218.x.x
BITCOIN_RPC_USER=xxx
BITCOIN_RPC_PASSWORD=xxx
BITCOIN_RPC_PORT=18332
BITCOIN_RPC_TIMEOUT=10000
BITCOIN_ZMQ_HOST="tcp://185.218.x.x:28332"
API_PORT=3334
STRATUM_PORT=3333
#non-compulsory telegram bot
#TELEGRAM_BOT_TOKEN=
#non-compulsory discord bot
#DISCORD_BOT_CLIENTID=
#DISCORD_BOT_GUILD_ID=
#DISCORD_BOT_CHANNEL_ID=
#non-compulsory
#DEV_FEE_ADDRESS=
# mainnet | testnet
NETWORK=mainnet
API_SECURE=false
ENABLE_SOLO=true
ENABLE_PROXY=false
BRAIINS_ACCESS_TOKEN=
PROXY_PORT=3333
the IP 185.218.x.x is the IP of the Node.
Can somebody please assist me to determine the place my mistake is?
Thanks lots