bitcoinjs-lib icon indicating copy to clipboard operation
bitcoinjs-lib copied to clipboard

A javascript Bitcoin library for node.js and browsers.

Results 118 bitcoinjs-lib issues
Sort by recently updated
recently updated
newest added
trafficstars

I created a psbts with the following inputs: 0 Coming from segwit timelock multisig script, signature SIGHASH_SINGLE | ANYONECANPAY 1 Placeholder that will be filled later I sign 0 and...

Hi, I'm new to bitcoinjs-lib and am having a hard time of creating a simple node.js script to send BTC on testnet. A lot of the resources online use outdated...

Hello, I need help with the following issue, i've created a taproot multisign spend script ``` function getMultiSignLock(pk1: string, pk2: string) { const opsMultiSig = [ toXOnly(Buffer.from(pk1, "hex")), // lender...

bug

I have this relatively simple API route set up on my React website generating a BIP-32 P2WPKH Bitcoin payment address derived from a certain public key. Thing is, it generates...

I'm going to build a NFT project with this library. There would be two signer - one is user and one is backend privatekey. And backend builds psbt and user...

Hello guys, I have a crash in React Native here `if (toXOnly(pubkey).equals(outputKey)) {` when I need sign an input with a tweak signer [https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/ts_src/psbt.ts#L1757](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/ts_src/psbt.ts#L1757) `const outputKey = getPrevoutTaprootKey(inputIndex, input, cache)...

Could someone help me please. I want to create a taproot MuSig wallet with an n-n scheme and make a payment from this wallet. And I have a few questions:...

General musings: - Typia - https://typia.io/docs/ - I really like the API and the ease of use. The speed is also very good. However, it's relatively young and is only...

breaking change

Hello, Was running into an issue where the use of the `sha256` method coming from `bitcoinjs.crypto.sha256`, where a hash for the same data is different when the expected behavior was...

It seems like all the P2SH are classified under the hood into specific types of script. For my needs I want to have multiple address that are owned by the...