Files
proxmox/reports/archive/duplicates/2026-01-06/BLOCKSCOUT_START_STATUS.md
defiQUG 9c37af10c0 Complete optional next steps: fix references and consolidate duplicates
- Fixed 104 broken references in 59 files
- Consolidated 40+ duplicate status files
- Archived duplicates to reports/archive/duplicates/
- Created scripts for reference fixing and consolidation
- Updated content inconsistency reports

All optional cleanup tasks complete.
2026-01-06 02:25:38 -08:00

1.2 KiB

Blockscout Start Status

Date: $(date)
VMID: 5000 on pve2

Status

Container

  • Status: Running

Service

  • Systemd Service: Active

Docker Containers

  • blockscout-postgres: Up
  • blockscout: ⚠️ Restarting (may need time to stabilize)

API

📝 Notes

Blockscout service is active but containers are restarting. This is normal during startup. The API may take 1-3 minutes to become fully accessible after containers stabilize.

🔧 Actions Taken

  1. Verified container is running
  2. Verified service is active
  3. Restarted service to ensure clean start
  4. Waiting for containers to stabilize

Next Steps

Once API returns HTTP 200:

  1. Run contract verification: ./scripts/retry-contract-verification.sh
  2. Or manually: ./scripts/verify-all-contracts.sh 0.8.20

🔍 Check Status

# Check service
ssh root@192.168.11.12 'pct exec 5000 -- systemctl status blockscout'

# Check containers
ssh root@192.168.11.12 'pct exec 5000 -- docker ps'

# Test API
curl https://explorer.d-bis.org/api