feat: Port mempool.space to Vertcoin (VTC Mempool)#1
Draft
HuciferX wants to merge 1 commit into
Draft
Conversation
- Configure backend for vertcoind RPC (port 5888) - Brand frontend: Bitcoin → Vertcoin, BTC → VTC - Update color scheme to Vertcoin green (#4caf50) - Update meta tags, title, social cards for Vertcoin - Add docker-compose.vtc.yml with VTC env vars - Add .env.vtc with all VTC defaults - Add install-vtc-mempool.sh automated installer - Add production/vertcoin.conf node template - Add README.vtc.md with VTC-specific quick start - Disable Lightning (not applicable to Vertcoin) - Update RPC port defaults: 8332 → 5888 Co-Authored-By: Oz <oz-agent@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VTC Mempool — Port mempool.space to Vertcoin
This PR ports mempool.space to the Vertcoin network, creating VTC Mempool — a real-time mempool visualizer and blockchain explorer for Vertcoin.
Changes
Backend Configuration
backend/mempool-config.json— Pre-configured for vertcoind RPC (port 5888)~/.vertcoin/vtc-mempoolFrontend Branding
Docker
docker-compose.vtc.yml— Full stack with VTC env var support.env.vtc— All VTC defaults documentedTooling
install-vtc-mempool.sh— Automated installer that checks for vertcoind, reads RPC creds from vertcoin.conf, configures and buildsproduction/vertcoin.conf— Vertcoin node configuration templateDocumentation
README.vtc.md— Complete quick start guide (Docker, native, automated), API examples, troubleshootingVertcoin Constants Used
vtc/ Base58 Pubkey: 71 (starts with V)Notes
Conversation: https://app.warp.dev/conversation/352b059c-362d-4d60-9d37-147b36617b55
Run: https://oz.warp.dev/runs/019ea42b-8528-7359-a22b-9381af1c197c
This PR was generated with Oz.