Sending coins when the priv/public keys are not in wallet (bitcoind)

0

I've created the hex for a raw transaction but do not have the wallet priv/keys in the wallet. Can I still send the transaction using sendrawtransaction? I've checked the message using signrawtransaction and this returns complete.

serialb

Posted 2013-11-29T15:43:43.287

Reputation: 83

Answers

0

Yes. You should not need the keys to be in the wallet to send a transaction using sendrawtransaction(). All sendrawtransaction() does is broadcast it over the network.

Bitlab.co

Posted 2013-11-29T15:43:43.287

Reputation: 724

Thanks - although I read somewhere I have to use the -reindex flag. Which I've done.serialb 2013-11-29T18:42:32.030