mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 10:28:58 +01:00
added BTCPay connect info
This commit is contained in:
28
README.md
28
README.md
@@ -243,6 +243,34 @@ There is now the option to connect and control your LND node with the mobile app
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
#### RaspiBlitz as Backend for BTCPayServer (experimental)
|
||||||
|
|
||||||
|
BTCPay Server is a solution to be your own payment processor to accept Lightning Payments for your online store: https://github.com/btcpayserver/btcpayserver here is how to connect the RaspiBlitz as your payment node:
|
||||||
|
|
||||||
|
##### BTCPayserver config
|
||||||
|
|
||||||
|
Make sure you have these setting in: `<installdir>/NBXplorer/.nbxplorer/Main/settings.config`
|
||||||
|
|
||||||
|
`btc.rpc.url=http://[YOUR RASPIBLITZ IP/DOMAIN]:8332/
|
||||||
|
btc.rpc.user=raspibolt
|
||||||
|
btc.rpc.password=[PASSWORD B]`
|
||||||
|
|
||||||
|
Command to start NBExplorer:
|
||||||
|
`./run.sh --datadir /opt/NBXplorer/.nbxplorer --btcnodeendpoint <raspiblitz-ip> &`
|
||||||
|
|
||||||
|
Start btcpayserver as normal, it will connect to raspiblitz thru NBXplorer
|
||||||
|
|
||||||
|
##### Raspiblitz config
|
||||||
|
|
||||||
|
Make sure you have this in: `/mnt/hdd/bitcoin/bitcoin.conf`
|
||||||
|
|
||||||
|
`rpcallowip=[BTCPAYSERVER IP]/255.255.255.0
|
||||||
|
whitelist=[BTCPAYSERVER IP]
|
||||||
|
rpcuser=raspibolt
|
||||||
|
rpcpassword=[PASSWORD B]`
|
||||||
|
|
||||||
|
Thanks to @RobEdb (ask on twitter for more details) running his demo store with RaspiBlitz: https://store.edberg.eu - buy a picture of [him and Andreas](https://store.edberg.eu/produkt/jag-andreas/) :)
|
||||||
|
|
||||||
## Educational Tutorials
|
## Educational Tutorials
|
||||||
|
|
||||||
*Once the Setup Process is done, the learning and building should begin ... more detailed educational content should be added in this section in the future.*
|
*Once the Setup Process is done, the learning and building should begin ... more detailed educational content should be added in this section in the future.*
|
||||||
|
|||||||
Reference in New Issue
Block a user