Bilthon
Bilthon
This is done by simply introducing the desired network in the configuration file. This solves issue #379.
I'm experimenting with LndHub and a regtest bitcoin & lightning network powered by [polar](https://lightningpolar.com/). Regtest addresses it turns out have [different prefix](https://bitcoin.stackexchange.com/questions/91222/bech32-addresses-beginning-with-bcrt-on-regtest) than testnet (bcrt), this causes the balance presented...
Adding a specific file for golomb filter implementation test. I was made aware that there already is some test coverage for the compact filters implementation at the `/test/block-test.js` file. But...
I see that even with a wallet with very few transactions (3 in my case) the app takes ~10 seconds to be able to provide a fresh address when using...
**Describe the error** It is stated here that: > 2,500 uBTC (microbitcoin), or 25,000,000 satoshis Also: > If we return to our initial example, then we can take the 2500u...
I'm using just the `@node-lightning/invoice` package in a project, importing version `0.28.0`. The problem happens when I try to run a unit test and is the following: ``` Loading jest.config.js......
**Is your feature request related to a problem? Please describe.** The "problem" is that for low liquidity areas you'd want to be able to open a somewhat perpetual buy or...
There seems to be a problem with the jitpack repository compilation. The log is this: https://jitpack.io/com/github/andraskindler/quickscroll/quickscroll-0.9.8/build.log
Added the required gradle files. I tried with Android Studio 1.2.2 and it works.
I have this `create-react-app` and was wondering if this solution would work on it.