A wallet, node and miner are not synonyms
A wallet manages keys, creates transactions and displays state to its user. It may rely on somebody else's server or communicate with the user's own node. A full node receives blocks and transactions, validates them under its rules and can relay valid data. A miner additionally assembles candidate blocks and searches for proof of work.
One machine may perform several roles, but it need not. A hardware wallet may only sign, a pruned full node may validate the entire chain without retaining every old block, and a mining device may provide hash power to a pool. This separation explains why the phrase ‘miners own the network’ misses much of the system.
A full node checks every block it accepts
A node checks formatting, the previous-block reference, proof of work, permitted time and size structure, every transaction, signature and script conditions, the absence of double spending, and whether the coinbase created no more subsidy than the rules allow. It does not take a miner's word for either validity or balances.
If a block violates even one consensus rule, a correctly functioning node excludes it from its chain even if a miner spent a great deal of energy producing it. Proof of work selects among valid candidates; it does not make an invalid block valid. This protects the user from a unilateral change to supply or spending conditions.
- a miner proposes a block and the ordering of its transactions
- a full node independently checks the block against its own rules
- a user's wallet may obtain its result from the user's own node or somebody else's
Consensus is not a one-computer, one-vote poll
Running a thousand nodes with altered rules does not automatically force other nodes to accept them. Each node protects its operator's view and follows only history it considers valid. If groups adopt incompatible rules and neither yields, they may end up on different networks.
The practical outcome is influenced by users, exchanges, merchants, developers, wallet providers and miners because they choose which software, coins and payments they find useful. Hash power matters for ordering and security; economic acceptance gives a chain value. There is no single monarch, but a demanding coordination process among participants with different powers.
Your own node reduces trust; it does not remove every risk
With your own node, you need not trust a third-party server to report the correct chain, balance or confirmation. Your wallet also need not reveal every watched address to an outside provider. A pruned mode can discard old block data after validation and reduce disk requirements while retaining rule verification.
A node still needs correct software, time for initial verification, connectivity and some maintenance. A compromised computer can deceive the interface or steal hot keys, while isolation from honest peers can degrade its view of the network. A personal node is a strong tool for independence, not a magical security shield.