{"id":433,"date":"2022-02-22T20:04:18","date_gmt":"2022-02-22T20:04:18","guid":{"rendered":"http:\/\/localhost\/?page_id=433"},"modified":"2022-02-22T20:04:18","modified_gmt":"2022-02-22T20:04:18","slug":"running-a-full-node","status":"publish","type":"page","link":"http:\/\/localhost\/running-a-full-node\/","title":{"rendered":"Running a Full Node"},"content":{"rendered":"\n
A full node is a program that fully validates transactions and blocks. Almost all full nodes also help the network by accepting transactions and blocks from other full nodes, validating those transactions and blocks, and then relaying them to further full nodes.<\/p>\n\n\n\n
Bobcoin Core full nodes have certain requirements. If you try running a node on weak hardware, it may work\u2014but you\u2019ll likely spend more time dealing with issues. If you can meet the following requirements, you\u2019ll have an easy-to-use node.<\/p>\n\n\n\n
Initial block download refers to the process where nodes synchronize themselves to the network by downloading blocks that are new to them. This will happen when a node is far behind the tip of the best block chain. In the process of IBD, a node does not accept incoming transactions nor request mempool transactions.<\/p>\n\n\n\n
If you are trying to set up a new node following the instructions below, you will go through the IBD process at the first run, and it may take a considerable amount of time since a new node has to download the entire block chain. During the download, there could be a high usage for the network and CPU (since the node has to verify the blocks downloaded), and the client will take up an increasing amount of storage space (reduce storage<\/a> provides more details on reducing storage).<\/p>\n\n\n\n Before the node finishes, you will not be able to see a new transaction related to your account until the client has caught up to the block containing that transaction. So your wallet may not count new payments\/spendings into the balance.<\/p>\n\n\n\n If you are using Bobcoin Core GUI, you can monitor the progress of IBD in the status bar (left bottom corner).<\/p>\n\n\n\n