Post
Topic
Board Trading und Spekulation
Re: Der Aktuelle Kursverlauf
by
NIZZAONE
on 27/06/2018, 10:41:12 UTC
...am Ende lege ich die Taschentücher den Kunstführer weg...



We can't safely do OP_BLOCKNUMBER.  In the event of a block chain reorg after a segmentation, transactions need to be able to get into the chain in a later block.  The OP_BLOCKNUMBER transaction and all its dependants would become invalid.  This wouldn't be fair to later owners of the coins who weren't involved in the time limited transaction.

nTimeLock does the reverse. It's an open transaction that can be replaced with new versions until the deadline.  It can't be recorded until it locks.  The highest version when the deadline hits gets recorded.  It could be used, for example, to write an escrow transaction that will automatically permanently lock and go through unless it is revoked before the deadline.  The feature isn't enabled or used yet, but the support is there so it could be implemented later.

klingt doch irgendwie nach einem payment channel... oder zumindest nach den ersten Überlegungen in diese Richtung?!?