CyberAtlas

Member
2
Posts
81
Reputation
Apr 3, 2021
Joined
Recent posts
  • Unless I misunderstood you, are sure this is the case? I just tried to create a new wallet and then dumped the keys. Then I encrypted it and dumped the keys again. I see the same private keys.

  • The wallet.dat has a field called "version" which is uint32. If you don't want to bother with Bitcoin Core client, you can use db_dump or pywallet to get the value. For example, it may read something like "160300" which…