From a688a8838988d23f8c3b1b7c22bc359d7f793f78 Mon Sep 17 00:00:00 2001 From: luuul <luul@yopmail.com> Date: Wed, 9 Sep 2015 11:51:47 -0300 Subject: [PATCH] Update how to create a wallet.md --- knowledge-base/user-guides/how to create a wallet.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/knowledge-base/user-guides/how to create a wallet.md b/knowledge-base/user-guides/how to create a wallet.md index 1f919c72..0f947e60 100644 --- a/knowledge-base/user-guides/how to create a wallet.md +++ b/knowledge-base/user-guides/how to create a wallet.md @@ -17,18 +17,16 @@ attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and - Extract the files with the archive manager (same as winzip on Windows). Note the path where the files are (bitmonerod and simplewallet) -- Open a terminal (ctrl+alt+t) and install the required dependencies by typing the following command. You only need to do this step once. -> sudo apt-get install libboost-all-dev libssl-dev libevent-dev libdb++-dev +- Open a terminal (ctrl+alt+t) and install the required dependencies by typing the following command. You only need to do this step once. > sudo apt-get install libboost-all-dev libssl-dev libevent-dev libdb++-dev -- This step is optional : download the [blockchain](https://getmonero.org/downloads/) and save it in */home/yourUserName/.bitmonero/* +- This step is optional : download the [blockchain](https://getmonero.org/downloads/) and save it in "/home/yourUserName/.bitmonero/" - Open a terminal and load the path where your binaries are extracted (cf. step 2) by typing : >cd yourPathFromStep2 - Load bitmonerod by typing in your terminal : "./bitmonerod". Wait for the synchronisation with the network (bitmonerod is updating the blockchain you have downloaded in step 4 or is downloading it from scratch). This can take a lot of time the first time, so be patient -- Once bitmonerod is synchronised with the network, open a new terminal, change the directory (cf. step 5), and launch simplewallet by typing : ->./simplewallet +- Once bitmonerod is synchronised with the network, open a new terminal, change the directory (cf. step 5), and launch simplewallet by typing "./simplewallet" - Enter the name you want for your portfolio and follow the instructions from the terminal