Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hieblmi authored May 9, 2024
1 parent de3fbda commit 43297a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ go install github.com/hieblmi/go-host-lnaddr@latest
- `MaxSendable`: 100000000,
- `CommentAllowed`: If set to 0 the sender can't add a comment otherwise the number stands for the permitted number of characters.
- `Tag`: "payRequest",
- `Metadata`: [["text/plain","Welcome to allmysats.com"],["text/identifier","tips@allmysats.com"]],
- `Metadata`: [["text/plain","Welcome to satswellspent.com"],["text/identifier","thats@satswellspent.com"]],
- `Thumbnail`: "/path/to/thumbnail.[jpeg|png]",
- `SuccessMessage`: "Thank you!",
- `InvoiceCallback`: "https://[YOUR_DOMAIN].com/invoice/" - this is the endpoint that will create the invoice
Expand All @@ -40,9 +40,9 @@ go install github.com/hieblmi/go-host-lnaddr@latest
"Target": "[email protected]",
"MinAmount": 1000,
"Params": {
"From": "tips@allmysats.com",
"SmtpServer": "smtp.allmysats.com:587",
"Login": "tips@allmysats.com",
"From": "thats@satswellspent.com",
"SmtpServer": "smtp.satswellspent.com:587",
"Login": "thats@satswellspent.com",
"Password": "somerandompassword"
}
}
Expand All @@ -55,5 +55,5 @@ go install github.com/hieblmi/go-host-lnaddr@latest
This stuff is experimental. I appreciate your comments and if you have questions please raise an issue.
I just recently setup my own address this way so feel free to send me some sats if you think this has been helpful to you.

**tips@allmysats.com**
**thats@satswellspent.com**

0 comments on commit 43297a7

Please sign in to comment.