Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 2.95 KB

sending-offline-with-mycrypto.md

File metadata and controls

46 lines (26 loc) · 2.95 KB

{ "title" : "How Can MyCrypto Send Offline?", "sort" : "08", "category" : "Offline", "description" : "Offline", "date_published" : "2017-07-05T08:00:00+08:00", "date_modified" : "2018-06-07T08:00:00+08:00" }

---%

One of the important things that you need to understand is that every address already "exists." When you "create a wallet" you are not actually doing anything on the blockchain or communicating with the blockchain in any way.

Creating a wallet means you get a randomly generated private key and the address (public key) that corresponds to that private key. You will need your private key in order to access your address to send transactions. Please keep your private key(s) safe and secure. How to Store and Guard your Private Key.

You can do this on a device that is connected to the internet or one that is not.

Cold storage describes a device that is not, and will never be, connected to the internet. This means that even if someone were to completely hack you, your computer, and your phone, your key would be safe. Yay!

One common cold storage method is to use a simple piece of paper. Bad folks on the internet can't hack your paper. (But you should still watch out for your roommate!)

So your crypto is on the blockchain and, for offline or cold storage, your private key is kept offline and is never introduced to an online device.

Regardless of what service you use to "store" your crypto or tokens, your coins are really lines of code on the blockchain. Transactions add more lines of code and all these lines together determine what address has what balance.

Your private key or Keystore file is simply the way you access and prove ownership of a particular address on the blockchain.

The part that usually confuses people is how MyCrypto can generate a valid wallet without being online.

This is because the software (in this case, MyCrypto) is able to generate a valid public key (wallet address) based on programmatic algorithms and "rules," if you will, that will work on the public "online" blockchain and simultaneously be unique based on how the software generates it.

Your password enables you to decrypt a Keystore file, which can be used to unlock your wallet down the road.

You can generate a transaction offline using the same MyCrypto software in an offline environment, and then broadcasting that transaction code using an online device.

This way, your private key can remain secure on the offline device, and it can be used to generate a valid transaction for the online device to broadcast.

Further Reading

Adapted from comments by: