Is it possible to give an expiration time to a Bitcoin transaction so that after a definite time, it can no longer be mined?
Asked
Active
Viewed 153 times
1 Answers
4
No, bitcoin transactions that stop being valid after a certain point in time are not possible

meshcollider
- 11,815
- 4
- 25
- 53
OP_PUSHTXDATA
from Johnson Lan which allow for an expiration mechanism? There is no timestamp on the transaction, so specificallyOP_PUSHTXDATA
wouldn't allow to construct an expiration mechanism. Instead, this hypothetical op_code that would enable expiration would need the ability to push the header height to the stack ... anything such proposals so far? – James C. Jan 26 '19 at 12:57