MemoryWallet MemoryWallet refers to the concept of storing your MemoryCoins in your mind just by memorizing a chosen passphrase which links to your address.
The phrase is turned into a 256-bit private key with a hashing or key derivation algorithm. That private key is then used to compute a MemoryCoin address, or a deterministic sequence of addresses.
MemoryCoins can be sent to that address. In order to access the MemoryCoins, one must recompute the private key with the same phrase. The private key is imported into a wallet, and the coins can be sent.
You can get a MemoryCoin wallet here:
http://memorycoin.org/filesThe site we will be using is: http://brainwallet.org/ What we basically will be making is a new wallet/address to store your MemoryCoins. The reason we are doing this is because if you lose your pc with your wallet and even lose the backup (in a fire for example) you can retrieve your wallet by going to the link and entering your passphrase.
Let’s go away from all the technical stuff now and let’s start doing something.After downloading and installing the wallet go to
http://brainwallet.org/You could use the site now, but for security reasons it's recommended to do the following steps on your local machine. Scroll all the way down, in the right hand corner you will see a link called Download as Zip. Click that link and save the folder on your computer or on an empty flash drive.
When that is done double-click or drop the file called index.html in your web browser. Now you need to choose MMC (MemoryCoin) from the top right hand corner (or any other coin you would like to generate an address for).
If you are paranoid because of key loggers and Trojans you should this on a fresh installed pc without connecting it to the internet, or you could just plug out your internet while you are making your wallet, or use a Linux live USB/CD. I would recommend unplugging your internet connection while generating the wallet. The next thing you need to do is to think of a secure passphrase. It should be a long phrase and should be complex. A short password, a simple phrase or something picked out of the bible or any other form of public literature is likely to be stolen by hackers who use computers to quickly try combinations, also called brute-force guessing.
An example of a passphrase that is too simple is already preset in the generator: correct horse battery staple. Or something out of the bible: For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.
These sentences as explained above can easily be guessed, so they are not safe!
An example of a good passphrase (not so good now since it's public now): commodore 46 is bookshelf and abbreviations in total this excludes the doctor Sheldon cooper monolog hey p1r4te.
A long sentence that is easy for you to remember and hard for others to guess.
OBS!
Adding numbers, punctuation, phonetics and misspellings is essential, because otherwise it is very easy to bruteforce with a dictionary attack. Some people have even gone as far as to load thousands of quote pages into bruteforcers that get all the famous quotes from books and movies..
The address is: MSSco62jAtCRL7Q64jp1tf9CLhH6SnyisR
this is your new public address, all you need to receive MemoryCoin
The private key is: 6zkU548Yzv72wgQUnnyte5XvCHnUfzdLeqDL33WPLL2DfpozHX6
Your private key should be kept a secret and not shared with anyone!
(Note that this address is not used by anyone, and it's not recommended to use it because of obvious reasons)
Now that the address is generated anyone can transfer MemoryCoin to it. You will not be able to access those MemoryCoins until you import the private key to a wallet using the command:
importprivkey YOURPRIVATEKEYTo insert this command open your MemoryCoin wallet, press help, and enter the console.
Voila your wallet just got you personal MemoryWallet you can use to receive and send MemoryCoin! Got any questions regarding this subject? Pm me or just post here.