-
from cryptotools.BTC import generate_keypair, pubkey_to_address, push, script_to_address, OP
private, public = generate_keypair()
print(private.hex())
print(private.wif())
print(private.wif(comp…
-
#### What would you like to be added:
`jellyfish-transaction` should validate that it can actually spend the transaction with the given elliptic pair before signing transaction.
Only for `p2…
-
**Describe the bug**
electrs effectively stops running after the following error message:
> thread 'bulk_index' panicked at 'index 2497364531 out of range for slice of length 133729722', src/l…
-
Starting with the following unsigned transaction:
```
cHNidP8BAHMCAAAAAXg6mTOjO3d9K0RiVOr87oYRYhYB/Bpomi66nXc85ebsAAAAAAD9////Avs+EQAAAAAAF6kU4lwd88Ejsg5sG0iVOiL2/c05MHKHoIYBAAAAAAAXqRSxG3…
-
Simply put, this is the call causing issues:
```
const BTC_BECH32_1ST_ADDRESS_PATH = "m/84'/0'/0'/0/0";
return this.client.btcDisplayAddressSimple(
constants.messa…
-
How do I get a Hex-encoded public key from Master Public Key?
-
Would be nice to auto detect also coolwallet S derivation path.
In file bip39_wallet_formats.json :
{ "description": "coolwallet S derivation path using bip44 but with segwit script format",…
-
I am building a transaction and I want to fund it with P2PKH and P2SH(P2WPKH) utxos. From what I have seen, the way to do it is:
```javascript
// ...
psbt.addInput({
hash: TXID,
index: TX_OUT,
…
-
Hi . Thanks for the great package.
I derive BTC,LTC .... address like below from my seed and it works like a charm . But while I'm change it to produce XRP address it doesn't work.
```python
impo…
-
**Describe the bug**
P2SH Bitcoin addresses are not being properly decoded into the correct address version.
**What version of Blockstack.js are you using?**
Latest version of `stacks.js`
…