In this chapter, you will be diving deep into bitcoin’s core RPC and learn about wallets and transactions. You will learn how to utilize legacy and SegWit’s bitcoin wallets. You will extract a wallet’s public and private keys.
The majority of this chapter will deal with transactions, from sending funds in a simple way utilizing bitcoin’s testing blockchain to more complex transactions. Additionally, you will learn how to send coins via bitcoin’s core wallet GUI, and you will learn how to view transactions in the Block Explorer and understand confirmations. You will look into raw transactions ...