pocket-core-deployments
pocket-core-deployments copied to clipboard
DappNode QA
When I was installing the latest DappNode package i noticed on the setup page:
- the genesis.json link should be https://docs.pokt.network/docs/node-configuration#configure-your-genesis-file
- add a link to the config page on dev portal which is: https://docs.pokt.network/docs/configuration-reference
- edit the chains link to be: https://docs.pokt.network/docs/node-configuration#configure-your-chainsjson-manually
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
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.