_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


bitcoin-node
Channel: bitcoin
Location: bitcoin/services/bitcoin.scm (bitcoin services bitcoin)
Description:

Run a Bitcoin full node (Core or Knots) as a Shepherd service.

electrs
Channel: bitcoin
Location: bitcoin/services/indexers.scm (bitcoin services indexers)
Description:

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.

fulcrum
Channel: bitcoin
Location: bitcoin/services/indexers.scm (bitcoin services indexers)
Description:

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.

lnd
Channel: bitcoin
Location: bitcoin/services/lightning.scm (bitcoin services lightning)
Description:

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.

clightning
Channel: bitcoin
Location: bitcoin/services/lightning.scm (bitcoin services lightning)
Description:

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.

mempool
Channel: bitcoin
Location: bitcoin/services/mempool.scm (bitcoin services mempool)
Description:

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.

Total services: 6