mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-19 07:34:22 +01:00
Add Blink backend (#433)
* wip blink * Blink working * check fee correctly * add comment * unfix lnbits * unit test blink backend * make format * mypy * settings * add error if blink key not set
This commit is contained in:
@@ -56,8 +56,8 @@ MINT_DERIVATION_PATH="m/0'/0'/0'"
|
||||
MINT_DATABASE=data/mint
|
||||
|
||||
# Lightning
|
||||
# Supported: LndRestWallet, LNbitsWallet, FakeWallet
|
||||
MINT_LIGHTNING_BACKEND=LNbitsWallet
|
||||
# Supported: FakeWallet, LndRestWallet, CoreLightningRestWallet, LNbitsWallet, BlinkWallet, StrikeWallet
|
||||
MINT_LIGHTNING_BACKEND=FakeWallet
|
||||
|
||||
# for use with LNbitsWallet
|
||||
MINT_LNBITS_ENDPOINT=https://legend.lnbits.com
|
||||
@@ -73,6 +73,10 @@ MINT_CORELIGHTNING_REST_URL=https://localhost:3001
|
||||
MINT_CORELIGHTNING_REST_MACAROON="./clightning-rest/access.macaroon"
|
||||
MINT_CORELIGHTNING_REST_CERT="./clightning-2-rest/certificate.pem"
|
||||
|
||||
MINT_BLINK_KEY=blink_abcdefgh
|
||||
|
||||
MINT_STRIKE_KEY=ABC123
|
||||
|
||||
# fee to reserve in percent of the amount
|
||||
LIGHTNING_FEE_PERCENT=1.0
|
||||
# minimum fee to reserve
|
||||
|
||||
Reference in New Issue
Block a user