mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Link To Detecting Forks From Verifying Payment Section (thanks @saivann!)
This commit is contained in:
parent
2e8ceb26df
commit
a59b576abc
2 changed files with 3 additions and 1 deletions
|
@ -488,7 +488,8 @@ estimate the amount of time until they're added to a block.
|
||||||
Another example could be to detect a fork when multiple peers report differing
|
Another example could be to detect a fork when multiple peers report differing
|
||||||
block header hashes at the same block height. Your program can go into a safe mode if the
|
block header hashes at the same block height. Your program can go into a safe mode if the
|
||||||
fork extends for more than two blocks, indicating a possible problem with the
|
fork extends for more than two blocks, indicating a possible problem with the
|
||||||
block chain.
|
block chain. For more details, see the [Detecting Forks
|
||||||
|
subsection][section detecting forks].
|
||||||
|
|
||||||
Another good source of double-spend protection can be human intelligence. For
|
Another good source of double-spend protection can be human intelligence. For
|
||||||
example, fraudsters may act differently from legitimate customers, letting
|
example, fraudsters may act differently from legitimate customers, letting
|
||||||
|
|
|
@ -292,6 +292,7 @@
|
||||||
<!-- [secp256k1]: http://www.secg.org/index.php?action=secg,docs_secg -->
|
<!-- [secp256k1]: http://www.secg.org/index.php?action=secg,docs_secg -->
|
||||||
[secp256k1]: http://perso.univ-rennes1.fr/sylvain.duquesne/master/standards/sec2_final.pdf
|
[secp256k1]: http://perso.univ-rennes1.fr/sylvain.duquesne/master/standards/sec2_final.pdf
|
||||||
[section verifying payment]: /en/developer-guide#verifying-payment
|
[section verifying payment]: /en/developer-guide#verifying-payment
|
||||||
|
[section detecting forks]: /en/developer-guide#detecting-forks
|
||||||
[bitcoin URI subsection]: /en/developer-guide#bitcoin-uri
|
[bitcoin URI subsection]: /en/developer-guide#bitcoin-uri
|
||||||
[SHA256]: https://en.wikipedia.org/wiki/SHA-2
|
[SHA256]: https://en.wikipedia.org/wiki/SHA-2
|
||||||
[Stratum mining protocol]: http://mining.bitcoin.cz/stratum-mining
|
[Stratum mining protocol]: http://mining.bitcoin.cz/stratum-mining
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue