mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Treat Mainnet And Testnet As Common Nouns, Lowercasing When Appropriate
Suggested by @saivann (thanks!)
This commit is contained in:
parent
2793f98aa6
commit
10f6de368d
4 changed files with 5 additions and 5 deletions
|
@ -102,7 +102,7 @@ within the PaymentRequest.
|
||||||
## SSL Signature method
|
## SSL Signature method
|
||||||
request.pki_type = "x509+sha256" ## Default: none
|
request.pki_type = "x509+sha256" ## Default: none
|
||||||
|
|
||||||
## Mainnet or Testnet?
|
## Mainnet or testnet?
|
||||||
details.network = "test" ## Default: main
|
details.network = "test" ## Default: main
|
||||||
|
|
||||||
## Postback URL
|
## Postback URL
|
||||||
|
|
|
@ -50,8 +50,8 @@ provide dynamic DNS seed servers which automatically get IP addresses
|
||||||
of active nodes by scanning the network; others provide static DNS
|
of active nodes by scanning the network; others provide static DNS
|
||||||
seeds that are updated manually and are more likely to provide IP
|
seeds that are updated manually and are more likely to provide IP
|
||||||
addresses for inactive nodes. In either case, nodes are added to the
|
addresses for inactive nodes. In either case, nodes are added to the
|
||||||
DNS seed if they run on the default Bitcoin ports of 8333 for Mainnet
|
DNS seed if they run on the default Bitcoin ports of 8333 for mainnet
|
||||||
or 18333 for Testnet.
|
or 18333 for testnet.
|
||||||
|
|
||||||
<!-- paragraph below based on Greg Maxwell's email in
|
<!-- paragraph below based on Greg Maxwell's email in
|
||||||
http://comments.gmane.org/gmane.comp.bitcoin.devel/5378 -->
|
http://comments.gmane.org/gmane.comp.bitcoin.devel/5378 -->
|
||||||
|
|
|
@ -133,7 +133,7 @@ To specify an amount directly for copying and pasting, you must provide
|
||||||
the address, the amount, and the denomination. An expiration time for
|
the address, the amount, and the denomination. An expiration time for
|
||||||
the offer may also be specified. For example:
|
the offer may also be specified. For example:
|
||||||
|
|
||||||
(Note: all examples in this section use Testnet addresses.)
|
(Note: all examples in this section use testnet addresses.)
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Bitcoin Core RPCs accept and return hashes in the reverse of their
|
Bitcoin Core RPCs accept and return hashes in the reverse of their
|
||||||
normal byte order. For example, the Unix `sha256sum` command would display the
|
normal byte order. For example, the Unix `sha256sum` command would display the
|
||||||
SHA256(SHA256()) hash of Mainnet block 300,000's header as the
|
SHA256(SHA256()) hash of mainnet block 300,000's header as the
|
||||||
following string:
|
following string:
|
||||||
|
|
||||||
5472ac8b1187bfcf91d6d218bbda1eb2405d7c55f1f8cc820000000000000000
|
5472ac8b1187bfcf91d6d218bbda1eb2405d7c55f1f8cc820000000000000000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue