-
Notifications
You must be signed in to change notification settings - Fork 1
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
[GRIN-Node] Choose a different default directory for grin blockchain storage #1
Comments
I have tested version grin-5.0.0-beta.3 on windows 10 Home (1903) Following files are generated in folder "C:\GrinTest"
Following files are in default location C:\Users\username.grin\main
Some of the folders stated in "Expected results" are missing in specified folder. |
Good work @cekickafa ! Could you copy paste some terminal outputs? I think on Windows you can list content of directory with ‘dir’ command. also, could you list which folders are missing? Or better provide a terminal output that shows they are missing |
Content of folder in modified path (C:\GrinTest)
These are the missing files/folders:
|
Now its clear, thanks! |
Description:
Choose a different path for storing the GRIN blockchain.
Prerequisites:
Run a GRIN-Node and make changes the following changes to you grin-server.toml:
grin-server.toml
Expected result:
After the GRIN-Node is fully synced all related GRIN blockchain files should be in the specified folder.
Example:
The text was updated successfully, but these errors were encountered: