Skip to content

ekanban/sob-21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summer Of Bitcoin

I've used an approach of maximizing fee rate (fees/weight) by keeping in mind that if a child txn is included in the block then it means that all of its parents will also have to be included in the block. Hence it makes sense to calculate fee rate for a txn by taking into account the total fees and total weight (i.e. include fees and weight of all parent txns too).

Final Output

Total txns in block: 3263
Total weight: 3992360
Total fees: 5795436

Note

I came across this interesting paper regarding efficient miner strategies while researching for the solution. Readers might find this interesting and I would love to try and implement this some day.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages