Bitcoin Forum

Bitcoin => Project Development => Topic started by: Abdussamad on December 20, 2014, 10:33:18 AM



Title: Bitcoin Address WordPress Plugin
Post by: Abdussamad on December 20, 2014, 10:33:18 AM
Hi,

Reusing addresses is bad for privacy so I created a WordPress plugin that will give your users a unique address each time they want to send you bitcoin. The plugin also maintains an address log so you can see which addresses were handed out and when.

The addresses are all generated deterministically from an electrum wallet master public key. Full instructions and download link are give here:

https://wordpress.org/plugins/bitcoin-address/



Title: Re: Bitcoin Address WordPress Plugin
Post by: dezoel on December 20, 2014, 11:40:13 AM
nice plugin, ehmm, is This plugin requires electrum for online ?


Title: Re: Bitcoin Address WordPress Plugin
Post by: Abdussamad on December 20, 2014, 12:17:27 PM
nice plugin, ehmm, is This plugin requires electrum for online ?

You have to copy paste an electrum master public key into the plugin's settings page for it to generate addresses from that wallet. You don't have to install electrum on your web server.


Title: Re: Bitcoin Address WordPress Plugin
Post by: Eisenhower34 on December 20, 2014, 04:25:36 PM
Hi,

Reusing addresses is bad for privacy so I created a WordPress plugin that will give your users a unique address each time they want to send you bitcoin. The plugin also maintains an address log so you can see which addresses were handed out and when.

The addresses are all generated deterministically from an electrum wallet master public key. Full instructions and download link are give here:

https://wordpress.org/plugins/bitcoin-address/



Great plugin! This is the best way to accept Bitcoin on your website. The best thing about is it that you don't have to expose your private keys on any server in order to accept payment.

Would it be possible to create some sort of variation where you could implement this into any website? Like a little script or package?



Title: Re: Bitcoin Address WordPress Plugin
Post by: dezoel on December 20, 2014, 04:40:05 PM
nice plugin, ehmm, is This plugin requires electrum for online ?

You have to copy paste an electrum master public key into the plugin's settings page for it to generate addresses from that wallet. You don't have to install electrum on your web server.

ehm, great!
thanks for your plugin..., :D


Title: Re: Bitcoin Address WordPress Plugin
Post by: Abdussamad on December 20, 2014, 08:00:10 PM
Hi,

Reusing addresses is bad for privacy so I created a WordPress plugin that will give your users a unique address each time they want to send you bitcoin. The plugin also maintains an address log so you can see which addresses were handed out and when.

The addresses are all generated deterministically from an electrum wallet master public key. Full instructions and download link are give here:

https://wordpress.org/plugins/bitcoin-address/



Great plugin! This is the best way to accept Bitcoin on your website. The best thing about is it that you don't have to expose your private keys on any server in order to accept payment.

Would it be possible to create some sort of variation where you could implement this into any website? Like a little script or package?

Different websites use different Content Management Systems (CMS) so I don't see how that could be done. This one is designed for WordPress CMS.