Closed pool2mine closed 7 months ago
is it just me or is there a problem building this repo? i have tried different fresh ubuntu installations, used the script, installed without script... then i tried to install oliver version and it does get installed without issues, so i am assuming is not a MV problem. i think it's more a dependencies issue. is anyone else having issues to install this repo? I really wanted because there are so many coins added (great work btw). please let me know!
BTW, The fork on the AIPG github does build without issues, but ironically, it does not have AIPG included on supported coins... i'm not sure if it's just a copy/paste on coins.json (as algo is already included), but i tried that and it does not connect with the blockchain
BTW, The fork on the AIPG github does build without issues, but ironically, it does not have AIPG included on supported coins... i'm not sure if it's just a copy/paste on coins.json (as algo is already included), but i tried that and it does not connect with the blockchain
if you need help connect my on discord 417534606997192705 or go to getablocks.com for discord link
is it just me or is there a problem building this repo? i have tried different fresh ubuntu installations, used the script, installed without script... then i tried to install oliver version and it does get installed without issues, so i am assuming is not a MV problem. i think it's more a dependencies issue. is anyone else having issues to install this repo? I really wanted because there are so many coins added (great work btw). please let me know!
Try to change this in the ~/miningcore/src/Native/libverushash/Makefile first 2 lines, delete $(CPU_FLAGS) and add -maes -mpclmul -mssse3
CFLAGS += -g -Wall -c -fPIC -O2 -Wno-pointer-sign -Wno-char-subscripts -Wno-unused-variable -Wno-unused-function -Wno-strict-aliasing -Wno-discarded-qualifiers -Wno-unused-const-variable -maes -mpclmul -mssse3
CXXFLAGS += -g -Wall -fPIC -fpermissive -O2 -faligned-new -Wno-char-subscripts -Wno-unused-variable -Wno-unused-function -Wno-strict-aliasing -Wno-sign-compare -std=c++11 -maes -mpclmul -mssse3
is it just me or is there a problem building this repo? i have tried different fresh ubuntu installations, used the script, installed without script... then i tried to install oliver version and it does get installed without issues, so i am assuming is not a MV problem. i think it's more a dependencies issue. is anyone else having issues to install this repo? I really wanted because there are so many coins added (great work btw). please let me know!
Try to change this in the ~/miningcore/src/Native/libverushash/Makefile first 2 lines, delete $(CPU_FLAGS) and add -maes -mpclmul -mssse3
CFLAGS += -g -Wall -c -fPIC -O2 -Wno-pointer-sign -Wno-char-subscripts -Wno-unused-variable -Wno-unused-function -Wno-strict-aliasing -Wno-discarded-qualifiers -Wno-unused-const-variable -maes -mpclmul -mssse3 CXXFLAGS += -g -Wall -fPIC -fpermissive -O2 -faligned-new -Wno-char-subscripts -Wno-unused-variable -Wno-unused-function -Wno-strict-aliasing -Wno-sign-compare -std=c++11 -maes -mpclmul -mssse3
Hi @scorpio18 sorry for my late reply, Thank you very much! this actually solved my build problem. Closing now!
I tried to build in ubuntu 22, and also ubuntu 20... i am looking at 2 errors while console is running script:
and finally the it end up interrupted with this error:
i tried to manually run ./build-libs-linux.sh, it installs dependencies without issues, but when i run the installer script again, same result