Skip to content

Guide for the Monero GUI wallet - maintained by erciccione

License

Notifications You must be signed in to change notification settings

AltcoinCoop/monero-GUI-guide

 
 

Repository files navigation

Guide for the Monero GUI wallet

This repository contains the guide for the Monero GUI Wallet. This document is meant to be updated continuously and a new major release will be available whenever Monero publishes a new version of the GUI.  

The guide is composed by several different markdown files (see the chapter 'structure'). For simplicity, we have an easy-to-consult version:  

monero-GUI-guide.md  

Thanks to the work of volunteers from the Monero Localization Workgroup, it's available in different languages:

Versions and branches

The links above are for the upstream version of the guide. In other words, they are synced with the master branch of the Monero GUI wallet.  

If you are looking for the guide for a specific GUI release, change the branch of this repository.
Branches available:

  • 1.5: Monero GUI 0.13.0.3 and 0.13.0.4 'Beryllium Bullet'

 

For PDF and EPUB versions, check out the latest Release.

Table Of Contents

  • Preface
    • Translations
    • Windows Preparation
    • Shortcuts
  • Choose a Language
  • Create a Wallet
    • Create new wallet
      • Add a password
      • Daemon settings
      • Run a full node
    • Restore wallet from keys or mnemonic seed
      • Restoring from seed
      • Restoring from keys
    • Open a wallet from file
    • Create new wallet from hardware
      • Create the wallet
  • Send Monero
    • Address Book
  • Receive Monero
  • Advanced Features
    • Solo mining
    • Prove - Check
      • Prove Transaction
      • Check Transaction
    • Shared RingDB
    • Sign - verify
      • Sign
      • Verify
  • Settings
    • Wallet
    • Local Node
    • Remote Node
    • Log
    • Info
    • Seed and keys
  • Binaries Verification
  • About remote nodes
    • Bootstrap nodes
  • Common issues and solutions

Structure and guidelines for contributors

The original guide can be found in the en folder. It's divided in 9 main chapters:

Chapter Content
00 Preface
01 Choose a Language
02 Create a Wallet
03 Send Monero
04 Receive Monero
05 Advanced Features
06 Settings
07 Binaries Verification
08 About remote nodes
09 Common issues and solutions

These single chapters can be built in a single file in 3 different formats: HTML, PDF and EPUB.
To do so we use pandoc. If you wish to build the guide by yourself, you can do it following these steps (on Linux):

  1. Download Pandoc and all necessary dependencies:
sudo apt install pandoc
sudo apt install texlive texlive-xetex texlive-latex-extra
  1. From the source of the repository run:
make [format][-language]

For example, if you wish to build only the Spanish version in PDF format, you should run make pdf-es.
If you want all languages in a single format: make epub- This will give you the epub version in all languages.
If you want to build all formats for all available languages: make all - This will build the guide in PDF, HTML and EPUB in all available languages.

Contribute!

Improvements are always welcome. Feel free to propose a change using the issue tracker or opening a pull request.
If you wish to contribute, please do not edit the file monero-GUI-guide.md. That's just temporary and it gets built manually. Work ONLY on the .md files inside the 'en' folder. Every pull request with changes to monero-GUI-guide.md will be rejected.

Translations

Before adding a translation, please keep in mind the general guidelines for Monero translators, which are:

  • Avoid the use of gender specific terminology.
  • If available, use the glossary for your language. This will help to keep translations consistent across different works. You can find all glossaries here.
  • Read the guide 'Translation tips for Monero translators'. It contains all the information you need to submit a perfect translation.
  • If a string contains numbers, just keep them as they are.

Steps

Adding a translation is very easy:

  1. Copy the en folder with all its content (including the 'makefile') and rename the new folder with the codename of your language (for example /it for Italian).
  2. Translate all the text you find, except for code and html.
  3. Edit the string LANGUAGES = in the main makefile, after 'en' (or the previous added language) add the name of the folder which contains your translations.
  4. Push the changes to your local branch and open a pull request.

Do not edit the files contained in the /translations folder. They are manually built. All changes MUST be done on the appropriate source folder (/en for English, /es for Spanish, etc..).

Support

If you need help/support, open an issue on this repository or contact ErCiccione. You can do so:

  • On the live support chat of the localization workgroup: #monero-translations (on IRC/Freenode, MatterMost, riot/matrix)
  • By email: translate[at]getmonero[dot]org
  • On reddit: just PM /u/erciccione

Donations

The creation and maintainance of this guide require a lot of hours of work. I think it's a very useful document and I'm happy to work on it voluntarily. The only problem is that the creation/maintainance of the guide requires a high consumption of beer. If you would like to help me refill my fridge and show the middle finger to my liver, consider donating to this Monero address:  

84fCZdZik8KauctPhh6ZQ1KgMb99zpKKQWvR6kSCedtr4L596YjLiaaFYqhUU9pV6qXWjTLoNWUVCiKinC9uFKuq8azHTit

About

Guide for the Monero GUI wallet - maintained by erciccione

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%