-
Versions:
```
JM 0.6.2
Fedora Linux 32
```
Since CoinJoin does not work with the IRC servers provided by default (https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/602), I've ena…
-
net:testnet
1.I create two p2wpkh wallet test_1 and test_2
2.I create multi-wallet with test_1_vpub and test_2_vpub(I change the vpub to Vpub)
3.I create a send transaction to a addr and export t…
-
Is there a current example of this somewhere using current master...?
Also, as an extension of this, what would be an example of P2WSH (which is a 2 of 3 multisig script, let's say) that is also em…
-
Relevant thread on Bitcoin talk:
https://bitcointalk.org/index.php?topic=5236641
How can I access HD wallet indexes starting at 1222333444 or some other large (>1 billion) index?
-
Can you write a template, how to build a complete send transaction
wartw updated
4 years ago
-
As part of adding inner witness versions and MAST proofs to our implementation of segwit, there is no longer a relationship between the segwit script hash and the 20-byte P2SH script hash, as there is…
maaku updated
4 years ago
-
I have a Trezor. I have the correct 24 seed phrase. I have a 25 pass phrase that I somewhat remember. I am running `python btcrecover.py --bip39 --tokenlist tokens.txt --max-token 5`
My password…
-
Since p2wpkh bech32 encoded addresses contain same hash160 of public key, it would be nice to support it as an option for contract creation.
-
Right now we have the p2pkh version of joinmarket, and the p2wpkh-p2sh version. This is suboptimal, we'd like to get all the old users and any potential new users to use only one (most logically the p…
-
When I have a short list of tokens the program runs ok. When the list of tokens is large, say 8000 tokens, the program crashes. How to fix this?