tutao / tutanota

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
https://tuta.com
GNU General Public License v3.0
6.1k stars 525 forks source link

Cryptocurrency payments #629

Open armhub opened 6 years ago

cryptoblues commented 5 years ago

What is the status of this feature request? I may have a simple solution to implementing this. I am no coding expert but it should be easy to essentially add a wallet to each account that requests one and users can deposit into their wallet and when payments are due tutanota can just pull form the wallet the cost at a daily or weekly average market rate. This would be as simple as integrating a wallet attribute to the user, a daily call onto the api of coinmarketcap or any of the exchanges and a payment confirmation check. Most the code for this already exists. I know tutanota is busy with other features but some of us would like access to access these features via crypto payments and this really shouldn't be that difficult. If the issue is on the backend there are numerous services for exchanging crypto for fiat that have buisness integration in mind with their product or this could be automated on many of the current exchanges with verified accounts.

TheBubblePopped commented 5 years ago

Could tutanota leverage this : https://developers.kinecosystem.com/

they provide a full sdk for the functions mentioned above and another income channel for tutanota

itookyourusername commented 5 years ago

is this going to happen soon?

dagli commented 5 years ago

1- go to walletgenerator.net create a bunch of addresses with their keys. 2- pair 1 address with 1 account and give it to the user 3- check the payment status with known blockchain apis (you can check with block.io 250 addrs per request). when payment confirmed, add funds to the account 4- when you have bunch of coins, write your "feature" and import the keys to your own wallet.

  1. profit.

paying with credit card for a secure&private email service does not make sense.

timebinder commented 5 years ago

As Dagli said “paying with credit card for a secure&private email service does not make sense.” please sort this out as matter of priority.

itookyourusername commented 5 years ago

It's on the roadmap.... The road is long! No estimation given... since 2017 it has been promised that this would be implemented.

ghost commented 5 years ago

What's the current status on this? I would love to have this option to make Tutanota 100% private with full features. I think this is basically the only thing that Tutanota is lacking when it comes to a fully private email system.

mpfau commented 5 years ago

It is on the roadmap: https://tutanota.com/roadmap/ https://tutanota.com/roadmap/.

Nov 5, 2019, 02:51 by notifications@github.com:

What's the current status on this? I would love to have this option to make Tutanota 100% private with full features. I think this is basically the only thing that Tutanota is lacking when it comes to a fully private email system.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, > view it on GitHub https://github.com/tutao/tutanota/issues/629?email_source=notifications&email_token=AABXPRRQRWYSRTRFPEGK3QDQSDGTFA5CNFSM4FWGXHCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBKP4A#issuecomment-549627888> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/AABXPRSBJR6EVOLAU3NVYHTQSDGTFANCNFSM4FWGXHCA> .

ollutr-sketc commented 4 years ago

hi all

rstmsn commented 4 years ago

1- go to walletgenerator.net create a bunch of addresses with their keys. 2- pair 1 address with 1 account and give it to the user 3- check the payment status with known blockchain apis (you can check with block.io 250 addrs per request). when payment confirmed, add funds to the account 4- when you have bunch of coins, write your "feature" and import the keys to your own wallet.

  1. profit.

paying with credit card for a secure&private email service does not make sense.

Much better to run a Bitcoin Core node in-house. The RPC interface will handle address generation, querying balances, etc. Third party address generation is inherently insecure.

Edit: this also paves the way for running a Lightning node. Using LND to generate Lightning Invoices on the fly is a doddle!

tormoon91 commented 4 years ago

1- go to walletgenerator.net create a bunch of addresses with their keys. 2- pair 1 address with 1 account and give it to the user 3- check the payment status with known blockchain apis (you can check with block.io 250 addrs per request). when payment confirmed, add funds to the account

paying with credit card for a secure&private email service does not make sense.

Paying with a surveillance coin that doesn't have an opaque ledger does not make sense.

Monero is the only cryptocurrency in the top 20 that isn't a surveillance coin.

Please allow Monero as a payment option.

dagli commented 4 years ago

1- go to walletgenerator.net create a bunch of addresses with their keys. 2- pair 1 address with 1 account and give it to the user 3- check the payment status with known blockchain apis (you can check with block.io 250 addrs per request). when payment confirmed, add funds to the account paying with credit card for a secure&private email service does not make sense.

Paying with a surveillance coin that doesn't have an opaque ledger does not make sense.

Monero is the only cryptocurrency in the top 20 that isn't a surveillance coin.

Please allow Monero as a payment option.

Did I include or exclude any coin specifically? The request is implementation of cryptocurrencies as a payment option. We want the same thing...

Implementing a crypto payment option is NOT a 3 year job, unless you are writing your own crypto coin from zero. This is my point on that comment.