Hi,
I want to send transaction using bitcoind but use private and public key that not stored in bitcoind.
I read
https://people.xiph.org/~greg/signdemo.txt but there is always txid.
How can I generate txid ?
In signrawtransaction I can use privatekey so here I can use private key that not stored in my wallet ?
Thanks in advanced!