Merge pull request #1860

moneropedia: localization system for randomx.md
This commit is contained in:
luigi1111 2022-01-01 12:34:00 -05:00 committed by GitHub
commit dcdf1ffcfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 903 additions and 54 deletions

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,23 @@
---
summary: 'Derzeit von Monero genutzter ASIC-resistenter PoW-Algorithmus'
terms: ["randomx", "random-x", "RandomX"]
summary: "Derzeit von Monero genutzter ASIC-resistenter PoW-Algorithmus"
---
{% include disclaimer.html translated="yes" translationOutdated="no" %}
RandomX ist ein von Monero-Mitwirkenden entwickelter und seit Moneros 0.15-Version eingeführter Proof-of-Work-Algorithmus.
Dieser innovative PoW wurde für CPUs optimiert und basiert auf der Ausführung zufälligen Codes und anderer speicherintensiven Methoden. Ziel ist es, Nutzer vom Gebrauch von auf das Minen von Monero spezialisierter Hardware (wie etwa ASICs) abzubringen. RandomX wurde mit der Intention erstellt, den dezentralisierten Charakter des Minings zu bewahren und eine egalitärere Verteilung von Blockbelohnungen zu schaffen.
RandomX ist ein von Monero-Mitwirkenden entwickelter und seit Moneros
0.15-Version eingeführter Proof-of-Work-Algorithmus.
Spezifikationen von RandomX und dessen Entwicklung finden sich im [GitHub-Repository](https://github.com/tevador/RandomX). Ein von der Outreach-Workgroup erstellter [dezidierter Artikel über RandomX](https://www.monerooutreach.org/stories/RandomX.html) enthält noch mehr Informationen über die Geschichte und den Zusammenhang von RandomX und Monero.
Dieser innovative PoW wurde für CPUs optimiert und basiert auf der
Ausführung zufälligen Codes und anderer speicherintensiven Methoden. Ziel
ist es, Nutzer vom Gebrauch von auf das Minen von Monero spezialisierter
Hardware (wie etwa ASICs) abzubringen. RandomX wurde mit der Intention
erstellt, den dezentralisierten Charakter des Minings zu bewahren und eine
egalitärere Verteilung von Blockbelohnungen zu schaffen.
Spezifikationen von RandomX und dessen Entwicklung finden sich im
[GitHub-Repository](https://github.com/tevador/RandomX). Ein von der
Outreach-Workgroup erstellter [dezidierter Artikel über
RandomX](https://www.monerooutreach.org/stories/RandomX.html) enthält noch
mehr Informationen über die Geschichte und den Zusammenhang von RandomX und
Monero.

View File

@ -0,0 +1,53 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr "Derzeit von Monero genutzter ASIC-resistenter PoW-Algorithmus"
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr "[\"randomx\", \"random-x\", \"RandomX\"]"
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
#
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}"
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
#
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr "RandomX ist ein von Monero-Mitwirkenden entwickelter und seit Moneros 0.15-Version eingeführter Proof-of-Work-Algorithmus."
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
#
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr "Dieser innovative PoW wurde für CPUs optimiert und basiert auf der Ausführung zufälligen Codes und anderer speicherintensiven Methoden. Ziel ist es, Nutzer vom Gebrauch von auf das Minen von Monero spezialisierter Hardware (wie etwa ASICs) abzubringen. RandomX wurde mit der Intention erstellt, den dezentralisierten Charakter des Minings zu bewahren und eine egalitärere Verteilung von Blockbelohnungen zu schaffen."
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
#
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr "Spezifikationen von RandomX und dessen Entwicklung finden sich im [GitHub-Repository](https://github.com/tevador/RandomX). Ein von der Outreach-Workgroup erstellter [dezidierter Artikel über RandomX](https://www.monerooutreach.org/stories/RandomX.html) enthält noch mehr Informationen über die Geschichte und den Zusammenhang von RandomX und Monero."

View File

@ -1,9 +1,10 @@
---
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
summary: "ASIC-resistant POW algoritm currently used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards.

View File

@ -0,0 +1,53 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
#, markdown-text
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
#, markdown-text
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
#, markdown-text
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
#, markdown-text
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistent POW-algoritme som for tiden brukes av Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistent POW-algoritme som for tiden brukes av Monero"
---
{% include disclaimer.html translated="yes" translationOutdated="no" %}
RandomX er en «Proof Of Work»-algoritme, utviklet av Monero-bidragsytere, og ble tatt i bruk av Monero fra og med 0.15-utgivelsen.
Denne innovative POW-en er optimalisert for CPU-er og er basert på utførelsen av tilfeldig kode og andre teknikker som krever mye minne. Målet er å fraråde bruken av spesialisert maskinvare (som ASIC-er) for å @utvinne Monero. RandomX ble opprettet med hensikt å holde utvinning desentralisert og å opprette en mer egalitær distribusjon av @blokk-belønningene.
RandomX er en «Proof Of Work»-algoritme, utviklet av Monero-bidragsytere, og
ble tatt i bruk av Monero fra og med 0.15-utgivelsen.
Spesifikasjonene og utviklingen til Random X kan bli funnet [i GitHub-arkivet](https://github.com/tevador/RandomX), mens [en artikkel dedikert til RandomX](https://www.monerooutreach.org/stories/RandomX.html) som er laget av Outreach-arbeidsgruppen inneholder mer informasjon om historikken til RandomX og dets tilknytning til Monero.
Denne innovative POW-en er optimalisert for CPU-er og er basert på
utførelsen av tilfeldig kode og andre teknikker som krever mye minne. Målet
er å fraråde bruken av spesialisert maskinvare (som ASIC-er) for å @utvinne
Monero. RandomX ble opprettet med hensikt å holde utvinning desentralisert
og å opprette en mer egalitær distribusjon av @blokk-belønningene.
Spesifikasjonene og utviklingen til Random X kan bli funnet [i
GitHub-arkivet](https://github.com/tevador/RandomX), mens [en artikkel
dedikert til RandomX](https://www.monerooutreach.org/stories/RandomX.html)
som er laget av Outreach-arbeidsgruppen inneholder mer informasjon om
historikken til RandomX og dets tilknytning til Monero.

View File

@ -0,0 +1,53 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr "ASIC-resistent POW-algoritme som for tiden brukes av Monero"
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr "[\"randomx\", \"random-x\"]"
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
#
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}"
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
#
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr "RandomX er en «Proof Of Work»-algoritme, utviklet av Monero-bidragsytere, og ble tatt i bruk av Monero fra og med 0.15-utgivelsen."
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
#
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr "Denne innovative POW-en er optimalisert for CPU-er og er basert på utførelsen av tilfeldig kode og andre teknikker som krever mye minne. Målet er å fraråde bruken av spesialisert maskinvare (som ASIC-er) for å @utvinne Monero. RandomX ble opprettet med hensikt å holde utvinning desentralisert og å opprette en mer egalitær distribusjon av @blokk-belønningene."
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
#
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr "Spesifikasjonene og utviklingen til Random X kan bli funnet [i GitHub-arkivet](https://github.com/tevador/RandomX), mens [en artikkel dedikert til RandomX](https://www.monerooutreach.org/stories/RandomX.html) som er laget av Outreach-arbeidsgruppen inneholder mer informasjon om historikken til RandomX og dets tilknytning til Monero."

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,12 +1,23 @@
---
summary: 'ASIC-устойчивый алгоритм доказательства работы (POW), используемый Monero в настоящее время'
terms: ["randomx", "random-x"]
summary: "ASIC-устойчивый алгоритм доказательства работы (POW), используемый Monero в настоящее время"
---
{% include disclaimer.html translated="yes" translationOutdated="no" %}
{% include disclaimer.html translated="yes" translationOutdated="no" %}
RandomX — это алгоритм доказательства работы, разработанный контрибьюторами Monero и используемый Monero начиная с версии 0.15.
Данный инновационный алгоритм оптимизирован под CPU, а в основе его работы лежит выполнение случайного кода и применение других технологий, требующих большого объёма памяти. Задача RandomX состоит в том, чтобы исключить возможность использования специализированного оборудования (например, ASIC) для майнинга Monero. RandomX был создан с целью поддержания децентрализации майнинга и более эгалитарного распределения вознаграждений за вычисление блоков.
RandomX — это алгоритм доказательства работы, разработанный контрибьюторами
Monero и используемый Monero начиная с версии 0.15.
Спецификации и информацию о разработке RandomX можно найти [в репозитории GitHub](https://github.com/tevador/RandomX), а также в [статье, посвященной RandomX](https://www.monerooutreach.org/stories/RandomX.html), написанной рабочей группой Monero Outreach. Указанная статья содержит больше сведений об истории RandomX и о связи этого алгоритма с Monero.
Данный инновационный алгоритм оптимизирован под CPU, а в основе его работы
лежит выполнение случайного кода и применение других технологий, требующих
большого объёма памяти. Задача RandomX состоит в том, чтобы исключить
возможность использования специализированного оборудования (например, ASIC)
для майнинга Monero. RandomX был создан с целью поддержания децентрализации
майнинга и более эгалитарного распределения вознаграждений за вычисление
блоков.
Спецификации и информацию о разработке RandomX можно найти [в репозитории
GitHub](https://github.com/tevador/RandomX), а также в [статье, посвященной
RandomX](https://www.monerooutreach.org/stories/RandomX.html), написанной
рабочей группой Monero Outreach. Указанная статья содержит больше сведений
об истории RandomX и о связи этого алгоритма с Monero.

View File

@ -0,0 +1,53 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr "ASIC-устойчивый алгоритм доказательства работы (POW), используемый Monero в настоящее время"
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr "[\"randomx\", \"random-x\"]"
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
#
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr "{% include disclaimer.html translated=\"yes\" translationOutdated=\"no\" %}"
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
#
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr "RandomX — это алгоритм доказательства работы, разработанный контрибьюторами Monero и используемый Monero начиная с версии 0.15."
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
#
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr "Данный инновационный алгоритм оптимизирован под CPU, а в основе его работы лежит выполнение случайного кода и применение других технологий, требующих большого объёма памяти. Задача RandomX состоит в том, чтобы исключить возможность использования специализированного оборудования (например, ASIC) для майнинга Monero. RandomX был создан с целью поддержания децентрализации майнинга и более эгалитарного распределения вознаграждений за вычисление блоков."
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
#
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr "Спецификации и информацию о разработке RandomX можно найти [в репозитории GitHub](https://github.com/tevador/RandomX), а также в [статье, посвященной RandomX](https://www.monerooutreach.org/stories/RandomX.html), написанной рабочей группой Monero Outreach. Указанная статья содержит больше сведений об истории RandomX и о связи этого алгоритма с Monero."

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -1,11 +1,21 @@
---
summary: 'ASIC-resistant POW algoritm currently used by Monero'
terms: ["randomx", "random-x"]
summary: "ASIC-resistant POW algoritm currenctly used by Monero"
---
{% include disclaimer.html translated="no" translationOutdated="no" %}
RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15.
This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the block rewards.
RandomX is a Proof Of Work algorithm developed by Monero contributors and
adopted by Monero from release 0.15.
RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero.
This innovative POW is optimized for CPUs and it's based on execution of
random code and other memory-heavy techniques. The goal is to discourage the
use of specialized hardware (like ASICs) for @mining Monero. RandomX was
created with the intent of keeping mining decentralized and to create a more
egalitarian distribution of the @block rewards.
RandomX specifications and development can be found [on the GitHub
repository](https://github.com/tevador/RandomX), while [an article dedicated
to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the
Outreach workgroup contains more information about the history of RandomX
and its relation with Monero.

View File

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-10-03 10:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: YAML Front Matter: summary
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "ASIC-resistant POW algoritm currently used by Monero"
msgstr ""
#. type: YAML Front Matter: terms
#: ../_i18n/en/resources/moneropedia/randomx.md:1
#, no-wrap
msgid "[\"randomx\", \"random-x\"]"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:7
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:9
msgid "RandomX is a Proof Of Work algorithm developed by Monero contributors and adopted by Monero from release 0.15."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:11
msgid "This innovative POW is optimized for CPUs and it's based on execution of random code and other memory-heavy techniques. The goal is to discourage the use of specialized hardware (like ASICs) for @mining Monero. RandomX was created with the intent of keeping mining decentralized and to create a more egalitarian distribution of the @block rewards."
msgstr ""
#. type: Plain text
#: ../_i18n/en/resources/moneropedia/randomx.md:12
msgid "RandomX specifications and development can be found [on the GitHub repository](https://github.com/tevador/RandomX), while [an article dedicated to RandomX](https://www.monerooutreach.org/stories/RandomX.html) made by the Outreach workgroup contains more information about the history of RandomX and its relation with Monero."
msgstr ""

View File

@ -0,0 +1,13 @@
[po4a_langs] es it pl fr ar ru de nl pt-br tr zh-cn zh-tw nb-no
[po4a_paths] ../_i18n/en/resources/moneropedia/weblate/randomx.pot $lang:../_i18n/$lang/resources/moneropedia/weblate/randomx.po
[options] opt:"--keep=0"
[options] opt:"--localized-charset=UTF-8"
[options] opt:"--master-charset=UTF-8"
[options] opt:"--master-language=en_US"
[options] opt:"--msgmerge-opt='--no-wrap'"
[options] opt:"--wrap-po=newlines"
[po4a_alias:markdown] text opt:"--option markdown"
[type: markdown] ../_i18n/en/resources/moneropedia/randomx.md $lang:../_i18n/$lang/resources/moneropedia/randomx.md