Skip to content
Snippets Groups Projects
  1. Oct 09, 2018
  2. Sep 25, 2018
  3. Sep 21, 2018
    • el00ruobuob's avatar
      Wallet RPC guide refresh + Finalized for all languages (except PL): · b10cea38
      el00ruobuob authored
      - get_balance;
      - get_address;
      - get_address_index;
      - create_address;
      - label_address;
      - get_accounts;
      - create_account;
      - label_account;
      - get_account_tags;
      - tag_accounts;
      - untag_accounts;
      - set_account_tag_description;
      - get_height;
      - transfer;
      - transfer_split;
      - sign_transfer;
      - submit_transfer;
      - sweep_dust;
      - sweep_all;
      - sweep_single;
      - relay_tx;
      - store;
      - get_payments;
      - get_bulk_payments;
      - incoming_transfers;
      - query_key;
      - make_integrated_address;
      - split_integrated_address;
      - stop_wallet;
      - rescan_blockchain;
      - set_tx_notes;
      - get_tx_notes;
      - set_attribute;
      - get_attribute;
      - get_tx_key;
      - check_tx_key;
      - get_tx_proof;
      - check_tx_proof;
      - get_spend_proof;
      - check_spend_proof;
      - get_reserve_proof;
      - check_reserve_proof;
      - get_transfers; (including clarification proposed in #703)
      - get_transfer_by_txid;
      - sign;
      - verify;
      - export_outputs;
      - import_outputs;
      - export_key_images;
      - import_key_images;
      - make_uri;
      - parse_uri;
      - get_address_book;
      - add_address_book;
      - delete_address_book;
      - refresh;
      - rescan_spent;
      - start_mining;
      - stop_mining;
      - get_languages;
      - create_wallet;
      - open_wallet;
      - close_wallet;
      - change_wallet_password;
      - is_multisig;
      - prepare_multisig;
      - make_multisig;
      - export_multisig_info;
      - import_multisig_info;
      - finalize_multisig;
      - sign_multisig;
      - submit_multisig;
      - get_version;
      Verified
      b10cea38
  4. Sep 17, 2018
  5. Aug 26, 2018
  6. Aug 16, 2018
  7. Aug 15, 2018
  8. Aug 12, 2018
  9. Aug 11, 2018
  10. Aug 08, 2018
  11. Aug 06, 2018
  12. Aug 03, 2018
    • el00ruobuob's avatar
      Moneropedia relocalized · 4c1e8dd8
      el00ruobuob authored
      + correction on Italian Account
      + Removed leftover miners.md (replaced by mining.md)
      + Removed Dust and update Copyright
      + Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content
      + Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice.
      + Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed)
      + Polish corrections
      + extend ruby \word-boundary in regex to match `-based` `-like` `-form`
      + Updated readme according to the new way to add or translate a moneropedia entry
      + fix mining with CryptoNight variant
      + rebased to include AR
      + chery picked #820 to avoid conflicts
      Verified
      4c1e8dd8
  13. Aug 02, 2018
  14. Jul 31, 2018
  15. Jul 17, 2018
  16. Jul 08, 2018
    • el00ruobuob's avatar
      Guides versioning · 9843b586
      el00ruobuob authored and el00ruobuob's avatar el00ruobuob committed
      + All guides are version
      + Major diff on Polish daemon RPC guide
      + Minor diff on Polish daemon RPC guide
      + yml completed for en, fr, pl, it, es
      + Instructions updated on readme.md:
        - For Guide création: adding the mainversion to the /ressources/user-guides, the guide version and the translation snippet to the localized files
        - For Guides update: how, where and why handling the version number.
      Verified
      9843b586
  17. Jul 03, 2018
  18. Jun 10, 2018
  19. May 31, 2018
  20. May 30, 2018
  21. May 26, 2018
    • Diego Salazar's avatar
      OH MY GOSH THIS LOCALIZATION REIMPLEMENTATION TOOK FOREVER · a22d7eda
      Diego Salazar authored
      - Deleted flippin' template directories (unnecessary now)
      - Moved all cussin' HTML to root files instead of in _i18n folder (except for guides)
      - Replaced all freakin' strings with liquid translation tags
      - Added all Kevin' strings for each language already merged to their respective .yml files
      - 40 seconds of testing before sending PR
      
      Signed-off-by: default avatarrehrar <rehrar@tuta.io>
      a22d7eda
  22. May 07, 2018
  23. May 06, 2018
    • jcklasseter's avatar
      Update importing_blockchain.md · e5686ff4
      jcklasseter authored
      With the most recent gui release download for windows 10 from https://getmonero.org/downloads/ (Lithium Luna) the supported relevant command line option is:
       --guard-against-pwnage arg (=1)       Verify blocks and transactions during
                                              import (only disable if you exported
                                              the file yourself)
      
      Since --verify 1 is not only not supported anymore, but is default behavior it should be removed from the guide.
      Unverified
      e5686ff4
  24. Apr 30, 2018
  25. Apr 28, 2018
    • hrumag's avatar
      index.md - Revisione · 3cec4c7d
      hrumag authored
      Sparse fix on already italian-translated pages
      
      accepting.md - Added gender-neutral form
      
      Moneropedia: 00-base-00 - performed italian translation
      Moneropedia: account.md - performed italian translation
      
      Sparse fix on already italian-translated pages
      
      accepting.md - Added gender-neutral form
      
      Moneropedia: 00-base-00 - performed italian translation
      Moneropedia: account.md - performed italian translation
      
      Fixes from erciccione
      
      Aligned to master
      
      Added and corrected some italian pages
      3cec4c7d
  26. Apr 27, 2018
  27. Apr 24, 2018
  28. Apr 13, 2018
  29. Apr 09, 2018
  30. Mar 28, 2018
  31. Mar 14, 2018
    • qubenix's avatar
      Add Windows binary verification guide, fix errors · 7edf03f7
      qubenix authored
      Add user-guide for Windows binary verification, add entry to index.md, and add images to png/ dir.
      
      Fix some jekyll serve errors pertaining to the Qubes/Whonix isolation guide:
      + In resources/user-guides/cli_wallet_daemon_isolation_qubes_whonix.md change from `static_page` to `user-guide`. Fixes error: `Missing i18n key: en:CLI Wallet/Daemon Isolation with Qubes + Whonix`.
      + Qubes/Whonix guide was missing from Italian lang section, prevented serving site. Apparently this also alphabetized the Italian lang sections index when I copied an index.md from another lang there.
      Unverified
      7edf03f7
Loading