-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add more complete instructions on how to setup grin-explorer #30
Conversation
Note that I still can't run a fully functional grin-explorer. When hitting the local endpoint I get a 500: https://pastebin.com/XgwR7DWw Also, when trying to load the grin blockchain: https://pastebin.com/AcgikaVt |
Sorry for the very brief instructions :-) The first 500 entry is likely due to the empty blockchain, it's easy to fix, I'll get to it. The second one would also profit from a better error message. I assume its cause is that your grin-server hasn't |
Can you please try the |
Looks like an improved error message
but I still cannot make the explorer work even with an archive_mode=true node.. |
Hrm, after a brief look at the code, it may be that the auth secret is not used for the request to grin? |
After uncommenting the secret from the server config I can successfully import the blockchain. |
Opened #32 - I am going to add documentation in this PR denoting that grin needs to run as an archival node and basic auth needs to be disabled currently in order for the explorer to work. Will ping you once I am done. |
Updated with instructions on how to setup Grin, also added notes to ensure folks use their own credentials when setting up both PostgreSQL and the explorer. |
This is great, thank you very much! |
@hendi