mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
parent
d6d42e8b6c
commit
91fdb87a85
2 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@ restrictions (such as standard transaction checks) so you can test functions
|
||||||
which might currently be disabled by default on mainnet.
|
which might currently be disabled by default on mainnet.
|
||||||
|
|
||||||
To use testnet, use the argument `-testnet`<!--noref--> with `bitcoin-cli`, `bitcoind` or `bitcoin-qt` or add
|
To use testnet, use the argument `-testnet`<!--noref--> with `bitcoin-cli`, `bitcoind` or `bitcoin-qt` or add
|
||||||
`testnet=1`<!--noref--> to your `bitcoin.conf` file. To get
|
`testnet=1`<!--noref--> to your `bitcoin.conf` file as [described earlier][bitcoind initial setup]. To get
|
||||||
free satoshis for testing, use [Piotr Piasecki's testnet faucet][].
|
free satoshis for testing, use [Piotr Piasecki's testnet faucet][].
|
||||||
Testnet is a public resource provided for free by members of the
|
Testnet is a public resource provided for free by members of the
|
||||||
community, so please don't abuse it.
|
community, so please don't abuse it.
|
||||||
|
@ -48,7 +48,7 @@ new blocks, so you have complete control over the environment.
|
||||||
|
|
||||||
Many developers consider regtest mode the preferred way to develop new
|
Many developers consider regtest mode the preferred way to develop new
|
||||||
applications. The following example will let you create a regtest
|
applications. The following example will let you create a regtest
|
||||||
environment.
|
environment after you first [configure bitcoind][bitcoind initial setup].
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
||||||
|
|
|
@ -188,6 +188,7 @@ http://opensource.org/licenses/MIT.
|
||||||
<!-- TODOv0.10 update this to point to 0.10 release notes when released -->
|
<!-- TODOv0.10 update this to point to 0.10 release notes when released -->
|
||||||
[Bitcoin Core 0.10.0]: https://github.com/bitcoin/bitcoin/tree/0.10
|
[Bitcoin Core 0.10.0]: https://github.com/bitcoin/bitcoin/tree/0.10
|
||||||
[bitcoin URI subsection]: /en/developer-guide#bitcoin-uri
|
[bitcoin URI subsection]: /en/developer-guide#bitcoin-uri
|
||||||
|
[bitcoind initial setup]: /en/developer-examples
|
||||||
[bitcoinpdf]: https://bitcoin.org/en/bitcoin-paper
|
[bitcoinpdf]: https://bitcoin.org/en/bitcoin-paper
|
||||||
[core executable]: /en/download
|
[core executable]: /en/download
|
||||||
[dev communities]: /en/development#devcommunities
|
[dev communities]: /en/development#devcommunities
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue