From 2bb935183817268a0efd8e9afa07d3d6eae5323c Mon Sep 17 00:00:00 2001 From: Patrick Alexander Date: Fri, 24 Jul 2015 04:32:30 -0600 Subject: [PATCH 1/2] Added account backup guide --- ...n Offline Backup of your Monero Account.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 knowledge-base/user-guides/Creating an Offline Backup of your Monero Account.md diff --git a/knowledge-base/user-guides/Creating an Offline Backup of your Monero Account.md b/knowledge-base/user-guides/Creating an Offline Backup of your Monero Account.md new file mode 100644 index 00000000..a8cf1ced --- /dev/null +++ b/knowledge-base/user-guides/Creating an Offline Backup of your Monero Account.md @@ -0,0 +1,47 @@ +--- +layout: static_page +title: "Creating an Offline Backup of your Monero Account" +title-pre-kick: "Creating an Offline Backup " +title-kick: "of your Monero " +title-post-kick: "Account" +kick-class: "purple-kicks" +icon: "icon_userguides" +attribution: "" +--- + +## Operating Systems: Various versions of Linux and Windows 7, 8 + +### Wallet Software: Simplewallet + +#### Resource for Creating Bootable Disks: [Linux](http://www.pendrivelinux.com/), [Windows](https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool) + +#### Resource for Monero Binaries: [Monero Binaries](https://getmonero.org/downloads/) + +- Take any computer you have lying around, even your normal workstation. You may find it easier to use an older computer that has no wifi or bluetooth if you're particularly paranoid + +- Create a Linux or Windows bootable disk, and make sure you have the Monero binaries on the same disk or on a second disk (for Linux make sure you have also downloaded copies of the dependencies you will need, libboost1.55 and miniupnpc for instance) + +- Disconnect the network and/or Internet cables from your machine, physically remove the wifi card or switch the wifi/bluetooth off on a laptop if possible + +- Boot into your bootable OS, install the dependencies if necessary + +- Copy the Monero binaries to to a RAM disk (/dev/shm in Linux, Windows bootable ISOs normally have a Z: drive or something) + +- Don't run the Monero daemon. Instead, using the command line, use simplewallet to create a new Monero @account + +- When prompted for a name, give it any name, it doesn't really matter + +- When prompted for a password, type in like 50 - 100 random characters. Don't worry that you don't know the password, just make it LONG + +- **CRITICAL STEP**: Write down (on paper) your 25 word @mnemonic-seed +**WARNING**: If you forget to write down this information your funds may be lost forever + +- Write down (on your phone, on paper, on another computer, wherever you want) your address and view key + +- Switch off the computer, remove the battery if there is one, and leave it physically off for a few hours + +The account you've created was created in RAM, and the digital files are now inaccessible. If some adversary manages to somehow obtain the data, they will lack the long password to open it. If you need to receive payments, you have your public address, and you have the view key if needed. If you need access to it, you have your 25 word @mnemonic-seed, and you can now write out several copies of it, including an offsite copy (e.g. a bank deposit box). + +Credit: Riccardo Spagni + +Related: [Offline Account Generator](http://moneroaddress.org/) From 428ce000fdec77416000a9ff1d9d16edb323fdc9 Mon Sep 17 00:00:00 2001 From: Patrick Alexander Date: Fri, 24 Jul 2015 04:38:21 -0600 Subject: [PATCH 2/2] Changed wording. --- .../Creating an Offline Backup of your Monero Account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge-base/user-guides/Creating an Offline Backup of your Monero Account.md b/knowledge-base/user-guides/Creating an Offline Backup of your Monero Account.md index a8cf1ced..fb096639 100644 --- a/knowledge-base/user-guides/Creating an Offline Backup of your Monero Account.md +++ b/knowledge-base/user-guides/Creating an Offline Backup of your Monero Account.md @@ -21,7 +21,7 @@ attribution: "