Bitcoin/cryptocurrencies support
-
It would be super awsome if NodeBB would have a module that would allow to tip users (something like on reddit) or just award them for the posts.
The way I see it:- using Kapitalize npm module - can connect to almost any cryptocurrency daemon through RPC connection
- upon registration every user would be given custom-generated bitcoin/altcoin address (easy with Kapitalize)
- in the user page user's bitcoin address would be shown with current balance and withdrawal possibility
- in every post an icon to tip - when clicked it would show a dialog to get the amount of the tip
And more advanced features:
- it would notify user of tip received
- it would show from what user the tip is from (based on bitcoin address?)
It's just my dream I hope you see the potential in this...
I'll try to make it myself, but I'm a poor nodejs programmer.
Cheers!
-
-
There's a Ripple tip plugin that I helped work on: https://bitbucket.org/jmimms/nodebb-plugin-ripple/
-
@ffmad
I havent made anything public yet
I have a few people lined up to give my beta a dry run, once i am ok with the state and given my code a spring clean, i will post my official release
I have focused on setting this up for a coin community i am active with, but intend to extend this through to all crypto that support the Bitcoin BIP21 -
@ffmad
Cross posted from plugin request changetip
FYI, you may be interested to know I have been working on a decentralized tipping platform for crypto-currency
No 3rd party wallets.
Users have control of their coins.
Notification of incoming tips
History of incoming tips
Just about to roll this out to a live forum for hot testing
Stay tuned.
I havent yet released to public as i want some internal peer review
Once complete, should see this soonish.