-snip-
Saya belum paham, apakah saya ini sedang running node atau hanya buka wallet dalam versi cmd?. kalau saya lihat, itu seperti sedang download blockchain. kalau memang sedang running bitcoin, tampaknya cara itu cukup ringan dibandingkan saya membuka wallet bitcoin versi GUI, kadang suka ngelag ketika sedang download blockchain dan musti ditutup secara paksa.
C:\Program Files\Bitcoin\daemon
-snip-
Ya itu sama juga bisa untuk running node; Bitcoind (Bitcoin Core daemon) merupakan salah satu cara untuk sinkronisasi Bitcoin Blockchain di Bitcoin Core, sementara yang Bitcoin Core GUI itu dikenal juga dengan Bitcoin-Qt. Wajar Bitcoind lebih ringan dari Bitcoin Core GUI diantaranya karena ketika running node user tidak bisa berinteraksi dengan Bitcoin Core semisal untuk transaksi.
Beberapa penjelasan tentang Bitcoind bisa dilihat juga di sini:
https://bitcoin.org/en/full-node#win10-daemonhttps://bitcoin.org/en/full-node#other-linux-daemonBeberapa definisi lain:
bitcoind is a Bitcoin service daemon, which is a program that runs in the background and with which a user can't usually interact directly during it's runtime. This is a full node server that downloads that creates a P2P network and synchronizes the blockchain and verifies transactions and blocks.
bitcoin-cli is a command-line interface for Bitcoin Core client that connects to a running instance of bitcoind daemon. User can interact with this program and do any necessary functions with it that will control the bitcoind service as well as the possibility of using a Bitcoin wallet to send and receive funds, among other functions that Bitcoin Core client provides.
bitcoin-qt is a program that, unlike bitcoind and blitcoin-cli, has a graphical environment. It acts as both bitcoind and bitcoin-cli, as it is running a full node service while providing a user with a graphical environment to control that service, as well as other wallet and non-wallet functions. It also provides a regular command-line interface when you go to Help->Debug window->Console.