Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It only takes a minute to sign up.
Sign up to join this communityAnybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
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
- Am I right that this is caused by the fact that my node is not synced?
- Is there a way to dispatch the transaction to the BTC network anyway?
Am I right that this is caused by the fact that my node is not synced?
It certainly could be. The transaction could have a locktime that is in the past in reality, but is in the future from the perspective of the unsynced node.
Is there a way to dispatch the transaction to the BTC network anyway?
Use a node that is synchronized. It doesn't need to be your own; you won't have RPC access to other nodes, but you can use a tool like bitcoin-submittx, or websites like block explorers that permit submitting transactions (possibly though Tor).
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments