jtgrassie / monero-pool

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

maker release error monero-pool #100

Closed satinbloom closed 3 years ago

satinbloom commented 3 years ago

g++:error:/home/ubuntu/docker/monero/build/Linux/_HEAD_detached_atv0.17.2.0/release/src/cryptonote_basic/libcryptonote_format_utils_basic.a: No such file or directory

monero comiled perfectly , don't know why pool giving error while compiling am i using latest monero release 0.17.2.0

jtgrassie commented 3 years ago

Use the Monero release branch (release-v0.17).

The Monero release tag and branch have diverged.

trasherdk commented 3 years ago

You had me confused by #99 build the correct release tag (v0.17.2.0). :smile:

jtgrassie commented 3 years ago

Since then I pushed a change to the Makefile to work with the release branch. The Monero tag and branch have diverged, which makes keeping the pools Makefile in sync a pain.