fancoder / cryptonote-universal-pool

Mining pool for all CryptoNote based coins such as Bytecoin, duckNote, Monero, and Fantomcoin.
http://cryptonotemining.org
GNU General Public License v2.0
335 stars 308 forks source link

getblockcount timeout #113

Open Zozor54 opened 6 years ago

Zozor54 commented 6 years ago

Hi, When i look in pool_error.log file i just see many error like that :

2018-03-20 20:12:14 (Thread 3) Error polling getblockcount {"code":"ETIMEDOUT","errno":"ETIMEDOUT","syscall":"connect","address":"127.0.0.1","port":18091} 2018-03-20 20:14:48 (Thread 1) Error polling on_getblockhash {"code":"ETIMEDOUT","errno":"ETIMEDOUT","syscall":"connect","address":"127.0.0.1","port":18091}

My pool works but i would like to understand these mistakes and try to fix them.

Someone could help me ?

Thanks