jtgrassie / monero-pool

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

monero-pool build not able to find after compilation #136

Closed shanhashcah closed 10 months ago

shanhashcah commented 10 months ago

Hi Sir:

        I have installed all required dependencies. Then I ran make release  command, it was executed successfully. But monero-pool  is not generated in release/bin folder.  Is there any something am I missing?

Thanks in advance.

jtgrassie commented 10 months ago

See the README. The output is placed in the build/release directory, not release/bin.

shanhashcah commented 10 months ago

Thank you for pointing me the right thing.