ghost43

Results 513 comments of ghost43

Where/when exactly do you press "tab" for the segfault to trigger? In your log, it looks like ~as soon as the main wallet window opened, the program segfaulted. Did you...

somewhat related: https://github.com/spesmilo/electrum/commit/41bb849f8a0186dbf10778566914d563ed823139

I have found a fork of Electrum that seems to have made some work towards this, for Trezor at least: https://github.com/haobtc/electrum/commit/c15956a18dfdf9646884cff6475c97a4927dec4b https://github.com/haobtc/python-trezor/blob/8fa71e39a0d003f62d902ff52d48d9ce068cf86a/src/trezorlib/transport/android_usb.py Note that the [Android](https://github.com/haobtc/electrum/tree/c16dbb60b39ff91afc514663b4a71a4caed0645d/android) and [iOS](https://github.com/haobtc/electrum/tree/c16dbb60b39ff91afc514663b4a71a4caed0645d/ios) projects in...

Note: @akshayaurora is currently looking into this.

> Eu gerei 12 palavras (SEEDS) em português no ian coleman e ao tentar If you used Ian Coleman's website to generate a seed, I imagine you have a BIP39...

> I was trying to access UI elements before startup loading had completed, and it crashed Which UI elements? Could you describe how to try to reproduce, and how fast...

ref https://github.com/spesmilo/electrum/issues/8847

Regarding *receiving* silent payments, which apparently cake-wallet implemented as an undocumented modification of the electrum protocol, I wrote a lot of comments (regarding pitfalls of their implementation and how we...

> anyone who can get access to the socket gets to spend all available LN balance Note: on Linux/macOS, the default is to use unix sockets for the RPC, on...

@Midar questioned on IRC how https://github.com/spesmilo/electrum/commit/37d090c621006cc4caa7e0fb9d080b3e6a9da05c / https://github.com/spesmilo/electrum/pull/9238 interacts with hardware wallets. This is a good question and it is complicated to answer. The short answer is that the RPC...