-
String bip49DerivationPath = "m/49'/0'/0'/0/0";
PrivateKey bip49PrivateKey = wallet.getKey(CoinType.BITCOIN,bip49DerivationPath);
PublicKey publicKey = bip49Pri…
-
Hello,
I am trying to sign a PSBT that is generated by magicEden (NFT marketplace) so I can purchase ordinals NFT from it using code,
am using node js, and I was able to debug the site to find h…
-
Allow signing of arbitrary messages to prove ownership of an address.
## Requirements:
- `createBip322Signature`:
- takes a `btcAddress` (taprroot, segwit, nativeSegwit) and a message and retur…
-
A few days ago I did a submarine swap in order to rebalance a channel of mine. I opted to be refunded on-chain using a brand-new address generated with c-lightning `newaddr` command. I used the **p2sh…
-
Magic Eden has reported not being able to sign inputs on signet.
-
### Background
I consistently receive an error when attempting to open a channel using the close_address parameter.
Recently, I’ve been trying to open a channel but I keep receiving an error and…
-
Incorporating named properties can significantly enhance inscriptions, especially with regards to NFT compatibility and other applications involving metadata. Although there have been various attempts…
-
When performing a Dogecoin transaction (using a LocalFile device), I get the following error:
400 : {"error": "Error validating transaction: Error running script for input 0 referencing 96a541140…
-
The script:
```python
# Import some libs
from flask import Flask
from flask import request
from bitcoinlib.mnemonic import Mnemonic
from bitcoinlib.wallets import *
import requests
app = Fla…
-
# Implement SegWit v1 Taproot
## Introduction
This is a mega thread to summarize the efforts of upgrading Wasabi Wallet to segregated witness version 1, and implement the taproot functionality. …