Documentation

xmr.pub 使用说明 · 官网 www.xmr.pub

For AI agents: llms.txt · llms-full.txt · catalog JSON

访问令牌 / Access token

本站无注册页。首次在 Products 下单后,结账页会显示以 ph_ 开头的令牌,只显示一次,请立即保存。之后在 My Services 粘贴登录。

No signup page. First order at checkout shows a one-time ph_ token — save it immediately, then paste at /panel.

匿名 VPS · SSH over Tor

每台 VPS 在面板中显示专用 .onion 地址(付款开通后)。

# 经 Tor 连接 SSH(示例)
torsocks ssh root@<your-onion>.onion

P2Pool 挖矿(免费)

Products → Free Mining 免费开通,面板可见 stratum 地址。公网算力仪表盘:

https://pool.xmr.pub

# XMRig 示例(钱包地址作 username,密码 x)
./xmrig -o <stratum-host>:3333 -u <YOUR_XMR_WALLET> -p x

Multichain RPC

购买 RPC 套餐后,在 My Services 签发 API Key。网关端点以面板显示为准。

# Ethereum
curl -s <gateway>/eth \
  -H "X-API-Key: rpc_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

# Bitcoin
curl -s <gateway>/btc -H "X-API-Key: rpc_YOUR_KEY" \
  -d '{"jsonrpc":"2.0","method":"getblockchaininfo","params":[],"id":1}'

# Monero
curl -s <gateway>/xmr/json_rpc -H "X-API-Key: rpc_YOUR_KEY" \
  -d '{"jsonrpc":"2.0","id":"0","method":"get_info"}'

XMR 支付 / Payment

标价均为 XMR。下单生成门罗发票,达到确认数后自动开通服务。商户收款 API 为非托管模式(view key 检测到账)。

HTTP API / 接口

  • GET /api/catalog — 产品目录与 XMR 标价
  • GET /api/quote?product=&plan=&months= — 询价
  • POST /api/orders — 下单(JSON: product, plan, months)
  • GET /api/status — 服务状态

Full agent docs: llms-full.txt

合规

xmr.pub 仅提供合法用途的隐私基础设施。我们不托管违法内容,也不协助违法活动。