[07:07:56] navexplorer & chainz explorers arent on same chain. Block 3630607 chainz: dcc302dac5226048230e280c73d87532f96c16dcbd4690906ca68e13ab31ee68 https://chainz.cryptoid.info/nav/search.dws?q=3630607 navexplorer: a08cb5451ce2c0000a5e4c0d91e1f63e91c7baf2bfdca2a1f8de85d3a774d9c4 https://www.navexplorer.com/block/3630607 [07:12:27] yep, we're aware of the issue! Chainz is correct and NavExplorer is currently reindexing afaik [07:16:49] ah. i have a script that pings when i dont match navexplorer. i guess ill start tracking em both. 👍 [07:17:44] heres the api call if that interests https://chainz.cryptoid.info/nav/api.dws?q=getblockhash&height=3630607 [07:21:18] yeah nice [07:21:54] I have a bash script here which i run on the bootstrap server which might be of interest; [07:21:55] https://github.com/proletesseract/bash-scripts/blob/master/nav-bootstrap.sh [07:22:01] the first bit at least [07:22:55] it gets my local node's best blockhash and checks it against cryptoid and navexplorer and halts the bootstrap if something mismatches and emails me [07:23:22] otherwise right at the end it zips the bootstrap files [07:23:37] it will retry each API up to 5 times [07:23:43] to make sure its not just dropped http request [07:24:10] my bootstrap backup is a single line in cron 😄 yours is the real thing, ver nice [07:24:43] learned the hard way after the bootstrap was accidentally proliferating a forked version of the chain haha [07:25:42] ! doh. yeah that would escalate quickly, as they say [07:26:03] https://tenor.com/view/escalated-quickly-anchorman-gif-5112090 [07:26:06] yep [07:28:25] i might copypasta stuff from yours 😉 thanks. this is an older version of my lil thing. Now it outputs some staking info too. https://gist.github.com/rocket-pig/3f21bf82ba1e1f9d5b8a03f31cd126e1 [07:29:04] your bash puts mine to shame 😛 [07:30:01] i always end up in python, i mean. [07:37:00] all good, yeah i mean i posted it publicly incase it was useful for other people, so go hard [07:37:32] man i am not a bash guru, ill tell you that much 😅 took me some time to figure that script out properly haha [07:38:08] note the 'jq' pipe, you'll need to install that lib for it to work [07:38:17] and parse json in bash [07:38:36] i think its just apt-get install jq [07:42:46] updated that gist to the newer one w staking deets and now! it slices it dices it checks both block explorers. [07:43:09] i use jq all the time 😛 [07:46:19] we had this terrible plan to forego any sort of modern db and use json for everything. that had me and jq getting way too intimate [07:54:44] and thats how simple 're bootstrapping' can be: https://gist.github.com/rocket-pig/802f3e13dc34268c6ca8233fc6cd6d2d [15:14:14] @aguycalled do you want me to try to replicate the fork on the mainnet? or it's already pretty well understood. [15:18:10] im working on the patch but everything helps [15:21:43] should i build the PR 622 or current master? [15:29:31] pr