dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
365 stars 611 forks source link

Redis connection failed - connect ETIMEDOUT at TCPConnectWrap.afterConnect #601

Closed michaeljx closed 3 years ago

michaeljx commented 3 years ago

Hey, I got this error when running the "node init.js". Redis server was also running alongside with the coin daemon. What was wrong? Please help me fix this. Thanks in advance.

2020-09-18 13:49:59 [master] Starting Cryptonote Node.JS pool version v2.0.0

Error: Redis connection to 175.41.184.128:6379 failed - connect ETIMEDOUT 175.41.184.128:6379
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1107:14)

My repository in case needed: https://github.com/michaeljx/Bimacoin-Pool

michaeljx commented 3 years ago

I inserted public ip instead of private ip beneath [daemon], [wallet], [redis].