miningcore icon indicating copy to clipboard operation
miningcore copied to clipboard

Cant add new coin

Open yanzakha opened this issue 1 year ago • 5 comments

Hello. I have an issue. I added a new algorithm Lyra2z to the source files /src/Native/libmultihash/exports.cpp,libmultihash.vcxproj,libmultihash.vcxproj.filters and files related with this algorithm Lyra2z.c, Lyra2z.h as shown in screenshot 1. I also added a new coin to the file coins.json, with combined pos/pow mining (screenshot 2). Everything compiled well as far as I can see. But when starting the service (I use docker compose for all three things) with running wallet ->psql -> miningcore, this error is shown to me (screenshot 3), before I added all of the above (didn’t add the coin and its algorithm), everything started without error, but naturally miningcore didn’t saw the wallet. I also attach my config.json. Can you help me with this?

image image image image

yanzakha avatar Feb 17 '23 14:02 yanzakha