Jonathan Underwood
Jonathan Underwood
Very cool. I would like to see the bigger project. Not sure where publickey is coming from etc.
Please read my entire comment. 難しいとは思いますが、何卒宜しくお願い申し上げます。 > How many byte a specific Transaction weighs after being mined. This is unclear. I can not understand you. What do you need to...
Also: ```javascript // version(4bytes) + locktime(4bytes) = 8... flag-byte and marker for segwit are one byte each, making 10 (hasWitnesses ? 10 : 8) + // The input/output counters are...
I think this would be good for a separate library under the bitcoinjs org. Since many people who are not Bitcoin devs will also likely use it.
Eventually. Yes. Currently, it is low priority.
format your post with proper syntax highlighting and spacing please... ```javascript console.log('Hello World!') function test(data) {} ``` becomes ```javascript console.log('Hello World!') function test(data) {} ```
> I just can't figure out how to use NodeJS to fetch an existing bitcoin transaction on a local node. You can't unless you: 1. Have a txindex. (`--txindex=1` requires...
Yes. We will need to do this. Rather than shim some solution in, we should wait on p2tr. I am still debating with myself on how to handle p2tr.
- ECPair was removed and a new package called `ecpair` was created for legacy applications. - You should be using `bip32` moving forward. Individual key management is a legacy concept,...
I have updated the taproot example. It has become a bit more complicated. [/test/integration/taproot.md](https://github.com/bitcoinjs/bitcoinjs-lib/blob/424abf2376772bb57b7668bc35b29ed18879fa0a/test/integration/taproot.md) 1. BIP341 says that if you are doing a key-spend only you should tweak your public...