DeckerSU

Results 9 comments of DeckerSU

Hi, all ... need your advice how to fix video recording on CM13.0 / MT6737M. Problem description and full logs is available here - https://github.com/DeckerSU/video_recording_problem_cm13 , if somebody have time...

Second question is solvet, but about first i'm very interested. If we want to use google.h264.encoder (libstagefright_soft_avcenc.so) software codec for encoding video from camera - colors R/B (Red/Blue) on recorded...

It's not fair ... why in Bitcoin we are able to send coins on `P2SH` addresses started with `3` and in KMD not allowed? What's the difference?

Almost done the fix: ![image](https://user-images.githubusercontent.com/22120003/193471950-eef21083-3f25-4c53-82e6-61c6eeafa973.png) As you are see ZCash node is fully synchronized and ElectrumX successfully passed `NU5` activation height `1687104`. Implementation of txid calculation was directly taken from...

@cipig can you try the implementation from my [patch-issue-181](https://github.com/DeckerSU/electrumx/tree/patch-issue-181) branch? 2All: [patch-issue-181](https://github.com/DeckerSU/electrumx/tree/patch-issue-181) is a working ElectrumX solution for ZEC at present. I tested it in my testlab - everything seems...

``` sudo apt install libcap-dev libbz2-dev ``` Also this may be useful when cross compiling under `Ubuntu 22.04.2 LTS` for MacOS and build `native_cdrkit`.

Also, we can check if `serialize(deserialize(verbose_tx)) != verbose_tx` here and throw an error (put the error in the log) to identify all the such cases.

**LGTM**, except for the newly introduced encryption feature (RPC `signdata` with the `encrypttoaddress` parameter), which could potentially be exploited by attackers. I.e., I'm trying to point out that when the...

**p.p.s.** Also, from my perspective, server-side RPC implementation should not interact with the filesystem at all due to security concerns. In other words, there shouldn't be any RPCs through which...