Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generator error on MacOS #76

Closed
zhmrab opened this issue Apr 2, 2018 · 2 comments
Closed

Generator error on MacOS #76

zhmrab opened this issue Apr 2, 2018 · 2 comments

Comments

@zhmrab
Copy link

zhmrab commented Apr 2, 2018

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
Copy link
Author

zhmrab commented Apr 2, 2018

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

@zhmrab zhmrab closed this as completed Apr 2, 2018
@pmitchev
Copy link
Contributor

pmitchev commented Apr 3, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants