From 6eed20283f2955f7033695961030f8439ff08907 Mon Sep 17 00:00:00 2001 From: BtcContributor <79100296+BtcContributor@users.noreply.github.com> Date: Thu, 22 Apr 2021 18:53:29 +0200 Subject: [PATCH] Add missing 'Example' word --- docs/dev-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dev-setup.md b/docs/dev-setup.md index 643cdd796c..82e35aa868 100644 --- a/docs/dev-setup.md +++ b/docs/dev-setup.md @@ -30,6 +30,8 @@ Navigate to the [bitcoin.conf](https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoi At first startup you need to create 101 blocks using the command `generatetoaddress 101 address`* from the terminal inside Bitcoin Core, where `address` value could be obtained with the command `getnewaddress`. 101 blocks are required because of the coin maturity (100 blocks) so you need one more to have at least 50 BTC available for spending. +Example: + generatetoaddress 101 bcrt1qhqn0t94uc269szakr4ez0zh7erdd6tlm4pv6mg Later you can create new blocks with `generatetoaddress 1 address`*.