|
Title: How to build a transaction paying a specific miner. Post by: painlord2k on March 29, 2016, 09:00:23 PM I'm looking for a way to allow users to pay different fees based on different version of the block including the transaction.
E.G. a transaction that is valid only if it is included in a block with version 3 but is invalid if included in a block version 2 or 4. OR a transaction including different fees if included in any block or in a specific block type. 0.2 mBTC if v3 0.1 mBTC if not v3. Is there any way to do so? Title: Re: How to build a transaction paying a specific miner. Post by: achow101 on March 29, 2016, 09:07:37 PM I'm looking for a way to allow users to pay different fees based on different version of the block including the transaction. Nope. Not possible.E.G. a transaction that is valid only if it is included in a block with version 3 but is invalid if included in a block version 2 or 4. OR a transaction including different fees if included in any block or in a specific block type. 0.2 mBTC if v3 0.1 mBTC if not v3. Is there any way to do so? Title: Re: How to build a transaction paying a specific miner. Post by: amaclin on March 30, 2016, 08:14:45 AM aren't blocks v3 (v2, v1) invalid today?
Title: Re: How to build a transaction paying a specific miner. Post by: achow101 on March 30, 2016, 12:42:17 PM aren't blocks v3 (v2, v1) invalid today? Yes, they are. |