暗号通貨チップシステム

Hi discourse!

I have many requests for Crypto tip system.

I also want to reward my users, active users, with some crypto tips.

is this possible?

i can imagine the stuff in my head …but i dont know how to implement it into discourse

  1. setup vps linux server
  2. install crypto wallet daemon like bitcoind, sibcoind, dashd, or any of the currency
  3. add some cryptos to that wallet
  4. connect forum to that wallet via rpc commands
  5. discourse users would have a link that can create user on that wallet that will get them their crypto address
  6. also tip button underneath any users post so that user can tip user

Please consider this, is there a way for it?? :slight_smile:

some pointers
http://cryptocoinjs.com/guide/getting-started/

Thanks

Rux, Crypto.ba

「いいね!」 7

There’s a deprecated example here:

You could try our marketplace to hire a developer to work on this. Something similar has already been proposed:

「いいね!」 9

Hi @CryptoRux

We were also thinking on developing some kind of tipping functionality. However we decided to go a slightly different route.

The problem with the standard tipping bot is that the bot essentially acts as a bank. You transfer money to the bot and then you can tell it to tip other users. The bot would keep internal accounting how much each user has, and when the user requests their earnings, the bot would transfer it to an address controlled by this user.
This method has the following issues:

  1. You need to trust the bot operator. If you are running this operator yourself then the users will have to trust you. If you rely on an external service you will need to trust that the service operates honestly and reliably. History shows that there were many tipping services in the past but for some reason they all died out.

  2. The service operator will need to implement protection against money laundering. Normal Bitcoin or Ethereum transfers are public. But the internal transfers by the tipping bot are not and so can be used to launder money. This means that if the tipping service doesn’t want to have problems with the law, they will have to implement at least some of the security features that the current crypto exchanges have. It will also have to keep the history of those internal transactions. All of this would make the service expensive to run and would degrade the UX.

The standard tipping bots have one very big advantage: it’s possible to do micropayments, since you don’t have to pay the transaction fee that you would have to pay if your transactions were made directly on the Bitcoin or Ethereum network.

The plugin that we are developing will avoid the problems with centralized tipping bots because the users will transfer money by performing transactions directly on the Ethereum network. In this way all transactions will be public and the risk of money laundering is reduced. Unfortunately for every transaction you will have to pay a fee, which is not insignificant. So micropayments (i.e. tipping) will be unreasonably expensive.

There is some development which might allow cheap microtransactions in the future. However as far as I am aware we don’t have a working solution yet, especially for the Ethereum network.

「いいね!」 4

@Tzanko_Matev thank you for this clarification, it makes sense about money laundering.

In my case, i would not have much on that wallet, just some small ammounts that will be used by my forum users to tip each others for helping, etc.

Im thinking about a Verge (XVG) coin, that has less fee for transactions, and would make things easier for tippers.

Also, Tokenpay and SIBcoin have small fee, that would be good also!

Please, if you guys make this tip bot, let us know :slight_smile:

「いいね!」 2

Still nothing here :slight_smile:

Is there anyone who is interested to build this? :slight_smile:

Hi @CryptoRux,

We are working on it. Santiment has contracted a developer who is working on it right now. Here you can see the initial results: https://github.com/santiment/discourse-ethereum This is early alpha version - you can use it at your own risk!

Edit: Just checked the fees you need to pay - they are not too bad. Right now according to https://ethgasstation.info/ one ETH transfer costs about $0.009. But sometimes the network can get congested and the fee can go higher.

「いいね!」 6

Thank you for this @Tzanko_Matev

Thats why i proposed XVG - VERGE

it has small fee, and its like built for things like this!

Please consider XVG also, i can also ask community to contribute if he can import XVG

@Tzanko_Matev please fix plugin, after latest update of discourse there is problem with accepting save when entering eth adress

@david stated this problem is solvable so please do :slight_smile:

https://github.com/Ebsy/discourse-nationalflags/pull/3

「いいね!」 4

@RuxBux thanks for letting me know. Sorry for the delayed reaction, was quite busy. I added the problem as an issue (https://github.com/santiment/discourse-ethereum/issues/6) and will try to get this fixed soon. We also accept PRs :smiley:

「いいね!」 2

Hey, wonder if there is any more action / development on this plugin. Its a great idea… and I assume it would be pretty easy to port to Binance token since BNB is an ETH fork?

In any case, thanks for the work you have done so far.

「いいね!」 1

Anyone who can assist me creating this plugin?

I can help with blockchain side of plugin, but i really cannot write plugin :frowning:

ANYONE? :smiley:

「いいね!」 1

NFTアバターの検証に興味があります :wink: オプションのプラグインとしてのみです

「いいね!」 5

@codinghorror Discourse 用にもそのような機能を追加することを検討されてはいかがでしょうか。

「いいね!」 1

しかし、チームの開発者の中には、Stripeの支払いシステムとの競合がないことを確認するために投票が必要だと言う人もいます。

一方で、ユーザーが暗号通貨を統合したウォレットを持ち、感謝の印として他のユーザーにチップを送ることができるチップシステムを提案しました。

このプラグインを開発してもらうには、いくらくらいかかるかご存知の方はいらっしゃいますか?

市場に持って行って聞いてみてください。

「いいね!」 2

web3.js - Ethereum JavaScript API ライブラリを Discourse と統合することを検討する価値があるかもしれません。

「いいね!」 1

素晴らしいアイデアですね、それが可能だとは知りませんでした!

私のコミュニティ全体がこのプラグインに貢献するために協力してくれると思います!

そうかもしれませんが、ETHだけが仮想通貨ではありません。そのため、カスタムチェーンを完全にサポートするためにRPC接続が必要になるように開発を進めるのが賢明でしょう。

皆さん、こんにちは! :wave:

@CryptoRux @Tzanko_Matev @RuxBux @Mevo @pfaffman @Falco @mautematico

この件については数年前から議論されていますが、これほど時間が経ったにもかかわらず、Discourseで仮想通貨のチップを送信できるプラグインやその他のソリューションはまだ作成されていません。

このリクエストを強化し、過去にこの件についてコメントした人々をタグ付けし、いくつかのアイデアを提供することにしました(残念ながら、私はこれを実現できる開発者ではありません :pensive:)。

Nostrについて聞いたことがありますか?

これは最近作成されたオープンプロトコルで、分散型のソーシャルネットワークを実行できます。ビットコインコミュニティでかなりの成功と注目を集めています。Twitterの創設者であるJackはNostrの大ファンで、常にそこで活動しています。

なぜこれを言っているのか?

それは、彼らがNostrでBTCチップの送信を実装したからです。ユーザーはこれを「ザップ」と呼んでいます。彼らはこのためにライトニングネットワークを使用しており、これによりチップシステムを実装することができました。そしてそれは非常によく機能します。

試してみたい場合は、携帯電話にDamusアプリをインストールしてアカウントを作成し、BTC/LNウォレットをリンクするだけで、「ザップ」を送受信できるようになります!Damusアプリを推奨したのは、私の意見では最高の使いやすさを提供しているからです。しかし、他にもたくさんありますので、Googleで検索してみてください。

イーサリアムネットワークについては、理想的にはPolygonのインフラストラクチャを使用するべきだと思います。これはイーサリアムのL2レイヤーに相当します。多くの企業がトークン(ステーブルコイン、ユーティリティコインなど)をローンチするためにPolygonを選択しています。さらに、Polygonのトランザクションコストはイーサリアムブロックチェーンよりもはるかに低いため、マイクロペイメント(チップ)を実行できます。

さあ皆さん、これを実現しましょう!世界中の何千人ものDiscourseユーザーがこの機能に値します!もう時間です。

お時間をいただきありがとうございます。

「いいね!」 1

ここに非常にクールなものがあります。

現在はチップには使用できませんが、実現可能です。バイナリのソースコードを @spirobel に依頼しましたが、返信が得られなかったので試すことはできませんが、お役に立てば幸いです :slight_smile:

「いいね!」 2

どこで聞きましたか? :grinning: 見ていませんでした :upside_down_face:
とにかく、こちらがソースコードです:

このビデオでは、ソースコードからバイナリがどのように作成されるかを説明しています。(ご自身で作成したい場合)

「いいね!」 2