GoblinPay admin
Configuration
- Node:
{{ node_url }} - Default match mode:
{{ match_mode }} - Nym:
{% if nym %}on{% else %}off{% endif %} - Ingest:
{% if ingest %}on{% else %}off{% endif %} - Relays watched:
{{ relay_count }} - Webhook:
{% if webhook_configured %}configured{% else %}off{% endif %}(pending: {{ pending_webhooks }}) - Endpub rotation:
{{ rotate_interval }}s, overlap{{ overlap_epochs }}
Users & balances
{% if balances.is_empty() %}No tenant users yet.
{% else %}| User | Endpub (npub) | Epoch | Balance (GRIN) |
|---|---|---|---|
| {{ b.user_id }} | {{ b.npub }} | {{ b.epoch }} | {{ b.balance_grin }} |
Recent payments
{% if payments.is_empty() %}No payments recorded yet.
{% else %}| Slate | GRIN | Status | Invoice | User | Received |
|---|---|---|---|---|---|
| {{ p.slate_id }} | {{ p.amount_grin }} | {{ p.status }} | {{ p.invoice_id }} | {{ p.user_id }} | {{ p.created_at }} |