forknote / cryptonote-generator

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

Generator error on MacOS #76

Closed zhmrab closed 6 years ago

zhmrab commented 6 years ago

Getting this when trying to generate my coin : bash generator.sh -f coin.json

ERROR: core config file does not exits /Users/Z/generator/cores/.json

zhmrab commented 6 years ago

Added "bytecoin-v2" in generator.sh l:161 CORE_CONFIG_FILE:"bytecoin-v2"

pmitchev commented 6 years ago

The config format was changed in the last version. You need to change this: "base_coin":{ "name":"bytecoin", "git":"https://github.com/amjuarez/bytecoin.git" }, with this: "base_coin": "bytecoin-v2",