Post
Topic
Board Development & Technical Discussion
Re: Optimize checkblock transaction checking on Bitcoin Core
by
amaclin
on 09/09/2015, 08:18:59 UTC
It seems that we might be able to optimize some transaction checkings. 
Many checkings are done twice:
1. when the transaction is placed into the pool
2. when verifying validity of the transaction in a block
Yes, may be some checks can be skipped (if not already)
But.
1) What do you want to achieve?
2) Can you calculate (in btc or bucks or kwh) the benefits of this refactoring?
3) Can you rewrite code yourself and submit a pull-request?