Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Created June 22, 2019 07:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imylomylo/2a1609551bd8254499f76448e2e0c0fb to your computer and use it in GitHub Desktop.
Save imylomylo/2a1609551bd8254499f76448e2e0c0fb to your computer and use it in GitHub Desktop.
Notary Questions Season 3

Question


2019-06-22 05:11:33 ERROR: ContextualCheckBlockHeader: forked chain 1405100 older than last notarized (height 1410530) vs
2019-06-22 05:11:33 AcceptBlockHeader ContextualCheckBlockHeader failed
2019-06-22 05:11:33 AcceptBlock AcceptBlockHeader error
2019-06-22 05:11:33 ERROR: ProcessNewBlock: AcceptBlock FAILED

2019-06-22 06:14:32 DisconnectTip: deleted 2 block notarisations in block: 030cf9bf00ce5510edc13f8c038f8aa8c9370a805e75957b62fff9aa340723d2

Should I be worried about these outputs? The first one comes when trying to mine a block, and the second one has just recently debug.log Actually it looks like the deleted 2 block notarisations was an orphaned block. Potentially notarisation that occured in an orphaned block?

Answer

it just means a node on a fork sent you a block the disconnect tip was a small reorg of non-notarized blocks, which themselves contained some assetchain notarizations

if you mine before in sync, it will generate errors

Question

Yeah I don't believe that is the issue. I am getting a lot of socket recv error Connection reset by peer (104) though, so could be something to do with that

Answer

just means that peer isnt running or doesnt want any more peers

@imylomylo
Copy link
Author


for now w/o reaching consensus bestk are all -1 for everyone, remove the filter, just 

curl -s --url "http://127.0.0.1:7779" --data "{\"agent\":\"dpow\",\"method\":\"active\"}" | jq -c .[]`

just check the recvmask you should see some non zero value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment