Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.83 KB

zap-desktop-btcpay-server.md

File metadata and controls

59 lines (42 loc) · 1.83 KB

Connect your BTCPay Server to Zap Desktop

This tutorial assumes you already have BTCPay setup and have downloaded the recent Zap Desktop release.

Step 1: Connection type

When you first start Zap it will give you multiple connection options. We'll select BTCPay Server and click next.

screenshot

Now we'll be taken to the BTCPay Server form where we'll paste our connection details from BTCPay.

screenshot

Step 2: Obtain BTCPay connection details

Navigate to your "Server settings" where you'll find a QR code where you can scan from your Zap iOS wallet.

screenshot

Click "See QR Code information by clicking here" and you'll find JSON in this format:

{
  "configurations": [
    {
      "type": "grpc",
      "cryptoCode": "BTC",
      "host": "example.btcpayserver.com",
      "port": 443,
      "ssl": true,
      "certificateThumbprint": null,
      "macaroon": "your_special_macaroon"
    }
  ]
}

Step 3: Enter your connection details

You can now paste the details into the text area. If your details aren't formatted correctly Zap will let you know with an error message.

screenshot

Once you've successfully pasted in your connection details you can click next and Zap will confirm the host you're asking to connect to.

screenshot

If everything checks out then feel free to click next. After a few seconds you should be taken into your Zap Wallet!