Difference between revisions of "Regression test mode"

From Bitcoin Wiki
Jump to: navigation, search
(Basic description of regtest)
 
(better wikiformatting.)
Line 1: Line 1:
You can run Bitcoin in **regression test mode** with the **-regtest** command-line argument. This runs a local-only server on port 18444 and lets you generate blocks instantly.
+
You can run bitcoin in '''regression test mode''' with the '''-regtest''' command-line argument. This runs a local-only server on port 18444 and lets you generate blocks instantly. Use regtest for app development and testing purposes.

Revision as of 15:50, 26 March 2014

You can run bitcoin in regression test mode with the -regtest command-line argument. This runs a local-only server on port 18444 and lets you generate blocks instantly. Use regtest for app development and testing purposes.