Hi there,
I'm thinking in
creating a website to create your own bitcoin donation button that you can emdeb in your website. But using severals bitcoin addresses which are
rotated to avoid people knowing how much money is being donated. That can be solved by the user using
BIP32 HD wallet addresses generation with some custom code in the backend user server, but that's too complicated for the average user. Would be easier to just throw some predefined html code, and that the user receives payments in their wallet.
USAGE DESCRIPTION
So my idea would be that the user can enter his
master public key in my website, then it creates a HTML code to be embeded in the user website. That code, communicating with my website, creates an unique address for each donation or payment visible in the user website.
NOTE: Remember that the master public key allow to generate addresses of the user, but not the private keys.
SIMILAR SERVICES
Similar services which I've found so far are:
-
http://coinwidget.com/ which uses javascript but it only allow one address. No HD wallet, so anybody know how much money you have made.
- gear.mycelium.com Mostly similar, but it only gives you a link like
http://admin.gear.mycelium.com/gateways/3568/orders/new, so no address is visible in your website, no button unless you make your own. It goes to another website to make the payment. No API to generate custom buttons. Only accepts xpub master public key, no ypub or zpub.
REQUEST FOR COMMENTS
So want I would like to hear is is worth to be made or just a silly idea.
MOTIVATION OF THE PROJECT
Mainly entertaiment, program for joy, and give back to the bitcoin community (if is worth it). But I don't want to spend a bunch of hours to make something that would be used for just Joe and Rita (not really usefull).