building page

This commit is contained in:
counterweight 2025-12-24 10:22:13 +01:00
commit feefd59b80
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 456 additions and 0 deletions

28
config/services.json Normal file
View file

@ -0,0 +1,28 @@
{
"site": {
"title": "COUNTER 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 free of cost.\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."
}
}