forknote / cryptonote-generator

Generate Cryptonote coin with 1 command
104 stars 211 forks source link

Problem generating a new coin #72

Closed luiscosio closed 6 years ago

luiscosio commented 6 years ago

bash generator.sh -f configs/danielcoin.json -c '-j2' ERROR: core config file does not exits /home/ubuntu/cryptonote-generator/cores/.json

I see it's related to the new multicore structure, what would be the new command to generate a new coin?

pmitchev commented 6 years ago

I am updating the docs now. Basically, the only change you need to do is change this: "base_coin":{ "name":"bytecoin", "git":"https://github.com/amjuarez/bytecoin.git" }, with this: "base_coin": "bytecoin-v2",

luiscosio commented 6 years ago

Thank you, I'll mark it as closed.