jtgrassie / monero-pool

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

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

Closed shanhashcah closed 1 year ago

shanhashcah commented 1 year 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 1 year ago

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

shanhashcah commented 1 year ago

Thank you for pointing me the right thing.