-
Hello, I'm currently building a web application and would like to achieve the following
1. Generate a private key, and store it in WIF form somewhere.
2. Using that private key, generate mulitple …
-
Is there specific reason for using P2PKH addresses for deposits? `bitcoin` rust library offers P2wpkh, P2wsh formats. For this use case, LNP-BP might be useful https://github.com/LNP-BP/rust-lnpbp whi…
-
Sometimes the PSBT parsing fails. I have managed to reproduce the issue only with `Testnet` transactions, it seams to work fine on `Mainnet`
I have this simple logic for parsing a `base64` PSBT:
…
-
I'm currently trying to add an P2SH input with the following code:
```js
psbt.addInput({
"hash": "e07b8d7a1df04db0e57fbb68653ea0ca92bff20f40a2ba6630428a96c0741e98",
"index": 0,
"non…
-
Im using your plugin to verify some signatures - Thanks for your work!
The signatures I am generating can be validated on the web app at verifybitcoinmessage dot com (which seems to use this exact …
Iheff updated
2 years ago
-
**OS:** Windows 10
**Steps to reproduce:** Standard wallet -> I have already seed-phrase -> enter valid existed seed-phrase (this seed-phrase is from android LiteWallet app).
**Expected result:** Ne…
-
is there any simple method of creating bc1... public address from private key within btcnodejs ? If so could please anyone give me a little push since im new...
-
### Background
When signing a non taproot transaction, the API now will require the previous output information, even for non-Taproot signatures where those previous output values are not signed ov…
-
HOW to convert TransactionBuilder.fromHex to Psbt.fromHex ?
I am currently on version 5.2.0, and I want to upgrade to 6.0.1, but I changed TransactionBuilder.fromHex to Psbt.fromHex, and always …
-
I have test result just out compress address, how can i modify code to uncompress, p2sh or both?
Many thanks.
ghost updated
2 years ago