Sjors Provoost

Results 245 issues of Sjors Provoost

I'd like to be able to test stuff on signet :-) It's much more stable than testnet. Perhaps this could be part of testflight build?

It would be very cool to be able to use Eclair Mobile with Bitcoin Core. Perhaps [Electrum Personal Server](https://github.com/chris-belcher/electrum-personal-server) by @chris-belcher can help in this. Electrum Personal Server works with...

Can you add the APK to testnet release tags? I'm trying not to use the Play Store :-)

I'd like to be able to test (lightning) stuff on Signet, e.g. Lighting Address support for the BTCPay + c-lighting combination (https://github.com/btcpayserver/btcpayserver/issues/3720 / https://github.com/btcpayserver/btcpayserver/issues/3722). Signet tends to be more stable...

idea 🤔

This is a very rough draft pull request. I have no experience with and no tooling for Java application at the moment, so this won't even compile. The [nthKey](https://nthkey.com) iOs...

Can you add some instructions to the README on how to use CoreBitcoin in Swift? I'm able to use the Cocoapod in a single page Objective C iOs project. But...

I tried with both the `currencyrate` and `summary` plugin. The error message could be more informative... ``` 2021-07-29T20:30:27.590Z DEBUG plugin-manager: started(1697210) /home/lightning/src/plugins/currencyrate/currencyrate.py 2021-07-29T20:30:27.769Z INFO plugin-currencyrate.py: Killing plugin: exited before replying...

Especially for new stores it's useful to show the node URI, though perhaps it should be discrete to avoid confusing new users.

Similar to #103, but it would produce bytes containing the `scriptPubKey`. This is useful when composing a transaction, to directly generate a change output. Otherwise you have to derive a...

The new `bip32_key_from_parent_path_str` function takes a `path_str` argument. When this starts with `m/` it should strip the first `depth` levels from the path string. Currently it just treats everything as...