jrschupak / genesis

0 stars 0 forks source link

Creating a blockchain time to human time converter #13

Open jrschupak opened 7 years ago

jrschupak commented 7 years ago

Show the conversion of block time to human time. For example, what is the equivalent of 400 blocks in days:hours:mins:seconds? Will need to go by the average time it takes to have a new block added to the blockchain.

jrschupak commented 7 years ago

I am thinking of taking the number of blocks there were made per day for 10/23/16-10/25/16 and averaging them to come up these conversions.... Blocks/day = 142 Blocks/hour = 5.9167 Blocks/min = .0986

guylepage3 commented 7 years ago

"human time"? is this some new time-scale that i am unaware of?

It's probably best that the app uses the worldwide universal time-scale (UTC) instead of some made up time-scale. No?