Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating private transactions is very CPU demanding #39

Open
bitcoinx2 opened this issue Sep 29, 2021 · 0 comments
Open

Creating private transactions is very CPU demanding #39

bitcoinx2 opened this issue Sep 29, 2021 · 0 comments

Comments

@bitcoinx2
Copy link
Collaborator

Creating private transaction is very CPU demanding, which becomes a problem especially on mobile devices. The timeout for creating transactions has recently been increased (e7c4dfe) but having to wait several minutes for creating a transaction is clearly suboptimal from a UX perspective, if we want users to use Alias as a cash replacement.

Also in general high CPU usage on mobile devices is a problem simply due to reducing battery life.

The heavy operation here seems to be indeed the cryptography part. One idea so far is "optimizing the usage of the openssl library." as mentioned by @teknex on Discord

@bitcoinx2 bitcoinx2 changed the title Creating private transaction is very CPU demanding Creating private transactions is very CPU demanding Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant