-
I have been trying to understand the difference between the two and why I cannot get Psbt to work properly for me.
I have a limited understanding of Bitcoin transactions as-is and the TransactionBu…
-
# Address seems to be invalid calculated for BIP49 (SegWit) paths.
[BIP49 Spec](https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki)
Example:
> https://iancoleman.github.io/bip39/
>
…
-
One (granted, fairly minor) issue I encountered lately was a "tx-size-small (code 64)" error when broadcasting a transaction to discard a small UTXO. The most efficient way to do this that I could see…
-
Would be possible to put the bech32 hrp, base58 version, etc. into the Network directly?
E.g. `pub struct Network { pub bech32_hrp: &'static str, ... }`.
Then the data would not be scattered a…
benma updated
2 years ago
-
Connect to a peer serving the testnet3 blockchain. I tested against a bitcoind 0.17.1-cosmic1 (latest Debian binary running on Ubuntu 18.10), as well as against various random non-pruning testnet3 pee…
-
### Description
First of all, let me thank you for the great software called Bisq. Creating and maintaining it is a big piece of work, which you guys carry day to day.
However since version …
-
I've updated from 0.16 to 0.17 and I'm trying to create a raw transaction to be signed on an offline wallet. This used to work fine, but now it doesn't.
I'm creating a raw transaction with …
-
The usage section of the project description reads:
> script - The locking script placed on the output (this is just the hash160 public key or hash160 script for a P2PK, P2PKH, or P2SH)
Shouldn'…
-
Hello,
I tried to send 0.00005 BTC, but when sending it sends all amount off my wallet to an unknowen adress !!!
And it did not ask for password when sending !!! it is like a version stoling all my …
-
I am attempting to build a multisig transaction using libwally-swift with a p2wsh input/output but getting stuck when specifying the Witness type for my input as it seems to be limited to p2wpkh and p…