building page
This commit is contained in:
commit
feefd59b80
6 changed files with 456 additions and 0 deletions
28
config/services.json
Normal file
28
config/services.json
Normal 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."
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue