You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the impact of this issue on your ability to run a node?
High
Status
I cant connect to mainnet.
Additional information
yangheon@DESKTOP-2NFIB5P:~$ mina client export-logs
Error: Unable to connect to Mina daemon.
The daemon might not be running. See logs (in ~/.mina-config/mina.log) for details.
Run mina daemon -help to see how to start daemon.
If you just started the daemon, wait a minute for the GraphQL server to start.
Alternatively, the daemon may not be running the GraphQL server on http://localhost:3085/graphql.
If so, add flag --rest-server with correct port when running this command.
Error message: (Unix.Unix_error "Connection refused" connect 127.0.0.1:3085)
yangheon@DESKTOP-2NFIB5P:~$
The text was updated successfully, but these errors were encountered:
Preliminary Checks
Description
My MIna daemon got crushed during bootstraping
Steps to Reproduce
3 after that tried to connect the mainnet by 'mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt'
Expected Result
I was hoping to see this scene, as I saw when I connect to mainnet at 2022Actual Result
It got crushed
Daemon version
Commit d800da8
How frequently do you see this issue?
Sometimes
What is the impact of this issue on your ability to run a node?
High
Status
Additional information
yangheon@DESKTOP-2NFIB5P:~$ mina client export-logs
Error: Unable to connect to Mina daemon.
~/.mina-config/mina.log
) for details.Run
mina daemon -help
to see how to start daemon.If so, add flag --rest-server with correct port when running this command.
Error message: (Unix.Unix_error "Connection refused" connect 127.0.0.1:3085)
yangheon@DESKTOP-2NFIB5P:~$
The text was updated successfully, but these errors were encountered: