raven_defi
Yes, once imported on the participant server wallet i could get rid of this issue - getting "Unable to sign input, invalid stack size (possibly missing key)" now but thats at least a way to work forward, i will research…
Yes, heres the unsigned raw transaction: 0200000001909b345aa6f80b94f51b97dbaa9f2d6a56a81646ee301b57f67ce78ed07b9e6200000 00000fdffffff02ee280000000000001600140919778cc3bfd64cb3718c09f9aa3c43ce0ae36c49…
Hey everyone, I’m having trouble signing a raw transaction and I keep getting hit with the message "Witness program was passed an empty witness," which is really throwing me off. So here's what I've got: I’m using a…
- Importing descriptors for multisig addressesMar 12, 2018
I found the issue, i had to use a derived address and not the address getting output by the "Createmultisig" command - now i can see the transaction, the unspent UXTOs and i can see the address belongs to the wallet -…
- Importing descriptors for multisig addressesMar 12, 2018
But since i import the descriptor right after creation, it should not matter that the timestamp is set to now or ? The deposit on that address happens after the import and thus theres no former transaction history - if…
- Importing descriptors for multisig addressesMar 9, 2018
Thanks for the help, i finally succeeded implementing the descriptor and it also gets listed on listdescriptor properly - though i can still not find any unspent UXTOs on it. What i did exactly was this: When i call…
- Importing descriptors for multisig addressesMar 7, 2018
Makes sense, thanks for clarifying this - i found the solution, thanks! Unfortunately i can still not implement an active descriptor for a wsh(multi)) descriptor (so multisig). If i do delcare a range, it shows "Range…
- Importing descriptors for multisig addressesMar 7, 2018
I've been struggling with this issue since yesterday and I'm not sure how to resolve it. How can I import a multisig address into my bitcoin-cli wallet? What I’m trying to do is this: The issue is that I keep getting…