# Generating Node
Generating node is a node that generates blocks.
Each generating node is a validating node.
Generating account is an account that node uses for signing generated blocks.
A node can generate blocks if the following conditions are met:
- The node's generating balance is at least 1000 WAVES. This means that the account balance in WAVES, taking into account leasing, was not less than 1000 WAVES in each of the last 1000 blocks (more details in the Account balance article). The greater the generating balance, the higher is your chance of being eligible to generate the next block.
- Node's account is not a smart account or dApp. (The condition will be repealed after activation of feature #17 "Ride V6, MetaMask support").
- Block generation is not disabled in node settings (
waves.miner.enable
parameter, see the Miner Settings section). By default, block generation is enabled. - The node is connected to at least the number of peers specified in the
waves.miner.quorum
parameter (1 by default). - No more than
waves.miner.interval-after-last-block-then-generation-is-allowed
(1 day by default) has passed from the timestamp of the last block stored on the node.