Майнінг криптовалют (Mining)
Процес видобутку монет та перевірки транзакцій.
Mining is the backbone of Proof of Work blockchains like Bitcoin. 'Miners' use powerful computers to solve extremely difficult mathematical puzzles. The first one to solve the puzzle gets to add the next block of transactions to the blockchain and receives a reward in new coins and transaction fees. This process secures the network without needing a central bank.
graph LR
Center["Майнінг криптовалют (Mining)"]:::main
Rel_proof_of_stake["proof-of-stake"]:::related -.-> Center
click Rel_proof_of_stake "/terms/proof-of-stake"
Rel_proof_of_stake_pos["proof-of-stake-pos"]:::related -.-> Center
click Rel_proof_of_stake_pos "/terms/proof-of-stake-pos"
Rel_token_standard["token-standard"]:::related -.-> Center
click Rel_token_standard "/terms/token-standard"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 Перевірка знань
🧒 Простими словами
Майнінг — це як світове змагання зі збирання гігантського пазла. Хто першим знайде останню деталь — отримує нагороду (золоту монету). Щоб перемогти, потрібен потужний комп'ютер. Виконуючи цю 'роботу', ти одночасно працюєш охоронцем блокчейну, перевіряючи, чи всі операції там чесні.
🤓 Expert Deep Dive
Забезпечує консенсус Proof of Work. Вимагає спеціального обладнання (ASIC) та великої кількості електроенергії.