And note that bitcoin-cli probably doesn't help you, because bitcoind doesn't have your private keys - lnd and Blixt do. Well, there is bitcoin-cli signrawtransactionwithkey , but first you need to extract the right private key, and I tried it just today and was't able to sign, it always gave me an unsigned tx.
bitcoin-cli
probably doesn't help you, becausebitcoind
doesn't have your private keys - lnd and Blixt do. Well, there isbitcoin-cli signrawtransactionwithkey
, but first you need to extract the right private key, and I tried it just today and was't able to sign, it always gave me an unsigned tx.