Bitcoin Forum
May 05, 2024, 12:31:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How can i calculate the average blocks per a day by just data from rpc commands  (Read 134 times)
mrmetech (OP)
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile WWW
August 25, 2018, 03:36:22 AM
 #1

How can i calculate the average blocks per a day by just data from rpc commands. I would also like to calculate the average time per a block this way as well any idea ?

Am having trouble finding fast ways to do this or a way at all. If you want to do this there must be a good way. And for coins that aren't just btc


I redid the post here as i did it in mining by accident

"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10549



View Profile
August 25, 2018, 04:10:26 AM
 #2

possible solutions since i don't have a way to check it:
use getblockhash[1] command which will give you the has of the block header you want. you already know there are about 144 ( 24 hr * 60 min * 1 block /10 min) per day so get 144 block headers at first and then if you figured there were more within 24 hour then get 145th, 146th ,...

how you figure it out?
in each block header there is a field called block time[2] which is a unix timestamp which is set by the miner. it is most probably an accurate number but it  doesn't have to. use this timestamp to figure out how many blocks were mined in a certain time frame.

[1] https://bitcoin.org/en/developer-reference#getblockhash
[2] https://bitcoin.org/en/developer-reference#block-headers

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!