monero-site/_i18n/ar/resources/user-guides/create_wallet.md
el00ruobuob 8187c63ae2
Update arabian to latest merged commits
+ include version from #741
+ add ledger-cli-wallet from #756
+ add missing yml for
  - nicehash #767
  - ledger #756
  - versionning text #741
  - hangout relocalisation #767
2018-07-20 15:45:52 +02:00

4.3 KiB

{% assign version = '1.1.0' | split: '.' %} {% include disclaimer.html translated="false" version=page.version %}

Operating Systems: Ubuntu

image1 image2

  • Extract the files with the archive manager (same as Winzip on Windows). Note the path where the files "monerod" and "monero-wallet-cli" are

image3 image4

  • You only need to do this step once : open a terminal (ctrl+alt+t) and install the required dependencies by typing : "sudo apt-get install libboost-all-dev libssl-dev libevent-dev libdb++-dev". When asked, press the Y key and then Enter to continue

image5 image6

  • Open a terminal and load the path where your binaries are extracted (cf. step 2) by typing : "cd yourPathFromStep2"

image7

  • Load monerod by typing in your terminal : "./monerod". Wait for the synchronization with the network (monerod 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

image8 image9 image10 image11

  • Once monerod is synchronized with the network, open a new terminal, change the directory (cf. step 5), and launch monero-wallet-cli by typing "./monero-wallet-cli"

image12

  • Enter the name you want for your portfolio and follow the instructions from the terminal

image13 image14 image15 image16

This is your private key. Write it down and keep it in a safe place!

image17

This is your view key. You need it to create a view only wallet (cf. associated user guide)

image18

This is the address of your wallet

image19 image20 image21 image22 image23

  • To exit monerod or monero-wallet-cli just type "exit" in the associated terminal

Now to access the portfolio you have just created you will have to launch monerod, wait for it to be synchronized with the network, launch monero-wallet-cli, and type the name of your portfolio and your password.