This is true looking back at the 0.01v ALPHA it's clearly there in main.cpp under the //mapKeys
CRITICAL_BLOCK(cs_mapKeys)
{
mapKeys[key.GetPubKey()] = key.GetPrivKey();
mapPubKeys[Hash160(key.GetPubKey())] = key.GetPubKey();
}
return CWalletDB().WriteKey(key.GetPubKey(), key.GetPrivKey());
and //mapWallet sections
vectorGenerateNewKey()
{
CKey key;
key.MakeNewKey();
if (!AddKey(key))
throw runtime_error("GenerateNewKey() : AddKey failed\n");
return key.GetPubKey();
This is the very first code base for bitcoin he is claiming it was not supposed to be part of it but it's in the ALPHA release what he is trying to do is bamboozle the court.
for a long time he claims things like "the blockchain is the ultimate proof" and " the ledger can't lie" & " We can check the blockchain"
Yet now he is trying to tell us he didn't want a ledger or publickeys or anyway to see the funds?
I hope he likes prison food
+ MERIT
Lets revisit that ...
To clarify (in Bitcoin);
Public Keys are Public Addresses.
Said "proprietary algorithm" could be used to spend anyone's bitcoin's ... i.e. it's most likely total BS.