I know I was trying to purchase bitcoin in the very early days 2009-2010. I moved across far away in late 2010 and left some belongings behind with family. As years have went by and bitcoin got valuable, I couldn’t remember if I actually figured out how to buy from someone back then or where I had it stored if I did. But I have always felt like did purchase some.
I recently recovered those items I left behind and found an old external hard drive. The hard drive contains a folder named Crypto created in September 2009. Inside this folder is another folder named RSA, which I learned means Rivest-Shamir-Adleman, a public-key cryptography algorithm.
Inside that RSA folder is another folder named S-1-5-21-1234567890-0987654321-1122334455-9999 (edited for this post), which I have also learned indicates it’s a Security Identifier (SID). Inside this folder are two Unix Executable Files and the files names are both in this format: 1234567890abcdef1234567890abcdef_abcd1234-5678-90ab-cdef-1234567890ab
There are 64 characters in each file name (0-9 and a-f), same as private keys. Also, the first 32 characters in each file name are unique, but the last 32 characters in each file name are identical to the other file. As you can see there is an underscore after the first 32 characters in each file name and several dashes within the last 32 characters.
Are these bitcoin private keys? The parent folder was named Crypto and created in 2009 so I can’t imagine what else they would be. I have tried to import each file name minus the underscore and dashes as private keys into a popular wallet platform and it says Invalid Keys for both. I then tried to combine the first 32 characters of each and import that as the key and again it’s saying Invalid Keys.
I am stumped. Any advice?