Skip to content
Snippets Groups Projects
Forked from monero-project / monero-site
1349 commits behind the upstream repository.
  • QuickBASIC's avatar
    5d434aa4
    minor spelling/grammar revisions · 5d434aa4
    QuickBASIC authored
    * grammar:
        * a/an
        * repeated words
        * fragmented sentences
        * possesion
        * run on sentences
        * commas for prepositional phrases
        * is/are conjugations
        * was/were
        * its/it's
        * capitalizing proper nouns (Monero, Bitcoin, etc)
        * formatting (removed linefeeds in middle of sentences)
        * can not/cannot
        * removed commas improperly before conjunctions
    * spelling:
        * programmatically
        * hashrate
        * transferring
        * scalability
        * separate
        * transactions
        * additionally
        * particular
        * profitability
        * recommended
        * explicitly
        * separator
        * block
        * drawback
        * favorite
    * spelling (br/us)
        * internationalization
        * specialized
        * analyze
        * centralized
        * decentalized
        * memorizing
        * synchronization
        * synchronized
    5d434aa4
    History
    minor spelling/grammar revisions
    QuickBASIC authored
    * grammar:
        * a/an
        * repeated words
        * fragmented sentences
        * possesion
        * run on sentences
        * commas for prepositional phrases
        * is/are conjugations
        * was/were
        * its/it's
        * capitalizing proper nouns (Monero, Bitcoin, etc)
        * formatting (removed linefeeds in middle of sentences)
        * can not/cannot
        * removed commas improperly before conjunctions
    * spelling:
        * programmatically
        * hashrate
        * transferring
        * scalability
        * separate
        * transactions
        * additionally
        * particular
        * profitability
        * recommended
        * explicitly
        * separator
        * block
        * drawback
        * favorite
    * spelling (br/us)
        * internationalization
        * specialized
        * analyze
        * centralized
        * decentalized
        * memorizing
        * synchronization
        * synchronized
create_wallet.md 4.56 KiB
layout: static_page
title: "Creating a Monero wallet"
title-pre-kick: "Creating a Monero wallet "
title-kick: "on Ubuntu "
title-post-kick: ""
kick-class: "purple-kicks"
icon: "icon_userguides"
attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->"

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