Sistema di suggerimenti per le criptovalute

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 Mi Piace

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 Mi Piace

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 Mi Piace

@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 Mi Piace

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 Mi Piace

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 Mi Piace

@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 Mi Piace

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 Mi Piace

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 Mi Piace

Siamo più interessati a verificare gli avatar NFT :wink: come plugin opzionale solo

5 Mi Piace

@codinghorror potresti anche considerare l’aggiunta di tale funzionalità per discourse

1 Mi Piace

Grazie, ma come ha detto parte del team di sviluppo, devono votare e assicurarsi che non ci siano conflitti con il sistema di pagamento Stripe…

D’altra parte, ho suggerito un sistema di mance, in cui l’utente avrà un portafoglio integrato per criptovalute, dove potrà dare mance ad altri utenti come ringraziamento.

Qualcuno sa quanto costerebbe un plugin del genere, per qualcuno che lo sviluppi?

Portalo al mercato e chiedi, forse.

2 Mi Piace

Potrebbe valere la pena integrare la libreria web3.js - Ethereum JavaScript API insieme a discourse?

1 Mi Piace

Ottima idea, non sapevo fosse possibile!

So che la mia intera community si impegnerebbe e contribuirebbe a questo plugin!

Potrebbe essere, ma ETH non è l’unica criptovaluta, quindi sarebbe saggio sviluppare fino al punto in cui è necessaria la connessione RPC al daemon per supportare completamente le catene personalizzate.

Ciao ragazzi! :wave:

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

Questo argomento è stato discusso qui per alcuni anni ormai ma, nonostante sia passato tanto tempo, non è ancora stato creato un plugin o un’altra soluzione che consenta di inviare mance in criptovaluta su Discourse.

Ho deciso di rafforzare la richiesta, taggare alcune persone che hanno commentato questa questione in passato e fornire alcune idee (purtroppo non sono uno sviluppatore per realizzarlo :pensive:).

Avete sentito parlare di Nostr?

È un protocollo aperto creato di recente che consente di gestire un social network in modo decentralizzato. Sta riscuotendo un discreto successo e rumore nella comunità Bitcoin. Jack, fondatore di Twitter, è un grande fan di Nostr, è sempre attivo lì.

Perché lo sto menzionando?

Beh, perché hanno implementato l’invio di mance in BTC su Nostr, che gli utenti chiamano inviare “zaps”. Usano la lightning network per questo, il che ha reso possibile implementare il sistema di mance. E funziona molto bene.

Se vuoi provarlo, installa l’app Damus sul tuo telefono e crea un account, poi collega un wallet BTC/LN e il gioco è fatto, potrai inviare e ricevere “zaps”! Ho suggerito l’app Damus perché offre la migliore usabilità secondo me, ma ce ne sono molte altre disponibili, basta cercarle su Google.

Per la rete Ethereum, penso che l’ideale sarebbe utilizzare l’infrastruttura di Polygon, che sarebbe l’equivalente del livello L2 di Ethereum. Diverse aziende scelgono Polygon per lanciare token (stablecoin, token di utilità, ecc.). Inoltre, il costo delle transazioni per Polygon è molto più basso rispetto alla blockchain di Ethereum, il che consente di effettuare micropagamenti (mance).

Forza ragazzi, facciamo in modo che accada! Migliaia di utenti di Discourse in tutto il mondo meritano questa funzionalità! È ora.

Grazie per il vostro tempo.

1 Mi Piace

C’è qualcosa di super interessante qui:

Attualmente non è possibile usarlo per le mance ma è fattibile. Ho chiesto il codice sorgente del binario a @spirobel ma non ho ricevuto risposta, quindi non posso provarlo, ma spero che aiuti :slight_smile:

2 Mi Piace

Dove hai chiesto? :grinning: Non l’ho visto :upside_down_face:
Comunque, ecco il codice sorgente:

Questo video spiega come viene creato il binario dal codice sorgente. (Nel caso in cui tu voglia crearlo da solo)

2 Mi Piace