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

bug-fixes.json extension errors #23

Closed
therocco opened this issue May 27, 2017 · 2 comments
Closed

bug-fixes.json extension errors #23

therocco opened this issue May 27, 2017 · 2 comments

Comments

@therocco
Copy link

When including the bug-fixes.json extension generation of new coin fails. The issue seems to be in line 166-179:

    {
      "path": "/src/CryptoNoteCore/DatabaseBlockchainCache.cpp",
      "changes": [
        {
          "action": "replace",
          "marker": "cacheStart = 1;",
          "parameters": {
            "text": [
              "  cacheStart = 0;"
            ]
          }
        }
      ]
    },

compile fails because cacheStart is not found. Fixed issue by removing line block.

@therocco therocco changed the title bug-fixes.json errors bug-fixes.json extension errors May 27, 2017
@pmitchev
Copy link
Contributor

pmitchev commented May 27, 2017

We are still testing the newest version. If you want to generate, use v2.0.1 as core by adding those lines here:

https://github.com/forknote/cryptonote-generator/blob/master/generator.sh#L44

cd ${BASE_COIN_PATH}

git checkout d56f1c51664d9868403480867e8e68df49993e1e

cd -

@therocco
Copy link
Author

That was quick! Thanks for the fast reply @pmitchev. I will check out the new branch when I get home.

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