You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
--- layout: simple --- # block difficulties
we use [hashcash][1] as a mechanism to protect the blockchain from a Sybil Attack.
The difficulty is the number of hexadecimal digit we have to "resolve" in the block hash.
Finding a block hash than match the required difficuly is the "work" and the hash itself is the [*proof of work*][1].
example: block [Z9Pa9kcag3TBc6EX671u6Zwk7N6M7jTuQ5HPtjzDrpx4f][2] has is matching a difficulty of 4
[1]: /docs/pow.html [2]: /api/0.0/getblock?hash=Z9Pa9kcag3TBc6EX671u6Zwk7N6M7jTuQ5HPtjzDrpx4f
|