• Welcome to forex.pm forex forum binary options trade. Please login or sign up.
 

sendrawtransaction on a non-synced node

Started by Bitcoin, Feb 23, 2022, 05:43 am

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bitcoin

sendrawtransaction on a non-synced node

This question is related to this post explaining how to use bitcoin-qt to generate a transaction.


Once obtained, I'd like to dispatch it from my system which is running a non-synced node. When issuing sendrawtransaction the following happens:


./bitcoin-cli sendrawtransaction
error code: -26
error message:
non-final

I have two questions related to this



  1. Am I right that this is caused by the fact that my node is not synced?

  2. Is there a way to dispatch the transaction to the BTC  network anyway?


Source: sendrawtransaction on a non-synced node