From f62114574d50dfb1569ab374856ddc21d211c990 Mon Sep 17 00:00:00 2001 From: Evan Klitzke Date: Sun, 6 Aug 2017 19:32:11 -0700 Subject: [PATCH] update -regtest generate time --- _includes/devdoc/example_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/example_testing.md b/_includes/devdoc/example_testing.md index 5ac46587..9f52a8aa 100644 --- a/_includes/devdoc/example_testing.md +++ b/_includes/devdoc/example_testing.md @@ -74,7 +74,7 @@ bitcoin-cli -regtest generate 101 {% autocrossref %} Generate 101 blocks using a special RPC -which is only available in regtest mode. This takes about 30 seconds on +which is only available in regtest mode. This takes less than a second on a generic PC. Because this is a new block chain using Bitcoin's default rules, the first blocks pay a block reward of 50 bitcoins. Unlike mainnet, in regtest mode only the first 150 blocks pay a reward of 50 bitcoins.