I’m attempting to create a PostgreSQL database with block data on: Hash, total transactions, height, time, merkle root, confirmations, difficulty, bits, size (bytes), version, nonce And transaction data on: Hash, Txid, Size (bytes), confirmations, fee, time, amount, addresses I’m struggling to figure out the best way to use the bitcoin daemon RPCs/API to get theRead more