Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next steps #14

Open
lvaccaro opened this issue Mar 18, 2021 · 4 comments
Open

Next steps #14

lvaccaro opened this issue Mar 18, 2021 · 4 comments

Comments

@lvaccaro
Copy link
Owner

I am brainstorming some ideas about next steps, hoping to build something useful as self-hosted node:

  • bitcoin:
    [ ] support passing amount
    [ ] support unused address: track in New unused addresses #7
    [ ] support signed proofs for address or for descriptor
    [ ] add fee estimation
    [ ] notify a user when received a payment (if the server has installed mail server, or something like that)
    [ ] .. I am missing others cool stuff
  • html/style:
    [ ] add dark mode
    [ ] add banner text customizable by user: useful to put links
    [ ] add linked received funds to explorer
    [ ] add sharing and copy to clipboard
  • others:
    [ ] support lightning
    [ ] support liquid
@notmandatory
Copy link
Contributor

I'd like to add an optional feature to get settings from env variables instead of an .ini file. Similar to the commits I was working on before using struct_opt. I prefer using env variables primarily to make my descriptor more private, but also because it's where heroku recommends putting settings. Or we could possible do both, load what we can from an .ini file and then override with env and command line parameters.

@notmandatory
Copy link
Contributor

A nice to have feature would be to allow person sending btc to add a public and/or private comment with the tip, which would be associated on the server with that bitcoin address.

@thunderbiscuit
Copy link

A great use case could be to populate a donation address QR code on repositories' README files. If the readme could somehow query the API to return the latest unused address in the form of an image (or even just text), you'd basically replace the old "static donation address" setup for a dynamically generated one.

@RCasatta
Copy link
Collaborator

RCasatta commented Apr 7, 2021

maybe we can push the bin to crates so that we can cargo install it

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

No branches or pull requests

4 participants