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

Please how can I handle a situation where I have bitcoin on two or more different wallets with a single phrase, how can I sign the two transactions to a...

Add a function to create a taptree with leaves sorted by weight (likelihood of use) https://github.com/bitcoinjs/bitcoinjs-lib/issues/1766 Adapted from https://dev.to/eunovo/minimalizing-witness-weight-for-taproot-spend-script-paths-with-huffmans-algorithm-1j74

feature

### Silent Payments > Receive private payments from anyone on a single static address without requiring any interaction or extra on-chain overhead. More on `Silent Payments`: - https://gist.github.com/RubenSomsen/c43b79517e7cb701ebf77eec6dbb46b8 - https://rumble.com/v12kuz7-bitcoin-silent-payments.html...

Hey thanks in advance for any help. **How are the input UXTOs split into outputs?** Here is an example: Bob is trying to buy an ordinal of Alice. Bob needs...

This is a revisit of an issue raised a couple years ago in #1595 however it's now also causing an issue in signing for the new ledger bitcoin app with...

When trying to broadcast a transaction i usually get this error. ` {"error": "Error validating transaction: Error running script for input 0 referencing 1db38f15871e424c60ff2424e7c9990b90cc899306f4603fadb0d7d53ad5b14c at 0: nonempty scriptsig in witness...

For example: ```ts import { toXOnly, tapTreeToList, tapTreeFromList } from '../../src/psbt/bip371'; import { witnessStackToScriptWitness } from '../../src/psbt/psbtutils'; ``` Users should not required to manually access the "node_modules" directory to get...

Here is the Actual Error I got: macbook@MACBOOKs-MacBook-Pro btc_service % npm run build > [email protected] build > (tsc||true) node_modules/bitcoinjs-lib/src/crypto.d.ts:7:50 - error TS1005: ']' expected. 7 declare const TAGS: readonly ["BIP0340/challenge",...

Hi. I have a unit test running a generic script that has been working flawlessly. But some days ago I made some changes and got into trouble so I undid...

Is there a class to handle stack and script step by step?