-
Notifications
You must be signed in to change notification settings - Fork 0
Description
At first, thank you for your work.
Amazing so far.
Installed postgresql perfectly fine with your wiki content.
Preparing for the BCH Node now and wanted to do the next step: Miningcore installation.
Sadly in the step for compiling the image i run into problems:
sudo docker build -t miningcore .
Tried that many times now but its not able to compile the image. I am absolutely not an expert but tried to fix it with ChatGPT.
GPT told me to change the dockerfile because there was a problem with the file-path for libpanthera.so. Made some changed in the dockerfile for the destination path which makes it possible to run past this step but the next problem came directly afterwards.
Dont really know what to do :).
Maybe some expert can check over that.
Next problem for me was, that the script abortet at build-libs-linux.sh with exit code: Exit -1
Greetings :)
EDIT: Using Ubuntu 24.04.03. Fresh installation, just finished the postgre tutorial steps.