Blockchain
Bitcoin RPC Commands and Methods | Bitcoin Core RPC
TL;DR * Bitcoin RPC is the JSON-based protocol to talk to your node (port 8332). * You need ~2TB SSD 4GB+ RAM. * Never expose `rpcallowip=0.0.0.0` to the internet; you will get hacked. * Use bitcoin-cli getblockchaininfo to check sync status. Table of Contents * Introduction to RPC Methods * How