mirror of
https://github.com/believethehype/nostdress.git
synced 2026-07-10 09:18:11 -07:00
updated lnd instructions
This commit is contained in:
+3
-3
@@ -71,12 +71,12 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="macaroon"> Invoice Macaroon (base64 encoded) </label>
|
||||
<label for="macaroon"> Invoice Macaroon (Hex)</label>
|
||||
<input
|
||||
class="input full-width"
|
||||
name="key"
|
||||
id="macaroon"
|
||||
placeholder="V2UgYWxsIGxvdmUgQGZpYXRqYWYhCg=="
|
||||
placeholder="012312432324"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -87,7 +87,7 @@
|
||||
class="input full-width"
|
||||
name="host"
|
||||
id="host"
|
||||
placeholder="http://10.147.17.32:9737"
|
||||
placeholder="https://10.147.17.32:9737"
|
||||
/>
|
||||
</div>
|
||||
<div class="field">
|
||||
|
||||
@@ -137,8 +137,8 @@ func main() {
|
||||
//Returns Status ok (bool) and pin needed to authorize next call. Save this and the name e.g. in a DB for the user.
|
||||
//http Post the following content to yourdomain/api/easy
|
||||
//Expected input with lnbits example:
|
||||
// { new StringContent(thecurrentnameyouwanttochange), "currentname" },
|
||||
// { new StringContent(thenewname), "name" },
|
||||
// { new StringContent(thecurrentnameyouwanttochange), "currentname" },
|
||||
// { new StringContent(thenewname), "name" },
|
||||
// { new StringContent(https://yoursatdressdomain.com), "domain" },
|
||||
// { new StringContent("lnbits"), "kind" },
|
||||
// { new StringContent("https://lnbits.yourdomain.com"), "host" },
|
||||
|
||||
Reference in New Issue
Block a user