Tag: bitcoinjs

7 How to use bitcoinjs with TestNet? 2013-05-20T22:02:56.277

7 Which language has better Bitcoin API experience, C# or Node.js? 2015-07-16T03:44:44.773

6 Is there a good tutorial on how to use bitcoinjs exit nodes? 2011-12-29T13:50:06.963

5 Are there live BitcoinJS Exit Nodes? 2011-12-28T23:36:39.523

4 Preventing the exposure of public addresses on a website 2014-10-23T11:08:18.850

4 Do all implementation of Deterministic RFC6979-compliant ECDSA signatures generate the same signed transaction given the same data? 2015-05-27T05:21:28.310

4 How do you broadcast a transaction programatically? 2015-06-08T21:37:04.743

4 How to use bitcoinjs-lib with Regtest? 2016-10-27T10:13:46.100

3 BitcoinJS with no storage? 2013-04-29T17:41:32.053

3 Understanding signing messages with bitcoinjs-lib 2016-11-30T20:25:50.137

3 How do you validate a bitcoin address using bitcoinjs library in javascript? 2017-04-12T21:38:59.443

3 How to push a raw transaction using BitcoinJS (and Request)? 2018-02-05T12:47:59.247

2 Created an HTML5 Game, best way to integrate Bitcoin? 2014-02-02T23:38:17.980

2 Error pushing hex of tx, generated with bitcoinjs 1.0, on testnet 2014-07-03T12:55:07.693

2 Create OP_RETURN tx with Bitcoinjs-lib 2014-10-05T11:02:32.007

2 Hybrid Bitcoin web wallet for performing multi-sig transaction on an e-commerce site 2014-12-26T22:27:33.623

2 Why am I unable to post two transactions (the second from the change address of the first) in the same block? 2015-03-27T18:58:11.080

2 OP_RETURN Promise with bitcoinjs-lib v2.2.0 and blockchain.info 2016-06-10T05:25:59.780

2 How to create a brainwallet with bitcoinjs? 2018-09-12T00:39:26.013

2 How to get xpriv and xpub from keyPair with bitcoinjs-lib 2018-11-27T03:51:01.850

1 Is BitcoinJS under active development? 2013-04-06T17:32:08.910

1 Getting wallet balance with BitcoinJS + Bitcoin-lib (client lib) 2013-04-08T17:20:35.687

1 OP_EQUALVERIFY Problem 2015-09-15T16:01:41.553

1 How to develop an ownership tracking service based on bitcoin blockchain 2015-10-23T06:31:52.313

1 BItcoinjs - safest way to manage wallet on a potentially untrusted device 2016-10-26T21:28:02.340

1 How to convert a keyPair to JSON and back? 2016-12-05T13:28:18.700

1 How to create a deterministic wallet using bitcoinjs-lib 2017-04-20T06:50:46.720

1 Specifying fee amount using bitcoinjs 2017-08-08T17:20:27.970

1 How to decode transaction inputs from raw data using bitcoinjs-lib? 2017-12-08T18:13:29.667

1 Using blockcypher BitcoinJs at clientside is secure or not? 2018-02-12T20:22:04.877

1 Where does the entropy of BitcoinJS' makeRandom() come from? 2018-02-13T12:36:49.720

1 How to sweep a segwit bech32 private key? 2018-03-23T21:12:57.730

1 bitcoinjs-lib seems to skip a step in deriving addresses from a BIP 44 wallet 2018-05-23T03:16:18.300

1 Can't generate same addresses as bitcoincore using xprv from bitcoin-core 2018-08-28T20:33:22.543

1 Can I use wallet balance in satoshis as input for transaction builder ( bitcoinjs-lib )? 2018-08-30T10:50:53.960

1 How to send & receive bitcoin using bitcoinjs-lib? 2019-07-15T04:53:11.583

0 HD wallet implementation 2017-08-28T10:38:27.413

0 Creating an OP_CSV transaction with bitcoinjs 2017-11-10T21:35:20.397

0 How BitcoinJS sync bitcoin blockchain/transaction data? 2017-11-27T09:22:28.540

0 Having issues broadcasting BitcoinJS transaction. 2017-12-10T22:05:18.883

0 Transferring partial BTC between wallets if I know both private keys 2017-12-30T22:39:19.700

0 ScriptHash from bitcoin address with BitcoinJS 2018-01-15T00:58:01.503

0 How to get unspents for inputs using bitcoinjs-lib? 2018-01-16T21:43:56.807

0 Using BitcoinJS - How do you verify a message using a segwit bech32 (bc1…) / P2SH (3…) addresses? 2018-03-31T04:11:03.307

0 Bitcoinjs module missing issue 2018-06-17T22:59:08.393

0 How to change network on BitcoinJS-lib with Coininfo and generate Dogecoin address? 2018-07-06T08:20:57.860

0 Bitcoinjs-lib help with deterministc wallet 2018-07-24T15:38:28.923

0 Generating Output Script from Bitcoin.js or other Javascript Library 2018-07-24T16:22:30.420

0 Looking for JS/Node.js code example to sign a transaction (with multiple UTXOs) with only the extended private key 2018-08-09T20:54:36.757

0 UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'fromSeedBuffer' of undefined 2018-09-12T19:06:30.910

0 how to create a transaction that can only run in bch-abc using javascript? 2018-11-23T14:18:14.207

0 How do you sign transactions from a HD wallet? 2019-01-08T10:07:20.130

0 How do you sign data with a private key? [javascript] 2019-01-11T09:20:30.990

0 Cannot read property 'toWIF' of undefined 2019-01-27T02:13:12.290

0 How to retrieve readable private key from bitcoinjs-lib 2019-02-20T07:57:23.240

0 how to generate bitcoin adddres using seed? 2019-03-28T04:38:23.310

0 Sign a Partially Signed rawtransaction with bitcoinjs-lib 2019-08-13T08:38:34.593

0 How to get Bitcoin input transaction hash string from bitcoinjslib Transaction object? 2019-08-15T21:05:58.753

0 Why do I get: Error: <address> has no matching Script 2019-09-27T12:01:43.070

0 How to use psbt.addBip32DerivationToInput 2019-09-30T08:07:23.403

0 How can I consume my whole bitcoin balance in a single transction? Is it possible to use multiples UTXOs in a single transaction? 2019-10-18T13:36:27.337

0 Cannot sign txn with change address using bitcoinjs-lib psbt 2019-11-15T02:51:19.657