Enter the query into the form above.
API method:
GET /api/services?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Run a Bitcoin full node (Core or Knots) as a Shepherd service.
Run electrs, an Electrum protocol server indexing the Bitcoin block chain from a local bitcoind. Expects bitcoin-node-service-type on the same system: the electrs user joins the bitcoin group to read the node's RPC cookie.
Run Fulcrum, a fast Electrum protocol server backed by a local bitcoind. Expects bitcoin-node-service-type on the same system: the fulcrum user joins the bitcoin group to read the node's RPC cookie.
Run lnd against a local bitcoind with cookie RPC authentication and ZMQ block/transaction notifications. Expects bitcoin-node-service-type on the same system: the lnd user joins the bitcoin group to read the node's RPC cookie.
Run Core Lightning (lightningd) against a local bitcoind, using cookie RPC authentication. Expects bitcoin-node-service-type on the same system: the clightning user joins the bitcoin group to read the node's RPC cookie.
Run the mempool.space explorer stack: backend daemon with automatic schema migration into MariaDB, plus an nginx virtual host serving the frontend and proxying the API. Requires bitcoin-node, an Electrum server (electrs/fulcrum), and mysql services on the same system.