Add missing 'Example' word

This commit is contained in:
BtcContributor 2021-04-22 18:53:29 +02:00
parent 1a2307d613
commit 6eed20283f
No known key found for this signature in database
GPG Key ID: DA582457496C7F6D

View File

@ -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`*.