Skip to content

What are timestamps and difficulty target ? #2809

Answered by othaime-en
arnav029 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @arnav029 block timestamps are simply the time the block was mined or created. It exists to help improve the authenticity and verifiability of a block. The timestamp usually exist in the form of seconds since epoch (a common format if you've worked with time in javascript).
Concerning target difficulty, it mostly applies to blockchains that use proof-of-work as their consensus algorithm. Think of proof of work as giving miners a mathematical equation (in real life it mostly cryptographic computations) to solve to get the nonce that gets added to the block. However in this context, this "equation" requires computing power to solve. So an easy equation would mean a low difficulty whil…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@arnav029
Comment options

@othaime-en
Comment options

Answer selected by arnav029
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants