Author

Topic: How to set bitcoin checkpointdata parameter in checkpoints.cpp (Read 162 times)

member
Activity: 100
Merit: 11
Ah
The number of transactions not includes mining
staff
Activity: 3458
Merit: 6793
Just writing some code
mining itself will also be counted?
What do you mean by "mining itself"? Mining is not involved in this.
member
Activity: 100
Merit: 11
mining itself will also be counted?
staff
Activity: 3458
Merit: 6793
Just writing some code
Use a script which requests from Bitcoin Core each block and count the number of transactions in each block. Keep a running sum until you reach the block you want to checkpoint at.
member
Activity: 100
Merit: 11
In the file checkpoints.cpp there is a parameter called checkpointdata the second parameter is total number of transactions between genesis and last checkpoint
Actually how can I calculate this value?
Jump to: