[bitcoin-dev] An implementation of BIP102 as a softfork.

joe2015 at openmailbox.org joe2015 at openmailbox.org
Tue Jan 5 01:26:59 UTC 2016


On 2016-01-05 02:04, Nick ODell wrote:
> How are you collecting fees from the transactions in the block?

Probably the simplest way to do this is to map the new-rules coinbase tx 
(which collects the block reward and fees) into an old-rules legacy 
coinbase tx (which collects the block reward only).  Care must be taken 
to ensure the mapping is not reversible.  I will update my 
implementation in due course.

--joe.


More information about the bitcoin-dev mailing list