Using bitcoin core cli, the getwalletinfo command returns the master key, such as:
"hdmasterkeyid": "cc4cb4e5b4bfcd3a44570392faba1c43390f2405"
The master key will generate the private key. When i want to back up the key, do i back up the master key or the private key?