mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-20 05:14:19 +01:00
colt card tutorial update
This commit is contained in:
@@ -1,18 +1,17 @@
|
|||||||
## Tools used
|
## Tools used
|
||||||
* Card: NXP NTAG424 DNA https://zipnfc.com/nfc-pvc-card-credit-card-size-ntag424-dna.html
|
* Card: NXP NTAG424 DNA https://zipnfc.com/nfc-pvc-card-credit-card-size-ntag424-dna.html
|
||||||
* Raspiblitz node running:
|
* Raspiblitz node running:
|
||||||
* Core Lightning
|
* Core Lightning
|
||||||
* LNbits with the Bolt Cards extension
|
* LNbits with the Bolt Cards extension activated
|
||||||
* Boltcard NFC Card Creator Android app
|
* Boltcard NFC Card Creator Android app
|
||||||
|
|
||||||
## Preparation
|
## Preparation
|
||||||
|
### (optional) Run the latest experimental scripts of Raspiblitz
|
||||||
### Run the latest experimental version of Raspiblitz
|
|
||||||
* `menu` -> `PATCH `
|
* `menu` -> `PATCH `
|
||||||
* `REPO`: rootzoll
|
* `REPO`: raspiblitz
|
||||||
* `BRANCH`: dev
|
* `BRANCH`: dev
|
||||||
|
|
||||||
### To update LNbits to the latest commit in the master branch
|
### (optional) To update LNbits to the latest commit in the master branch
|
||||||
* Run:
|
* Run:
|
||||||
```
|
```
|
||||||
config.scripts/bonus.lnbits.com sync
|
config.scripts/bonus.lnbits.com sync
|
||||||
@@ -22,13 +21,12 @@ config.scripts/bonus.lnbits.com sync
|
|||||||
* point an A-record with a subdomain to the public IPaddress of the VPS
|
* point an A-record with a subdomain to the public IPaddress of the VPS
|
||||||
* download Tailscale on the node and the VPS: https://tailscale.com/download/linux
|
* download Tailscale on the node and the VPS: https://tailscale.com/download/linux
|
||||||
* log in on both (consider using a dedicated github account)
|
* log in on both (consider using a dedicated github account)
|
||||||
* on the VPS set up nginx to forward a subdomain to the TailscaleIP:LNbitsPORT on the node: https://github.com/openoms/bitcoin-tutorials/tree/master/nginx
|
* on the VPS set up nginx to forward a subdomain to the `TailscaleIP:LNbitsPORT` on the node: https://github.com/openoms/bitcoin-tutorials/tree/master/nginx
|
||||||
|
|
||||||
### Download the Boltcard NFC Card Creator Android app
|
### Download the Boltcard NFC Card Creator Android app
|
||||||
* https://play.google.com/store/apps/details?id=com.lightningnfcapp
|
* https://play.google.com/store/apps/details?id=com.lightningnfcapp
|
||||||
* https://github.com/boltcard/bolt-nfc-android-app
|
* https://github.com/boltcard/bolt-nfc-android-app
|
||||||
|
|
||||||
|
|
||||||
## Steps to set up a Bolt Card
|
## Steps to set up a Bolt Card
|
||||||
* open LNbits on the public domain
|
* open LNbits on the public domain
|
||||||
* create a wallet and save the link
|
* create a wallet and save the link
|
||||||
@@ -42,9 +40,12 @@ The setup of the bolt card is complete!
|
|||||||
Don't forget to fund the LNbits wallet backing the card to be able to pay.
|
Don't forget to fund the LNbits wallet backing the card to be able to pay.
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
|
* Blink
|
||||||
* Breez
|
* Breez
|
||||||
* Wallet of Satoshi (didn't work for me)
|
* Wallet of Satoshi
|
||||||
* NFC enabled webwallet like the LNbits TPOS: https://clnbits.diynodes.com/tpos/gyZytJ3eLygXbe7EsJoi8C
|
* NFC enabled webwallet
|
||||||
|
* LNbits TPOS: https://clnbits.diynodes.com/tpos/gyZytJ3eLygXbe7EsJoi8C
|
||||||
|
* BTCPay Server: https://tips.diynodes.com
|
||||||
* NFC enabled PoS terminals
|
* NFC enabled PoS terminals
|
||||||
|
|
||||||
Resources:
|
Resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user