Skip to content

Commit 9c3765a

Browse files
author
MarcoFalke
committed
Merge #20830: doc: update developer notes with signet
ee701a9 doc: update developer notes for signet (Jon Atack) Pull request description: Preview with working anchor links: https://github.com/jonatack/bitcoin/blob/add-signet-to-developer-notes/doc/developer-notes.md ACKs for top commit: 0xB10C: ACK ee701a9 michaelfolkson: ACK ee701a9 MarcoFalke: ACK ee701a9 Tree-SHA512: 12f0a81a701d9fd48e1f314e7a66b865309fdcb8f139323410d35c0cfb093d23a2f899249d1b0a025078894cf4789ed7221ae42804a56ab704a8b9ad35077bac
2 parents 6f97172 + ee701a9 commit 9c3765a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/developer-notes.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Developer Notes
1414
- [Compiling for debugging](#compiling-for-debugging)
1515
- [Compiling for gprof profiling](#compiling-for-gprof-profiling)
1616
- [`debug.log`](#debuglog)
17-
- [Testnet and Regtest modes](#testnet-and-regtest-modes)
17+
- [Signet, testnet, and regtest modes](#signet-testnet-and-regtest-modes)
1818
- [DEBUG_LOCKORDER](#debug_lockorder)
1919
- [Valgrind suppressions file](#valgrind-suppressions-file)
2020
- [Compiling for test coverage](#compiling-for-test-coverage)
@@ -259,14 +259,15 @@ on all categories (and give you a very large `debug.log` file).
259259
The Qt code routes `qDebug()` output to `debug.log` under category "qt": run with `-debug=qt`
260260
to see it.
261261

262-
### Testnet and Regtest modes
262+
### Signet, testnet, and regtest modes
263263

264-
Run with the `-testnet` option to run with "play bitcoins" on the test network, if you
265-
are testing multi-machine code that needs to operate across the internet.
264+
If you are testing multi-machine code that needs to operate across the internet,
265+
you can run with either the `-signet` or the `-testnet` config option to test
266+
with "play bitcoins" on a test network.
266267

267-
If you are testing something that can run on one machine, run with the `-regtest` option.
268-
In regression test mode, blocks can be created on-demand; see [test/functional/](/test/functional) for tests
269-
that run in `-regtest` mode.
268+
If you are testing something that can run on one machine, run with the
269+
`-regtest` option. In regression test mode, blocks can be created on demand;
270+
see [test/functional/](/test/functional) for tests that run in `-regtest` mode.
270271

271272
### DEBUG_LOCKORDER
272273

0 commit comments

Comments
 (0)