28 lines
1,002 B
JSON
28 lines
1,002 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
|