Hello.
I have a wallet.dat backup. I want to restore access to the particular bitcoin address.
But the problem is this address is absent in this wallet.dat because backup of wallet.dat was made earlier then the address was created.
Can I recover access to the bitcoin adress having wallet.dat with other my addresses?
Is there a some kind of "master key" which can be used to recover access?
I tried pywallet to find out what I have. That is what I have in my wallet.dat (sensitive information is cut in "[]"):
The wallet is not encrypted
{
"bestblock": "[...]",
"ckey": [],
"defaultkey": "[...]",
"keys": [
{
"addr": "[bitcoin address]",
"compressed": false,
"hexsec": "[...]",
"private": "[a lot of letters&numbers - several hundreds]",
"pubkey": "[...]",
"reserve": 1,
"sec": "[...]",
"secret": "[...]"
},
{
"addr": "[bitcoin address]",
"compressed": false,
"hexsec": "[...]",
"private": "[a lot of letters&numbers - several hundreds]",
"pubkey": "[...]",
"reserve": 1,
"sec": "[...]",
"secret": "[...]"
},
... and so on