Post
Topic
Board Development & Technical Discussion
Re: Bitcoin Transaction Size And Fee Calculation
by
mocacinno
on 23/05/2019, 05:33:19 UTC
Do you have any recent documentation about bitcoin node functionality and architecture somewhere? because I could find only old stuff and not very detailed.
You have the developer reference here:
https://bitcoin.org/en/developer-reference

Or the git repo here:
https://github.com/bitcoin/

And even the complete sourcecode here:
https://github.com/bitcoin/bitcoin

Good luck!