joe2015 at openmailbox.org [ARCHIVE] on Nostr: 📅 Original date posted:2016-01-04 📝 Original message:On 2016-01-05 02:04, Nick ...
📅 Original date posted:2016-01-04
📝 Original message: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.
📝 Original message: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.