Post
Topic
Board Development & Technical Discussion
bitcoin wallet master key
by
victorkimba17
on 04/10/2018, 05:44:08 UTC
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?