Pages:
Author

Topic: [ON HOLD - 300 BTC] Make a bitcointalk forum plugin to allow tipping via BTC (Read 8317 times)

member
Activity: 98
Merit: 10
If you're still looking for someone to do any bounty related work, feel free to PM me.  I run the NerdTribe.com hacker house, we love projects like this & can usually crush them relatively quickly, if the bounty is right  Wink
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
If you guys think seriously doing this please consider the bounty still open on Rugatu.

http://www.rugatu.com/questions/3575/can-you-make-a-bitcoin-smf-mod
legendary
Activity: 1246
Merit: 1010
Its pretty embarrassing that the bitcoin board doesn't have a tipbot.  We should make a generic tipbot backend that can be taught via plugins to scan different web formats --SMF, facebook, whatever.  So it is completely unconnected to the site itself.

And I'm not sure how "binding" people take bounty announcements but I would also vote to let erik off the "hook" WRT the original bounty amount.  Its been a long time since the OP and there is lost opportunity if the project is not done in a timely fashion.  And of course BTC has exploded  Grin
full member
Activity: 168
Merit: 100
If anything you could set it up so that there is a wallet of the massive funds held for the forum's development and when someone tips the btc goes to that wallet and that wallet automatically sends an equal amount of btc to the address the person chose and linked to their account in their profile settings.

Just a simple program that understands how to receive BTC, read the intended address, and then send BTC to that address.
newbie
Activity: 6
Merit: 0
I run free-to-use website for such bounties: https://fundhub.org/
legendary
Activity: 1708
Merit: 1019
Seems this thread got resurrected. I'm going to put this project on hold. There was one party who seems excellent for the job but a certain moderator, whose help I needed, seems to have lost interested in assisting with this. Will try to resurrect at some point.
Good decision imho. There are better things to subsidize. Also bounties should have $ limits.

I have seen other projects that were done for bounties only and abandoned afterwards. This seems a candidate for this.
hero member
Activity: 658
Merit: 502
Doesn't use these forums that often.
I'm willing to code a backend, but someone will need to make a frontend for SMF. Maybe split the bounty? Smiley
I code in node.js, so your frontend will need to be (node.)js.
legendary
Activity: 1008
Merit: 1021
Democracy is the original 51% attack
Seems this thread got resurrected. I'm going to put this project on hold. There was one party who seems excellent for the job but a certain moderator, whose help I needed, seems to have lost interested in assisting with this. Will try to resurrect at some point.
hero member
Activity: 658
Merit: 502
Doesn't use these forums that often.
Well, you're talking to the creator of whiskers75/IRC-bot... Smiley

I'll have a look and see if I can do this. I have experience using BTC with node.js and IRC.
hero member
Activity: 588
Merit: 500
Hero VIP ultra official trusted super staff puppet
Doesn't blockchain.info have a plugin for Chrome that works directly with your bitcoin client to show balances etc (importing wallets) through the API? Why couldn't that just be used to have it send funds when clicked?
legendary
Activity: 1176
Merit: 1001
Can I stole your job? You know, 300 btc... Intriguing Wink
hero member
Activity: 938
Merit: 1000
I did start. I think I made initial progress on the javascript library/web-app that would hook up to the forum and the SMF plugin that would take care of stuff behind the scenes.
legendary
Activity: 1102
Merit: 1014
Tachikoma, did you end up building anything then or just designs?
hero member
Activity: 938
Merit: 1000
It did not seem like Theymos was keen on implementing this, so nothing is happening with it so far.
sr. member
Activity: 315
Merit: 255
Can anyone give a brief update about this?
administrator
Activity: 5166
Merit: 12850
Why is that? I think the user experience is a lot better if you don't have to visit an other site to tip. The javascript will be loaded from external servers and all the communication will happen client side directly to the API service. It doesn't have to go through the forum code at all.

So if you lose the bitcoins, people don't blame the forum. Smiley

Any opinions on what should be a fair fee?

1%, maybe.
hero member
Activity: 938
Merit: 1000
You need to give people the option of opting out of PMs when they receive donations. Otherwise some people will be annoyed, especially when they get PMs for very small tips.

This should be possible.

I'd prefer all of the actual tipping stuff to be done on your site, not through JavaScript stuff on this site.

Why is that? I think the user experience is a lot better if you don't have to visit an other site to tip. The javascript will be loaded from external servers and all the communication will happen client side directly to the API service. It doesn't have to go through the forum code at all.

This alone won't prevent people from tipping themselves. Are you also going to take a fee?

I can easily add in a fee, I did not account for tipping with puppets. Any opinions on what should be a fair fee?
administrator
Activity: 5166
Merit: 12850

Sounds mostly good.

You need to give people the option of opting out of PMs when they receive donations. Otherwise some people will be annoyed, especially when they get PMs for very small tips.

I'd prefer all of the actual tipping stuff to be done on your site, not through JavaScript stuff on this site.

Tipping yourself is not possible the tip link won't show on posts that are your own. And even if you try to bypass that we can do an extra check on the server side since we have the internal forum id.

This alone won't prevent people from tipping themselves. Are you also going to take a fee?
legendary
Activity: 1008
Merit: 1021
Democracy is the original 51% attack

If you send tips to an account which is not activated yet the system will simply hold the coins for you.


Could you elaborate on this part? I think it's necessary that the recipient of the tip gets a message alerting him that he has funds awaiting him.

Sure. An "anonymous" user would be created in the service database. It would have a deposit address an forum_user_id key but no secret hash. The user would be send a message via PM that a tip has been send and he can then activate his account by either tipping somebody else or just send a signup message in pm. The service would recognise the forum_user_id of the user just activating his tipping and thus assign him the tips.   

Excellent. Waiting to hear back from Theymos and we can move forward.
hero member
Activity: 938
Merit: 1000

If you send tips to an account which is not activated yet the system will simply hold the coins for you.


Could you elaborate on this part? I think it's necessary that the recipient of the tip gets a message alerting him that he has funds awaiting him.

Sure. An "anonymous" user would be created in the service database. It would have a deposit address an forum_user_id key but no secret hash. The user would be send a message via PM that a tip has been send and he can then activate his account by either tipping somebody else or just send a signup message in pm. The service would recognise the forum_user_id of the user just activating his tipping and thus assign him the tips.   
Pages:
Jump to: