You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the 'v1' folder, make sure you leave the config.php file.
5
+
Replace the 'v1' folder, making sure to leave the config.php file intact.
4
6
5
7
## API Proxy
6
8
7
9
* Control your own keys and request limits.
8
10
* Host this folder on your webserver as your personal API proxy.
9
11
* Enter your API keys in the config.php file.
10
-
* In the bitrequest app go to Settings -> Advanced -> API Proxy and connect to your webserver.
12
+
* In the Bitrequest app, go to Settings -> Advanced -> API Proxy and connect to your webserver.
11
13
12
14
## URL Shortener
13
15
14
16
* Use your webserver for your personal shortlinks.
15
-
* In the bitrequest app go to Settings -> Advanced -> URL Shortener and connect to your proxy server.
17
+
* In the Bitrequest app, go to Settings -> Advanced -> URL Shortener and connect to your proxy server.
16
18
17
-
## Lightning RPC proxy
19
+
## Lightning RPC Proxy
18
20
19
-
* Connect your lightning node to the bitrequest app securely.
21
+
* Connect your Lightning node to the Bitrequest app securely.
20
22
* Host this folder on your webserver as your personal Lightning RPC proxy.
21
-
* Enter your lightning Host and keys in the config.php file.
22
-
* In the bitrequest app go to Currencies -> Bitcoin -> Settings -> Lightning Network and connect to your webserver.
23
-
* Select your lightning node.
23
+
* Enter your Lightning host and keys in the config.php file.
24
+
* In the Bitrequest app, go to Currencies -> Bitcoin -> Settings -> Lightning Network and connect to your webserver.
25
+
* Select your Lightning node.
24
26
25
-
## Lightning setup:
27
+
## Lightning Setup:
26
28
27
29
### Connect:
28
30
@@ -33,22 +35,23 @@ Replace the 'v1' folder, make sure you leave the config.php file.
33
35
34
36
### Settings:
35
37
36
-
***API key:** Secure your lightning proxy calls with your personal key. (optional)
37
-
***successAction:** Display a personal message in your clients wallet after a succesfull payment. (optional)
38
-
***callback:** Set callback url to receive status updates. [Documentation and sample templates](https://github.com/bitrequest/webshop-integration/). (optional)
39
-
***local_tracking:**receive callbacks for point of sale requests.
40
-
***remote_tracking:**receive callbacks for shared requests.
41
-
***logo:** Display your logo on lnurl enabled lightning wallets. (512x512px / base-64 encoded)
38
+
***API key:** Secure your Lightning proxy calls with your personal key. (optional)
39
+
***successAction:** Display a personal message in your client's wallet after a successful payment. (optional)
40
+
***callback:** Set callback URL to receive status updates. [Documentation and sample templates](https://github.com/bitrequest/webshop-integration/). (optional)
41
+
***local_tracking:**Receive callbacks for point-of-sale requests.
42
+
***remote_tracking:**Receive callbacks for shared requests.
43
+
***logo:** Display your logo on LNURL-enabled Lightning wallets. (512x512px / base64-encoded)
0 commit comments