Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
2.4 KiB
2.4 KiB
Review: http://192.168.11.140/ (Blockscout Explorer)
Last Updated: 2026-02-07
Endpoint: http://192.168.11.140/
Service: Blockscout blockchain explorer (VMID 5000, container blockscout-1, host r630-02)
What it is
| Item | Value |
|---|---|
| IP | 192.168.11.140 (IP_BLOCKSCOUT in config/ip-addresses.conf) |
| VMID | 5000 |
| Host | r630-02 (192.168.11.12) |
| Web | Port 80 (nginx → Blockscout frontend) |
| API | Port 4000 (Blockscout API; for contract verification, stats) |
| Public URL | https://explorer.d-bis.org (NPMplus proxies to 192.168.11.140:80) |
Review result (2026-02-07)
| Check | Result |
|---|---|
| http://192.168.11.140/ | 200 OK — nginx serving Blockscout web UI (text/html, ~159 KB). |
| Headers | Server: nginx/1.18.0 (Ubuntu); Cache-Control: no-cache; Last-Modified present. |
| API (port 4000) | Not reachable from this environment (connection timeout). If you're on LAN, try: curl -s "http://192.168.11.140:4000/api?module=stats&action=eth_price". |
Conclusion: The Blockscout web UI at http://192.168.11.140/ is up and returning 200. The root URL serves the explorer frontend (blocks, txs, addresses, chain stats). For API health from the host or LAN, use the API URL above or the indexer stats endpoint in the runbook.
What you should see in the browser
- http://192.168.11.140/ — Blockscout explorer: chain stats, latest blocks, transactions, search (address/tx/hash). Network selector and sync indicator depend on Blockscout/explorer-monorepo config (Chain 138).
Optional checks (run from LAN or Proxmox host)
# Web root
curl -s -o /dev/null -w "%{http_code}\n" http://192.168.11.140/
# API (if port 4000 is open from your host)
curl -s "http://192.168.11.140:4000/api?module=stats&action=eth_price"
# Indexer sync (from OPERATIONAL_RUNBOOKS)
curl -s http://192.168.11.140:4000/api/v1/stats | jq .indexer
References
- BLOCKSCOUT_FIX_RUNBOOK.md — 502, DB, migrations, SSL
- EXPLORER_TROUBLESHOOTING.md — explorer.d-bis.org SSL and NPMplus
- OPERATIONAL_RUNBOOKS.md — O-4 explorer logs, sync monitoring
- RPC_ENDPOINTS_MASTER.md — explorer.d-bis.org → 192.168.11.140