bitcoin-services-home/config/services.json
2025-12-24 10:56:53 +01:00

28 lines
1,006 B
JSON

{
"site": {
"title": "COUNTERWEIGHT'S BITCOIN SERVICES",
"subtitle": "Self-Hosted Infrastructure Available for the Public",
"description": "Welcome to my self-hosted services Bitcoin hub. I run this for myself, but you are welcome to use it as well for free.\nIf you feel like helping pay the bills, you can send some sats to infra@wallet.contrapeso.xyz."
},
"services": [
{
"name": "Bitcoin Node",
"description": "Full Bitcoin Knots node. You can add it as a peer to your own node.",
"url": "https://bitcoin.contrapeso.xyz:8333"
},
{
"name": "Electrum Server",
"description": "Running Fulcrum. You can point your wallet to it. Anon logs, your IP and TXIDs won't be logged.",
"url": "https://electrum.contrapeso.xyz:50002"
},
{
"name": "Mempool Explorer",
"description": "Mempool visualization and block explorer",
"url": "https://mempool.contrapeso.xyz"
}
],
"footer": {
"text": "Code is law."
}
}