jtgrassie / monero-pool

A Monero mining pool server written in C
BSD 3-Clause "New" or "Revised" License
344 stars 125 forks source link

Cannot send client a job: No block template #86

Closed iamshyambandla closed 3 years ago

iamshyambandla commented 3 years ago

Cannot send client a job: No block template when miner connected

jtgrassie commented 3 years ago

Your pool is not connected to your daemon then. The error in the pool log tells you as much.

iamshyambandla commented 3 years ago

how to connect my daemon to pool

jtgrassie commented 3 years ago

Via your config, e.g. https://github.com/jtgrassie/monero-pool/blob/master/pool.conf#L7L10

iamshyambandla commented 3 years ago

21:45:23 ERROR src/pool.c:1997: Error getting last block header: BUSY

still getting this

jtgrassie commented 3 years ago

You can't create work if your daemon is still syncing (i.e. BUSY). This is not a support forum of how to run a daemon or a pool, it's a bug tracker, and this is not a bug.