Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
contributing: mention accepting
  • Loading branch information
HardenedSteel committed Nov 15, 2024
commit f7d76d1aaa5547e2a25f2152cdaac0424c47c6ff
1 change: 1 addition & 0 deletions _i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ contributing:
develop_descr: >
This list only includes the tools stewarded by the core team, but the Monero ecosystem is much more vast. People can contribute to the development of libraries, services, documentation, graphics, etc. The list is virtually infinite. Contact or join the workgroup(s) to which you'd like to contribute.
develop_wg: See the Monero Workgroups.
accepting_p: Easiest way to help Monero is accepting; As more businesses and users transact in Monero, it gains real-world value and legitimacy. This drives demand and supports price stability.
full-node: Run a Node
full-node_p: An easy and effective way to help the Monero network is to run a @node. Nodes ensure the network keeps running safe and decentralized. A simple fully synchronized node is enough to help the network, but if you want to go out of your way, you could run an open @remote-node, to allow other people to connect to it.
full-node_p2: "We have several guides to help you run and configure your node:"
Expand Down
2 changes: 2 additions & 0 deletions get-started/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ meta_descr: meta_descr.contributing
</div>
</div>
<div class="row start-xs">
<h3>{% t navigation.accepting %}</h3>
<p>{% t contributing.accepting_p %} %}</p>
<h3>{% t contributing.full-node %}</h3>
<p>{% t contributing.full-node_p %}</p>
<p>{% t contributing.full-node_p2 %} <a href="{{ site.baseurl }}/resources/user-guides/vps_run_node.html">{% t user-guides.vps-node %}</a>, <a href="https://docs.getmonero.org/running-node/monerod-tori2p">{% t user-guides.node-tori2p %}</a>. <a href="{{ site.baseurl }}/resources/user-guides/">{% t contributing.allguides %}</a></p>
Expand Down