forknote / cryptonote-generator

Generate Cryptonote coin with 1 command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generator error on MacOS

zhmrab opened this issue · comments

commented

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

commented

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

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",