-
With the dynafed upgrade going live soon, we'll need to be able to handle blocks with dynafed headers. @philippem linked me to this example that we could use as a test case: https://github.com/Element…
-
Hey @mvayngrib, have you by any chance come across [this repo](https://github.com/philikon/ReactNativify)? It shows an interesting alternative method to rn-nodeify, namely in that it uses some built i…
-
It seems that it happens when the previous steps' private key ended up with a leading zero, because that is dropped when crafting the input for the HMAC.
The affected line: https://github.com/bitpay/…
-
main.ts
```ts
import { wordlists } from 'bip39';
console.log(wordlists['EN']);
```
i get multiple issues, since thisa is cjs, could this be made to work with esm
-
-
Hello everybody, first of all, I do not know too much about BTC, but I have used Dark Wallet sucessfully several times. Maybe some of you can help me.
This is the problem:
Yesterday I transferre…
-
I get the following errors when I try to connect my z9 mini to my pool:
2018-09-07 03:50:44 [Master] [PoolSpawner] Fork 0 died, spawning replacement worker...
2018-09-07 03:50:44 [Pool] …
-
Why you decide to set `"type": "module",` in package.json, this a huge broken change.
Edit (by @junderw) for context:
- bitcoinjs-lib is currently in an RC release cycle for a new major version …
-
Hello,
I really like the idea, but when I read source code I got some questions.
- Why you don't use **framework like Vue.js**/React.js/Angular... ? Website is hosted on clearnet, so bandwidth and…
-
At some point, it would be helpful to clarify what we mean by BIP 62 compliance.
The BIP has been withdrawn and parts of it may are probably not applicable to the privacy goal we're attempting to mea…