← 返回
未分类 中文

Mutinynet CLI

Interact with the Mutinynet Bitcoin testnet faucet. Get testnet bitcoin on-chain, pay lightning invoices, open lightning channels, and generate bolt11 invoic...
与 Mutinynet 比特币测试网水龙头交互。获取测试网链上比特币、支付闪电网络发票、开启闪电通道并生成 BOLT11 发票。
benthecarman benthecarman 来源
未分类 clawhub v0.1.1 1 版本 99753.7 Key: 无需
★ 0
Stars
📥 405
下载
💾 3
安装
1
版本
#latest

概述

Mutinynet Faucet CLI

A CLI tool for interacting with the Mutinynet Bitcoin testnet faucet.

Install

Download a prebuilt binary from GitHub Releases, or install from source:

cargo install mutinynet-cli

Commands

Login

Authenticate with GitHub via device flow. Required before using commands that need a token.

mutinynet-cli login

Send on-chain bitcoin

Send testnet bitcoin to an address. Default amount is 10,000 sats. Accepts Bitcoin addresses or BIP21 URIs.

mutinynet-cli onchain <address> [sats]

Examples:

  • mutinynet-cli onchain tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx
  • mutinynet-cli onchain tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx 50000

Pay a lightning invoice

Pay a lightning invoice. Accepts bolt11 invoices, LNURL, lightning addresses, and nostr npubs.

mutinynet-cli lightning <invoice>

Examples:

  • mutinynet-cli lightning lnbc1...
  • mutinynet-cli lightning user@walletofsatoshi.com

Open a lightning channel

Open a lightning channel from the faucet node to your node.

mutinynet-cli channel <pubkey> <capacity> [--push-amount <sats>] [--host <host:port>]

Examples:

  • mutinynet-cli channel 02abc...def 100000
  • mutinynet-cli channel 02abc...def 100000 --push-amount 50000 --host localhost:9735

Generate a bolt11 invoice

Generate a bolt11 invoice from the faucet node. Omit amount for a zero-amount invoice.

mutinynet-cli bolt11 [amount]

Examples:

  • mutinynet-cli bolt11 5000
  • mutinynet-cli bolt11

Configuration

OptionEnvironment VariableDefault
---------------------------------------------------------------------
--urlMUTINYNET_FAUCET_URLhttps://faucet.mutinynet.com
--tokenMUTINYNET_FAUCET_TOKENLoaded from ~/.mutinynet/token

Common workflows

  1. First time setup: Run mutinynet-cli login to authenticate with GitHub.
  2. Fund a wallet: Use mutinynet-cli onchain
    to receive testnet sats.
  3. Test lightning: Use mutinynet-cli lightning to pay or mutinynet-cli bolt11 to receive.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-30 19:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Orange Wallet

benthecarman
面向 AI 代理的命令行闪电钱包,支持分级托管,可通过 JSON shell 命令实现即时可信支付和自托管通道。
★ 0 📥 641
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 326,757
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,533