Issue with setting up Midnight Live View in the Preview Testnet

Hi everyone,

I would like to ask for help regarding issue during setup my “Midnight Live View” for my Midnight Validator / Block Producer in the Preview testnet. GitHub repo: GitHub - Midnight-Scripts/Midnight-Live-View: Ment to display help full info about midnight validator node

  1. The “aura”, “sidechain” and “grandpa” keys are not showing in the LiveView.sh, even though I have the partner-chains-public-keys.json in the same directory as LiveView.sh → I put both of the under “midnight-node-docker” folder

If I check via curl, I have 10 peers (see snippet below)

~/midnight-node-docker$ curl -s -X POST -H ‘Content-Type: application/json’ -d ‘{“jsonrpc”:“2.0”,“id”:1,“method”:“system_health”,“params”:}’ http://127.0.0.1:9944 | jq .
{
“jsonrpc”: “2.0”,
“id”: 1,
“result”: {
“peers”: 10,
“isSyncing”: false,
“shouldHavePeers”: true
}
}

Somehow the LiveView.sh could correctly find my aura_pub_key → even though I have the correct partner-chains-public-keys.json and the “data” folder that contains keystore is correctly placed at /midnight-node-docker/data/chains/partner_chains_template/keystore

If anybody has some idea, please kindly help me. Thank you for your kind support :folded_hands:

Maybe @luislucena could shed some light here. I also have issue with “Midnight Validator Dashboard” is 100% synced but it said “unsynced” status in the Validator Monitor

Best regards,

@andreassosilo

1 Like