mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-19 02:21:10 +00:00
Blocks are created every 2 minutes now
This commit is contained in:
parent
97d453d661
commit
69a32235ab
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ summary: "a container of transactions, a sequence of which forms a blockchain"
|
|||
|
||||
### The Basics
|
||||
|
||||
A block is a container of @transactions, with a new block being added to the @blockchain once every 60 seconds, on average.
|
||||
A block is a container of @transactions, with a new block being added to the @blockchain once every 2 minutes (see constant `DIFFICULTY_TARGET_V2` defined as 120 seconds), on average.
|
||||
|
||||
Blocks also contain a special type of transaction, the @coinbase-transaction, which add newly created Monero to the network.
|
||||
|
||||
|
|
Loading…
Reference in a new issue