We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I was installing the latest DappNode package i noticed on the setup page:
When I uploaded the config.json and genesis.json and ran the package. i noticed in the logs that I have been getting repeated messages of:
I[2020-05-12|18:41:31.037] Starting MConnection module=p2p [email protected]:26656 impl=MConn{35.245.2.156:26656} I[2020-05-12|18:41:31.038] Added peer module=p2p peer="Peer{MConn{35.245.2.156:26656} 17ca63e4ff7535a40512c550dd0267e519cafc1a out}" I[2020-05-12|18:41:31.046] Connection is closed @ recvRoutine (likely by the other side) module=p2p [email protected]:26656 conn=MConn{35.245.2.156:26656} I[2020-05-12|18:41:31.046] Stopping MConnection module=p2p [email protected]:26656 impl=MConn{35.245.2.156:26656} E[2020-05-12|18:41:31.047] Stopping peer for error module=p2p peer="Peer{MConn{35.245.2.156:26656} 17ca63e4ff7535a40512c550dd0267e519cafc1a out}" err=EOF I[2020-05-12|18:41:31.047] Stopping Peer module=p2p [email protected]:26656 impl="Peer{MConn{35.245.2.156:26656} 17ca63e4ff7535a40512c550dd0267e519cafc1a out}" I[2020-05-12|18:41:31.139] Stopping gossipDataRoutine for peer module=consensus peer="Peer{MConn{35.245.2.156:26656} 17ca63e4ff7535a40512c550dd0267e519cafc1a out}" I[2020-05-12|18:41:31.140] Stopping gossipVotesRoutine for peer module=consensus peer="Peer{MConn{35.245.2.156:26656} 17ca63e4ff7535a40512c550dd0267e519cafc1a out}" I[2020-05-12|18:41:33.040] Stopping queryMaj23Routine for peer module=consensus peer="Peer{MConn{35.245.2.156:26656} 17ca63e4ff7535a40512c550dd0267e519cafc1a out}" I[2020-05-12|18:42:00.948] Ensure peers module=pex numOutPeers=0 numInPeers=0 numDialing=0 numToDial=250 I[2020-05-12|18:42:00.948] No addresses to dial. Falling back to seeds module=pex I[2020-05-12|18:42:00.948] Dialing peer module=p2p [email protected]:26656 I[2020-05-12|18:42:01.030] Starting Peer module=p2p [email protected]:26656 impl="Peer{MConn{35.245.2.156:26656} 17ca63e4ff7535a40512c550dd0267e519cafc1a out}"
even when i specified the seeds in my config.json
Last, I have noticed that when I run it for the first time I see I[2020-05-12|18:29:50.770] This node is not a validator appear
I[2020-05-12|18:29:50.770] This node is not a validator
The text was updated successfully, but these errors were encountered:
working on an: export private key section in the dev portal and I will link it here when done to be included in the Private key section in the setup.
export private key
Sorry, something went wrong.
No branches or pull requests
When I was installing the latest DappNode package i noticed on the setup page:
When I uploaded the config.json and genesis.json and ran the package. i noticed in the logs that I have been getting repeated messages of:
even when i specified the seeds in my config.json
Last, I have noticed that when I run it for the first time I see
I[2020-05-12|18:29:50.770] This node is not a validator
appearThe text was updated successfully, but these errors were encountered: