-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Portable Mode? #151
Comments
You mean not use external blockchain data? If so then yes, you will need to run your own ethereum node however and point to it. |
I mean store all of the configuration and associated files in the local directory, and not elsewhere on the system (like users\appdata). Imagine you have it stored on a flash drive, if you move from one computer to another will it still run perfectly? Yes I'd expect it to still need to talk to a node |
This is not supported atm. but can be done. I don't have the cycles to do it anytime soon but would happily review a PR. The steps would be roughly:
It sounds like a lot but code-wise it shouldn't be too hard, the most tricky part is probably the node cmdline interaction. |
Is it possible to force etherwall to store all info in the local directory?
The text was updated successfully, but these errors were encountered: