Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: payload on June 05, 2011, 11:38:31 AM



Title: bitcoin button
Post by: payload on June 05, 2011, 11:38:31 AM
Hi,

i created a little tool to donate bitcoins with 2 clicks on websites.

https://github.com/payload/btcbtn#readme (https://github.com/payload/btcbtn#readme)

The client needs to run the btcbtn python script as a daemon and the website needs a link like this one:

Code:
<a href="http://localhost:8170/donate/12UjAGVyKwmH3dN7TmEvxGLf3iomNX8G43?amount=0.1">
  donate 0.1 BTC <br>
  12UjAGVyKwmH3dN7TmEvxGLf3iomNX8G43
</a>

Copy paste donations for users which don't have btcbtn are still possible cause the link shows the bitcoin address.

Try it!

The biggest pro in my opinion is, that it is more automatic and it does not need any registration with some kind of service or remote wallet or something.

I still couldn't fully try it myself cause i still don't own some bitcoins. Internally it uses bitcoin sendtoaddress.

I ask website owners to replace their plain text bitcoin addresses with this links. And all of you should run this daemon! ^^