https://github.com/marfusios/strike-btcpayserver-plugin
Strike plugin for BTCPayServer
https://github.com/marfusios/strike-btcpayserver-plugin
bitcoin btcpay btcpayserver lightning-network plugin strike
Last synced: about 1 year ago
JSON representation
Strike plugin for BTCPayServer
- Host: GitHub
- URL: https://github.com/marfusios/strike-btcpayserver-plugin
- Owner: Marfusios
- License: mit
- Created: 2024-06-21T14:37:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T13:07:37.000Z (over 1 year ago)
- Last Synced: 2025-03-28T12:21:08.104Z (about 1 year ago)
- Topics: bitcoin, btcpay, btcpayserver, lightning-network, plugin, strike
- Language: C#
- Homepage:
- Size: 9.18 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Strike BTCPayServer Plugin
It allows using [Strike Wallet](https://strike.me) account as the lightning provider for the BTCPay Server.
[Releases and breaking changes](https://github.com/Marfusios/strike-btcpayserver-plugin/releases)
### License:
MIT
### Features
- Receiving lightning payments directly to Strike Wallet
- BTC price hedge - settlement into fiat currency
- Lightning Network liquidity managed by Strike
### Usage
- Visit [Strike Dashboard](https://dashboard.strike.me/login) and obtain API key. Select all scopes under **Account**, **Receive Requests** and **Rates**.
- Optionally select scopes under **Sending payments** to enable payments triggered by BTCPayServer (payouts, BOLT cards, etc.)
> :warning: **Owner of this BTCPayServer instance can access your API key.**
> Therefore they could spend your Strike balance if **Sending payments** scopes are selected

- Install Strike plugin from the `Manage Plugins` page (or ask a BTCPayServer admin)

- Then go to `BTCPayServer > Lightning > Settings > "Change connection" > "Use custom node"` and configure Strike connection. Follow this format:
```
type=strike;currency=FIAT;api-key=xxx
```
Where xxx is your API key.
Select **FIAT** if you want to automatically convert received bitcoins into fiat currency. Otherwise choose **BTC**.

**Pull Requests are welcome!**