Skip to content

Commit a9f864c

Browse files
committed
i18n: convert randomx en to strings
1 parent a33b1dc commit a9f864c

2 files changed

Lines changed: 66 additions & 17 deletions

File tree

docs/en/proof-of-work/random-x.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ contentOutdated: "no"
1717
<!-- Show the body -->
1818
# RandomX
1919
!!! info ""
20-
**_Written in 2019_**
21-
Pulled from [Monero Outreach](https://github.com/monero-ecosystem/outreach-docs/blob/master/monero-outreach-docs%2Fen%2Fstoryboard%2FrandomX_en.md).
20+
{{ i18n_str('proof_of_work.randomx.notice_date') }}
21+
{{ i18n_str('proof_of_work.randomx.notice_text') }} [Monero Outreach](https://github.com/monero-ecosystem/outreach-docs/blob/master/monero-outreach-docs%2Fen%2Fstoryboard%2FrandomX_en.md).
2222

23-
**Monero and Arweave to Validate the Proof-of-Work Algorithm. - 5th of June, 2019**
23+
{{ i18n_str('proof_of_work.randomx.arweave') }}
2424

25-
What year is it? It seems like only yesterday they were saying that a privacy coin couldn’t be pruned and that ASICs will win in the end. But here we are...about to prune and talking about RandomX...wearing our space helmets. RandomX still must go through the process of becoming tried and true, but it’s an exciting part of Monero’s pipeline. This guide gives an overview of its nature and plans, and where you can learn more.
25+
{{ i18n_str('proof_of_work.randomx.what_year_q') }}
2626

27-
### _What is RandomX?_
27+
### {{ i18n_str('proof_of_work.randomx.what_is_randomx') }}
2828

29-
RandomX is a new Proof-of-Work (PoW) algorithm that Monero is scheduled to begin using in the next network update. RandomX is designed to be ASIC resistant by using random code execution and memory-hard techniques to prevent specialized mining hardware from dominating the network. Because RandomX is optimized for general-purpose CPUs, the network will become more decentralized and egalitarian in the distribution of block rewards.
29+
{{ i18n_str('proof_of_work.randomx.what_is_randomx_p1') }}
3030

31-
Visit the [github.com/tevador/RandomX](https://github.com/tevador/RandomX) for more details or watch Howard Chu (hyc) speak about [RandomX at Monero Konferenco](https://github.com/monero-ecosystem/outreach-docs/blob/master/monero-outreach-docs%2Fen%2Ftranscriptions%2Fmonero-konferenco-2019%2FASIC-Resistant_Proof_of_Work-Fact_or_Fantasy.md). At the time of writing, RandomX is beginning the auditing process with [Trail Of Bits](https://www.trailofbits.com/), [X41](https://www.x41-dsec.de/), [Quarkslab](https://www.quarkslab.com/) and the [Kudelski Group](https://www.nagra.com/). RandomX is scheduled to go live during the next Monero network update.
31+
{{ i18n_str('proof_of_work.randomx.what_is_randomx_p2') }}
3232

33-
RandomX has two modes with different memory requirements and performance. _Fast Mode_ requires 2GB of shared memory but has 4x-6x the performance of _Light Mode_ which only requires 256MB of RAM. _Fast mode_ is intended for dedicated miners. _Light mode_ is designed to allow fullnodes to validate blocks without requiring the 2+GB of RAM, so that small devices (like ARM single-board computers, e.g. Rock64) can still be used as standalone nodes.
33+
{{ i18n_str('proof_of_work.randomx.what_is_randomx_p3') }}
3434

3535
| CPU | OS | Threads | RAM | CryptoNight-R (v8) | RandomX Fast Mode | RandomX Light Mode |
3636
|--|--|--|--|--|--|--|
@@ -43,15 +43,14 @@ RandomX has two modes with different memory requirements and performance. _Fast
4343
| GTX 1660 Ti | 2070/13760 MHz | 626 H/s (98 W) | 660 H/s (103 W) |
4444
| GTX 1080 Ti | 1930/10010 MHz | 787 H/s (145 W) | 1136 H/s (190 W) |
4545

46-
### _RandomX Collaboration_
46+
### {{ i18n_str('proof_of_work.randomx.randomx_collab') }}
4747

48-
RandomX was developed for Monero by tevador, hyc, vielmetti, antanst and SChernykh. Already other organizations are interested in adopting it. [Arweave](https://www.arweave.org/), a serverless storage enabler donated the Trail of Bits audit to the Monero community and will be implementing RandomX before Monero for their unique application. Arweave provides an innovative cryptocurrency-based approach to decentralized, long-term data storage. Mining on Arweave relies on both proof of work and—as a new concept unique to Arweave—proof of access. Arweave miners are incentivized through proof of access to replicate and have quick access to data stored in the network.
48+
{{ i18n_str('proof_of_work.randomx.randomx_collab_p1') }}
4949

50-
[Wownero](http://wownero.org/) is also launching RandomX in their upcoming v0.6 update and will call it RandomWOW. RandomX code will be updated after the audits are complete, so there will be some code divergence by the time Monero forks in October. Another difference is that RandomWOW will have a smaller scratchpad for hashing, 1MB instead of 2MB, smaller number of VM execution iterations, and increased chained VM executions per hash to increase program compilation cost for GPUs.
5150

52-
### _Learn More_
51+
### {{ i18n_str('proof_of_work.randomx.learn_more') }}
5352

54-
- Howard Chu (hyc) at Monero Konferenco: [ASIC-Resistant Proof of Work: Fact or Fantasy?](https://github.com/monero-ecosystem/outreach-docs/blob/master/monero-outreach-docs%2Fen%2Ftranscriptions%2Fmonero-konferenco-2019%2FASIC-Resistant_Proof_of_Work-Fact_or_Fantasy.md)
55-
- Press Release with Arweave: [Monero Arweave Team to Validate the Proof-of-Work](https://github.com/monero-ecosystem/outreach-docs/blob/master/monero-outreach-docs%2Fen%2Fwebsite-sections%2Fnews%2Fmonero_arweave_pow_en.md)
56-
- MoneroTalk 6/5/19 - Howard Chu & Sam Williams of Arweave: [monerotalk.live/randomx-progress-w-howard-chu-and-sam-williams-of-arweave](https://www.monerotalk.live/randomx-progress-w-howard-chu-and-sam-williams-of-arweave)
57-
- MoneroTalk 3/27/19 - Howard Chu, Tevador & Needmoney90: [youtube.com/watch?v=vGMTrA6NmeM](https://www.youtube.com/watch?v=vGMTrA6NmeM)
53+
- {{ i18n_str('proof_of_work.randomx.link_monerokon') }}: [ASIC-Resistant Proof of Work: Fact or Fantasy?](https://github.com/monero-ecosystem/outreach-docs/blob/master/monero-outreach-docs%2Fen%2Ftranscriptions%2Fmonero-konferenco-2019%2FASIC-Resistant_Proof_of_Work-Fact_or_Fantasy.md)
54+
- {{ i18n_str('proof_of_work.randomx.link_press') }}: [Monero Arweave Team to Validate the Proof-of-Work](https://github.com/monero-ecosystem/outreach-docs/blob/master/monero-outreach-docs%2Fen%2Fwebsite-sections%2Fnews%2Fmonero_arweave_pow_en.md)
55+
- {{ i18n_str('proof_of_work.randomx.link_monerotalk_1') }}: [monerotalk.live/randomx-progress-w-howard-chu-and-sam-williams-of-arweave](https://www.monerotalk.live/randomx-progress-w-howard-chu-and-sam-williams-of-arweave)
56+
- {{ i18n_str('proof_of_work.randomx.link_monerotalk_2') }}: [youtube.com/watch?v=vGMTrA6NmeM](https://www.youtube.com/watch?v=vGMTrA6NmeM)

docs/macros/i18n/en.yml

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
11
notices:
22
outdatedTranslation: "This translation is outdated"
3-
outdatedContent: "This is outdated"
3+
outdatedContent: "The content of this page is outdated"
4+
5+
proof_of_work:
6+
randomx:
7+
notice_date: "**_Written in 2019_**"
8+
notice_text: "Pulled from"
9+
arweave: "**Monero and Arweave to Validate the Proof-of-Work Algorithm. - 5th of June, 2019**"
10+
what_year_q: "What year is it? It seems like only yesterday they were saying that a privacy coin couldn’t be pruned
11+
and that ASICs will win in the end. But here we are... about to prune and talking about
12+
RandomX... wearing our space helmets. RandomX still must go through the process of becoming
13+
tried and true, but it’s an exciting part of Monero’s pipeline. This guide gives an
14+
overview of its nature and plans, and where you can learn more."
15+
what_is_randomx: "_What is RandomX_"
16+
what_is_randomx_p1: "RandomX is a new Proof-of-Work (PoW) algorithm that Monero is scheduled
17+
to begin using in the next network update. RandomX is designed to be ASIC resistant by
18+
using random code execution and memory-hard techniques to prevent specialized mining
19+
hardware from dominating the network. Because RandomX is optimized for general-purpose
20+
CPUs, the network will become more decentralized and egalitarian in the distribution of
21+
block rewards."
22+
what_is_randomx_p2: "Visit [github.com/tevador/RandomX](https://github.com/tevador/RandomX)
23+
for more details or watch Howard Chu (hyc) speak about [RandomX at Monero Konferenco](https://github.com/monero-ecosystem/outreach-docs/blob/master/monero-outreach-docs%2Fen%2Ftranscriptions%2Fmonero-konferenco-2019%2FASIC-Resistant_Proof_of_Work-Fact_or_Fantasy.md).
24+
At the time of writing, RandomX is beginning the auditing process with [Trail Of Bits](https://www.trailofbits.com/),
25+
[X41](https://www.x41-dsec.de/), [Quarkslab](https://www.quarkslab.com/) and the
26+
[Kudelski Group](https://www.nagra.com/). RandomX is scheduled to go live during the next
27+
Monero network update."
28+
what_is_randomx_p3: "RandomX has two modes with different memory requirements and
29+
performance. _Fast Mode_ requires 2GB of shared memory but has 4x-6x the performance of
30+
_Light Mode_ which only requires 256MB of RAM. _Fast mode_ is intended for dedicated
31+
miners. _Light mode_ is designed to allow fullnodes to validate blocks without requiring
32+
the 2+GB of RAM, so that small devices (like ARM single-board computers, e.g. Rock64) can
33+
still be used as standalone nodes."
34+
randomx_collab: "_RandomX Collaboration_"
35+
randomx_collab_p1: "RandomX was developed for Monero by tevador, hyc, vielmetti, antanst
36+
and SChernykh. Already other organizations are interested in adopting it. [Arweave](https://www.arweave.org/),
37+
a serverless storage enabler donated the Trail of Bits audit to the Monero community and
38+
will be implementing RandomX before Monero for their unique application. Arweave provides
39+
an innovative cryptocurrency-based approach to decentralized, long-term data storage.
40+
Mining on Arweave relies on both proof of work and—as a new concept unique to
41+
Arweave—proof of access. Arweave miners are incentivized through proof of access to
42+
replicate and have quick access to data stored in the network."
43+
randomx_collab_p2: "[Wownero](http://wownero.org/) is also launching RandomX in their
44+
upcoming v0.6 update and will call it RandomWOW. RandomX code will be updated after the
45+
audits are complete, so there will be some code divergence by the time Monero forks in
46+
October. Another difference is that RandomWOW will have a smaller scratchpad for hashing,
47+
1MB instead of 2MB, smaller number of VM execution iterations, and increased chained VM
48+
executions per hash to increase program compilation cost for GPUs."
49+
learn_more: "_Learn More_"
50+
link_monerokon: "Howard Chu (hyc) at Monero Konferenco"
51+
link_press: "Press Release with Arweave"
52+
link_monerotalk_1: "MoneroTalk 6/5/19 - Howard Chu & Sam Williams of Arweave"
53+
link_monerotalk_2: "MoneroTalk 3/27/19 - Howard Chu, Tevador & Needmoney90"

0 commit comments

Comments
 (0)