Crypto Tools
Crypto Payment QR Code Generator — Bitcoin, Ethereum, Solana & Litecoin
🔒 在瀏覽器中執行
Generate a payment QR code for Bitcoin (BIP-21), Ethereum (EIP-681), Solana (Solana Pay), or Litecoin. Set the recipient address, optional amount, and label. The QR code is generated in your browser using the qrcode library — no data is uploaded, and you can download the PNG directly.
如何使用此工具
- 選擇區塊鏈(Bitcoin、Ethereum、Solana 或 Litecoin)。
- 輸入接收地址,可選擇輸入金額與標籤。
- 預覽 QR 碼並以 PNG 格式下載。
Privacy: No data is sent to any server. QR code generated in your browser.
常見問題
- Bitcoin 使用什麼 URI 方案?
- Bitcoin 使用 BIP-21 URI 方案:bitcoin:<address>?amount=<btc>&label=<label>。這是付款請求 QR 碼的標準。
- Ethereum 使用什麼 URI 方案?
- Ethereum 使用 EIP-681 URI 方案:ethereum:<address>?value=<wei>。值欄位以 wei(ETH 的最小單位)為單位。
- QR 碼是在伺服器上產生的嗎?
- 不是。QR 碼使用 qrcode JavaScript 函式庫在您的瀏覽器中產生,沒有任何資料被上傳。
- 我可以用於實際付款嗎?
- 可以,產生的 URI 遵循相關標準(BIP-21、EIP-681、Solana Pay)。在發送任何資金之前,請驗證地址。
將此工具嵌入你的網站
免費。一行 HTML — 工具在訪客的瀏覽器中執行,不會傳送任何資料。
<iframe src="https://brevio.pro/embed/crypto-qr-generator" width="100%" height="600" loading="lazy" style="border:1px solid #e5e5e5;border-radius:8px" title="Crypto Payment QR Generator — brevio"></iframe> <p style="font:12px/1.4 sans-serif"><a href="https://brevio.pro/tools/crypto-qr-generator">Crypto Payment QR Generator</a> by <a href="https://brevio.pro">brevio</a></p>