luigi1111
889e848ec2
Merge pull request #1192
...
Remove usr guide 'How-to-mine-Monero-XMR-without-a-mining-equipment' (Nicehash)
2020-10-21 15:43:59 -05:00
luigi1111
074101837a
Merge pull request #1083
...
Update screenshots of user guide 'verification-windows-beginner.html' + minor fixes and adapt all translations
2020-10-21 15:39:53 -05:00
luigi1111
693eab2bf3
Merge pull request #1230
...
User guides: fix link to hashesh in 'verification-allos-advanced.md'
2020-10-08 15:21:31 -05:00
erciccione
44a619612d
User guides: fix link to hashesh in 'verification-allos-advanced.md'
2020-10-07 19:28:27 +02:00
rating89us
ec4c3034c7
view-only wallet guide: update text + settings page screenshot
2020-09-27 13:04:33 +02:00
luigi1111
12b3a3558c
Merge pull request #1186
...
Remote node guide: update instructions and screenshots
2020-09-23 13:45:23 -05:00
erciccione
8d2aabab4c
Remove user guide 'How to mine Monero XMR without a mining equipment' (Nicehash)
2020-09-16 12:44:30 +02:00
rating89us
ee1421af7f
Remote node guide: update instructions and screenshots
2020-09-14 13:06:34 +02:00
rating89us
6a2823be69
view-only wallet guide: update instructions + create from private view key in GUI
2020-09-13 21:05:23 +02:00
erciccione
062bd752fc
Add links to new 'Daemon' Moneropedia entry
2020-08-01 19:26:21 +02:00
luigi1111
b94ef6f8d7
Merge pull request #1091
...
User guides: Add TOC to multisig-messaging-system.md
2020-07-31 15:13:19 -05:00
erciccione
f54dc5bc04
Update user guide 'Securely purchasing and storing Monero'
2020-07-28 10:15:14 +02:00
erciccione
f6d0227637
User guides: Add TOC to multisig-messaging-system.md
...
also remove spaces at the end of the page and duplicate headers
2020-07-21 15:26:08 +02:00
erciccione
97175f00a5
Update screenshots of user guide 'verification-windows-beginner.html' + minor fixes and adapt all translations
2020-07-15 20:20:16 +02:00
Nathan Dorfman
00dd6155b6
Fix confusion and add warning in blockchain import guide
2020-07-08 23:32:59 -06:00
erciccione
b09a9b8845
Update user guide 'Run a Monero node through I2P with I2P-zero'
2020-06-14 13:17:52 +02:00
luigi1111
e8743f2468
Merge pull request #1040
...
Add user guide 'Run a Monero node through I2P with I2P-zero'
2020-06-12 08:50:36 -05:00
erciccione
df2b7f9e74
Add user guide 'Run a Monero node through I2P with I2P-zero'
2020-06-10 10:50:40 +02:00
Matt Smith
db69265327
user guides: mining: Rewrite mining guide
...
Fixes : #1005
2020-06-09 16:13:04 +01:00
erciccione
4e5143db60
Simplify versioning system for user guides
...
This new approach doesn't require version numbers and make easier for contributors to understand the status
of the document. There are only 3 states:
- Outdated: The page is outdated and might not work as expected
- Untranslated: The page needs to be translated
- Translation outdated: The page is translated, but the original (English) document has been updated
To mark a guide as outdated, we change the boolean of the front matter entry 'outdated' in /resources/user-guides/GUIDE.
If 'False', the guide is updated. If 'True' all versions of the guide (English included) will show a warning at the bottom
of the page.
The other 2 states are related to the status of the translated pages and we control them from the language-specific
user guides: /_i18n/LANG/resources/user-guides/GUIDE. At the top of the page a snippet will include 2 parameters:
- translated: "yes" if the page is translated, "no" if it's not.
- translationOutdated: "yes" if the translation is outdated, "no" if it's not
This new system aims to be simpler than the precedent, avoiding to compare versioning numbers and using a higher level
system instead (yes, no, True, False). I also removed the middle way status 'only minor changes', because if there are
only minor changes that don't affect the usability of the guide, we don't need to point it out.
The old system was complex and people didn't use it. These changes will hopefully make things easier for translators and
other contributors.
2020-05-31 09:23:16 +02:00
erciccione
cf79d9d9d4
Remove user guide 'Mining with Docker and XMRig'
2020-05-20 11:14:26 +02:00
Scott Anecito
908d8ce3a7
Update remote_node_gui.md by fixing grammtical issues, trailing new line
2020-04-20 20:07:55 +00:00
selsta
a8fab6e698
user-guides: update fingerprint
2020-04-02 03:21:42 +02:00
erciccione
ef1a596617
Refer to binayFate instead of Fluffypony in guides to verify binaries
2020-03-07 12:26:42 +01:00
luigi1111
789c0a2b1d
Merge !1173
...
Downloads: Add link to 'Importing Blockchain' user guide and remove duplicate headers
Closes #980
See merge request monero-project/monero-site!1173
2020-01-22 21:39:56 +01:00
erciccione
597588df62
Change absolute links in user guides and moneropedia
...
In preparation for the deployment of getmonero as hidden service
2019-12-19 11:29:35 +01:00
Jonathan Cross
ddad19861a
Adding tor_wallet user guide. (Connecting your local wallet to your own daemon over Tor)
2019-12-17 21:02:12 +01:00
erciccione
0c301c88bc
Remove duplicate header from 'importing blockchain' user guide
2019-12-14 10:50:13 +01:00
erciccione
f3af78e48d
remove unused or obsolete files (user guides and technical-specs)
2019-09-16 11:32:59 +02:00
erciccione
2f355c2bcb
adapt user and dev guides to new system removing/editing headers
2019-09-04 16:00:53 +02:00
dginovker
0913cbe742
Updated remote node guide for 0.14.1
2019-08-29 16:05:47 -04:00
xmr-romine
7bc88a8457
Update mine-to-pool.md
2019-07-31 08:34:30 +02:00
luigi1111
5158ec7bdf
Merge !1032
...
Update view-only user-guide to 0.14
See merge request monero-project/monero-site!1032
2019-05-13 20:11:24 +02:00
luigi1111
c30118edb0
Merge !1024
...
update Remote node user-guide with 0.14 screenshot
See merge request monero-project/monero-site!1024
2019-04-08 20:39:32 +02:00
luigi1111
38514f2b73
Merge !1023
...
Update prove payment user-guide with 0.14 screenshots
See merge request monero-project/monero-site!1023
2019-04-08 20:39:01 +02:00
el00ruobuob
31cffaed89
update remote node user-guide with 0.14 screenshot
...
+ update image link to markdown
2019-03-21 15:18:05 +01:00
el00ruobuob
38326ab040
Update view-only user-guide to 0.14
2019-03-18 13:57:36 +01:00
el00ruobuob
384d2a4c17
Update prove payment screenshots to 0.14
...
+ add screenshots to root /resources folder
2019-03-15 16:08:04 +01:00
el00ruobuob
b79d046fec
Update kovri link in MMS guide to kovri.io
2019-03-11 19:52:00 +01:00
el00ruobuob
9173a3b652
Update NiceHash guide to mine CryptoNightR & version bumped to 3.1.0 (as CryptoNightV7/8 algo are misleading)
2019-03-09 09:46:45 +01:00
rbrunner7
3c3f2980a4
MMS (Multisig Messaging System) manual added to user guides
2019-02-15 21:56:36 +01:00
ProkhorZ
7dd3c296b4
Update default ringsize to 11
2018-12-07 18:28:14 +01:00
luigi1111
74271d760c
Merge !948
...
User guide "view-wallet" update to 0.13
See merge request monero-project/monero-site!948
2018-11-30 22:52:04 +01:00
el00ruobuob
b4f260eafb
Update user guide remote node to 0.13.0
2018-11-21 07:36:47 +01:00
el00ruobuob
5c492acc90
User guide "view-wallet" update to 0.13
...
- Bump version to 1.2.0
- AR new screenshots (all of them were EN), text not updated: will need an arabic speaker.
- EN new `settings` screnshot, text update, bump to 1.2.0
- ES new `settings` screnshot, text update (untranslated), bump to 1.2.0
- FR new `settings` screnshot, text update, bump to 1.2.0
- IT new `settings` screnshot, text update (untranslated), bump to 1.2.0
- PL new `settings` screnshot, text update, bump to 1.2.0
2018-11-21 07:29:14 +01:00
Sander Ferdinand
2691c243cb
Missing word from CLI guide
2018-10-17 23:13:52 +02:00
lh1008
620be700df
Proof reading word 'Launch' guides restore_from_keys
2018-08-25 19:31:40 -05:00
lh1008
b499442ef9
Proof-reading mining_with_xmrig_and_docker.md guide "Why Docker" section
2018-08-11 16:53:50 -05:00
lh1008
8ffae945ed
Proof-reading user-guide/ledger-wallet-cli.md word "original" fix
2018-08-08 18:44:46 -05:00
lh1008
7565f1bc9d
Proof reading ledger-wallet-cli.md guide fix word
...
Proof reading ledger-wallet-cli.md guide fix word
2018-08-02 18:32:15 -05:00