Skip to content

Instantly share code, notes, and snippets.

@NicolasMahe
Last active March 3, 2020 12:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NicolasMahe/933746ac745f16552576c659770eb034 to your computer and use it in GitHub Desktop.
Save NicolasMahe/933746ac745f16552576c659770eb034 to your computer and use it in GitHub Desktop.
@nolim1t
Copy link

nolim1t commented Feb 7, 2020

Hi,

In regards to configuring LND so you can take lightning payments at the very basic level.

This is the example lnd.conf https://github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf

By default it needs to be in $HOME/.lnd

Also for an easy way of actually doing POS integrations, take a look at the Invoicer project, and the invoice-ui project (used in the food4thought box). Pull requests / contributions welcome! (as long as it fits the current theme of the project).

Should you want to support other coins, this should be created as a fork rather than upstream contribution.

Feel free to ask any questions about this. I'll be available before the meetup (highly preferable to after)

@NicolasMahe
Copy link
Author

Ethereum Classic added :)

@nolim1t
Copy link

nolim1t commented Feb 13, 2020

Great. This should be a github repo instead so it supports issues (and other cool features)

Example: https://github.com/nolim1t/onions-list

Issues are probably easier to work with than

@NicolasMahe
Copy link
Author

Great. This should be a github repo instead so it supports issues (and other cool features)

Example: https://github.com/nolim1t/onions-list

Issues are probably easier to work with than

Yes that's a good idea. But i would like it to be under the yellow org. I will check if it's possible.


Otherwise, I finally find a good reverse proxy that works with multiple domains and ports per container!
So now, all Ethereum's WebSocket and GraphQL endpoints are accessible with SSL 🎊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment