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

@motorina0 @jasonandjay Please review when you have time. @motorina0 I wonder if we can modify PSBT in a way that automates the dummy signature process during finalization? At the very...

Bitcoinjslib provides us how to make Segwit multisig wallet. But in my project, I need to provide all of it. Who can help me?

An other alternative to the current PR opened https://github.com/bitcoinjs/bitcoinjs-lib/pull/2028

``` import * as bitcoin from "bitcoinjs-lib"; import * as ecc from "tiny-secp256k1"; import { ECPairFactory, ECPairInterface } from "ecpair"; import mempoolJS from "@mempool/mempool.js"; const ECPair = ECPairFactory(ecc); const network...

- issue discussion: https://github.com/bitcoinjs/bitcoinjs-lib/issues/2132 - feat - affected Signature Methods - signAllInputsHD - signAllInputsAsyncHD - signInputHD - signInputAsyncHD - remove conflict default sighashTypes of signInputHD - Transaction.SIGHASH_DEFAULT for _signTaprootInput -...

The function doesn't work with tapBip32Derivation params https://github.com/cpuchain/btc-signer/blob/main/src/wallet.ts#L754C18-L754C33 Would like to know if it could be solved without iterating for the inputs

feature

1. converge payment related methods 2. update the reference of payment method judgment

I encountered a 'No inputs were signed' issue when executing signAllInput after creating Psbt using a P2TR type address and corresponding WIF. However, if I use a P2WPKH type address...