mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Dev Docs: Fix Broken BitcoinJ Link
The makefile tests caught this, but it looks like I broke it back in
4553439e
. Strangely, I did a full build before merging that commit---and
several more full builds since---and this is the first I'm noticing the
error. I'm fixing the broken link now; I'll look into the tests later.
This commit is contained in:
parent
cc13a10623
commit
e29104fb82
3 changed files with 4 additions and 3 deletions
|
@ -188,10 +188,10 @@ For larger payments, Bitcoin transaction fees are very low as a
|
|||
percentage of the total transaction value, so it makes more sense to
|
||||
protect payments with immediately-broadcast separate transactions.
|
||||
|
||||
**Resource:** The [bitcoinj](http://bitcoinj.org) Java library
|
||||
**Resource:** The [bitcoinj][] Java library
|
||||
provides a complete set of micropayment functions, an example
|
||||
implementation, and [a
|
||||
tutorial](https://bitcoinj.github.io/working-with-micropayments)
|
||||
tutorial][bitcoinj micropayment tutorial]
|
||||
all under an Apache license.
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -73,7 +73,7 @@ scripts and pubkey scripts, and more. This enables P2SH transaction finding.
|
|||
|
||||
If a user is more privacy-conscious, he can set the Bloom filter to include more false positives, at the expense of extra bandwidth used for transaction discovery. If a user is on a tight bandwidth budget, he can set the false-positive rate to low, knowing that this will allow full nodes a clear view of what transactions are associated with his client.
|
||||
|
||||
**Resources:** [BitcoinJ](http://bitcoinj.org), a Java implementation of Bitcoin that is based on the SPV security model and Bloom filters. Used in most Android wallets.
|
||||
**Resources:** [BitcoinJ][], a Java implementation of Bitcoin that is based on the SPV security model and Bloom filters. Used in most Android wallets.
|
||||
|
||||
Bloom filters were standardized for use via [BIP37](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki). Review the BIP for implementation details.
|
||||
|
||||
|
|
|
@ -330,6 +330,7 @@
|
|||
[Bitcoin Seeder]: https://github.com/sipa/bitcoin-seeder
|
||||
[bitcoin-documentation mailing list]: https://groups.google.com/forum/#!forum/bitcoin-documentation
|
||||
[BitcoinJ]: http://bitcoinj.github.io
|
||||
[bitcoinj micropayment tutorial]: https://bitcoinj.github.io/working-with-micropayments
|
||||
[block170]: https://www.biteasy.com/block/00000000d1145790a8694403d4063f323d499e655c83426834d4ce2f8dd4a2ee
|
||||
[casascius address utility]: https://github.com/casascius/Bitcoin-Address-Utility
|
||||
[core base58.h]: https://github.com/bitcoin/bitcoin/blob/master/src/base58.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue