Node
Komputer yang run blockchain client software, participate di network validation atau data serving.
Penjelasan
Sobat Kripto, node adalah komputer yang konek ke blockchain network. Berbagai jenis node: full node (store complete blockchain), light node (only store header), archive node (store all historical states), validator/miner node (participate consensus). Decentralization blockchain tergantung pada jumlah node yang berbeda yang run.
Jenis Node
Full node: store seluruh blockchain history (Bitcoin ~600 GB, Ethereum ~1 TB+). Validate semua transaksi. Bisa dipakai untuk verify own transaction tanpa trust orang lain. Light node: hanya store header (Bitcoin SPV). Validator node: participate consensus (PoS), butuh stake. Miner node: PoW, butuh hardware mining.
Archive Node
Archive node store all historical state (Bitcoin ~3 TB, Ethereum ~15 TB+). Lebih heavy dari full node. Diperlukan untuk historical query (saldo wallet di tanggal X, transaksi specific). Block explorer (Etherscan), DeFi analytics (DeFi Llama), require archive node. Cost untuk run archive node tinggi.
Untuk Sobat Kripto
Mostly Sobat Kripto tidak perlu run node sendiri. Pakai RPC provider (Infura, Alchemy, public RPC) untuk interact dengan blockchain. Tapi untuk Bitcoin self-custody serious: pertimbangkan run full node sendiri untuk privacy dan verify (tidak trust third party untuk balance check). Software: Bitcoin Core, Geth (Ethereum), node Solana. Setup pakai laptop atau Raspberry Pi.