Closed phuongnd08 closed 6 years ago
Your fee rate is just below 1000 sat / KB (*) , which is the default setting for minimum tx relay fee rate (mintxrelayfee) in ABC nodes. So most Bitcoin Cash nodes with default settings will not relay this.
But you must have had luck getting it into the mempool of a miner, since it is now in block 506403.
FYI, I tried to submit in https://pool.viabtc.com/tools/BCH/broadcast -> "Raw transaction send failed."
(*) 0.00000988 BCH / KB (rounded)
Thank you. I’ve just realized it recently as well. On Mon, Dec 4, 2017 at 6:38 AM freetrader notifications@github.com wrote:
Your fee rate is just below 1000 sat / KB , which is the default setting for minimum tx relay fee rate (mintxrelayfee) in ABC nodes. So most nodes with default settings will not relay this.
But you must have had luck getting it into the mempool of a miner, since it is now in block 506403.
FYI, I tried to submit in https://pool.viabtc.com/tools/BCH/broadcast -> "Raw transaction send failed."
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Bitcoin-ABC/bitcoin-abc/issues/127#issuecomment-348830041, or mute the thread https://github.com/notifications/unsubscribe-auth/AALO5fcHaGdKEW89u8fUbQMQNbt9A7l4ks5s8zDpgaJpZM4QwRti .
know input data and output data how to estimate transaction size?
Describe the issue
I made a transaction with this payload:
The problem with it is that if I rely that transaction to a node, that node accept the transaction, but it will never be propagated across the network. For example I publish it with
https://bitcoincash.blockexplorer.com/tx/send
then it's available on blockexplorer indexer:https://bitcoincash.blockexplorer.com/tx/aaf36a5b17d6071a3d1e96f5cd26d83ccccde9c0e1a1e48bd465635281724b6f
But it won't be found on blockdozer.com.
Can you reliably reproduce the issue?
Yes
If so, please list the steps to reproduce below:
Expected behaviour
The transaction is available in the mempool of a second node
Actual behaviour
The transaction is unavailable in the mempool of a second node
What version of bitcoin-abc are you using?
Bitcoin ABC:0.16.1(EB8.0; bitcoin-abc)
Machine specs:
Not relevant because it happened with all the nodes I know off.