Skip to content

Creating private transactions is very CPU demanding #39

@bitcoinx2

Description

@bitcoinx2

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions