-
To install it, you can run: npm install --save bitcoinjs-lib 终止批处理操作吗(Y/N)? y'
C:\Users\Asus\Desktop\币彩\fbc>npm install --save bitcoinjs-lib
> tiny-secp256k1@1.0.1 …
-
I'm trying to create a transaction using bitcoinjs-lib but Isn't working. I'm creating an address and using the hex private key:
```
keyPair.privateKey.toString('hex')
```
I need to use the he…
-
I used to have this code in bitcoinjs v3:
```
function _nodeToBech32SegwitAddress(hdNode) {
const pubkeyBuf = hdNode.publicKey;
var scriptPubKey = bitcoin.script.witnessPubKeyHash.output.enc…
-
- **Version**: 0.34.4
- **Platform**: mac
- **Subsystem**:
#### Type: Bug
#### Severity: Medium
#### Description: > keccak@1.4.0 rebuild /Users/utkarshmehta/.npm-global/lib/node_mo…
-
Hi!
Key's being generated in wrong manner then in cyberd chain. Wrong derivation path from bip39 mnemonics.
### Current Behavior
[comment]: # During browser startup trying to import seed phrase…
mrlp4 updated
4 years ago
-
I noticed that regtest receiving addresses generated from bcoin have a prefix `'R'` many other bitcoin node (`bitcore`,`btcd`,`bitcoind`) which use `"m"`.
Wondering why this is? It kind of makes c…
-
Hi all,
I am using this library and built a wallet to send and receive BTC, I am using this version:
"bitcoinjs-lib": "^5.0.3",
and some code related to private key as following:
```js
const keyP…
-
Create an example of JavaScript integration code for a Bitcoin transaction with multiple inputs.
Note that while a transaction might have multiple inputs, a user should insert the passphrase only o…
-
if ok ,
what params should i change
=======================
-
I am somewhat confused with p2sh addresses. If I will generate 1-to-1 multisig p2sh address (https://github.com/bitcoinjs/bitcoinjs-lib/issues/1371), what exactly should I do in electrum to receive t…