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

"init-local.sh" script not working #224

Closed
Tracked by #200
PaulRBerg opened this issue Aug 17, 2023 · 3 comments · Fixed by #216
Closed
Tracked by #200

"init-local.sh" script not working #224

PaulRBerg opened this issue Aug 17, 2023 · 3 comments · Fixed by #216
Assignees

Comments

@PaulRBerg
Copy link
Contributor

Context

Source: https://rollkit.dev/tutorials/gm-world#start-your-rollup

Running bash init-local.sh produced the following error output:

Error: failed to write signed gen tx: open /Users/prb/.gm/config/gentx/gentx-3dd3a8a3b344c1230818c074822edc09cf8a758a.json: file exists
Usage:
  gmd gentx [key_name] [amount] [flags]

See the full logs here.

Environment

@PaulRBerg
Copy link
Contributor Author

I have manually removed that JSON file, and re-run the script. But now I am getting this error:

Error: unknown flag: --rollkit.aggregator

See the full logs here.

@jcstein jcstein self-assigned this Aug 17, 2023
@jcstein
Copy link
Member

jcstein commented Aug 17, 2023

can you try removing these manually? i will be adding guidance to tutorials on this too as it causes errors sometimes when restarting

rm -rf $HOME/.gm
rm $HOME/go/bin/gmd

for Error: unknown flag: --rollkit.aggregator I'm curious - did you install rollkit?

@PaulRBerg
Copy link
Contributor Author

Thanks for your help, @jcstein. Can confirm that running the latest commands (post #216 merge) worked!

did you install rollkit?

I thought I did, but I can't know for sure now.

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

Successfully merging a pull request may close this issue.

2 participants