<?xml version="1.0" encoding="utf-8" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:tt="http://teletype.in/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"><title>Soundium™</title><author><name>Soundium™</name></author><id>https://teletype.in/atom/soundium</id><link rel="self" type="application/atom+xml" href="https://teletype.in/atom/soundium?offset=0"></link><link rel="alternate" type="text/html" href="https://blog.soundium.de/?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=soundium"></link><link rel="next" type="application/rss+xml" href="https://teletype.in/atom/soundium?offset=10"></link><link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></link><updated>2026-04-09T09:03:58.944Z</updated><entry><id>soundium:82JC5nPnCR5</id><link rel="alternate" type="text/html" href="https://blog.soundium.de/82JC5nPnCR5?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=soundium"></link><title>Taraxa Mainnet - Setup Guide</title><published>2022-01-01T10:26:14.911Z</published><updated>2022-01-01T16:04:05.311Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img3.teletype.in/files/60/3a/603a5d34-db6f-4c32-8a88-787c3549a30d.jpeg"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img2.teletype.in/files/9c/a5/9ca53785-e263-471b-ad65-7f04db434352.jpeg&quot;&gt;🎉 Taraxa’s Mainnet Candidate has been released!</summary><content type="html">
  &lt;figure id=&quot;X8oy&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img2.teletype.in/files/9c/a5/9ca53785-e263-471b-ad65-7f04db434352.jpeg&quot; width=&quot;2000&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;7s01&quot;&gt;🎉 Taraxa’s Mainnet Candidate has been released!&lt;/p&gt;
  &lt;p id=&quot;ULEu&quot;&gt;💰 Stakers: delegate your staked tokens to continue receiving yields&lt;/p&gt;
  &lt;p id=&quot;PAyx&quot;&gt;💻 Node Operators: run and list your mainnet node today to attract delegation from the Stakers&lt;/p&gt;
  &lt;p id=&quot;QKNM&quot;&gt;Set up a Taraxa Mainnet node to participate and get rewards.&lt;/p&gt;
  &lt;p id=&quot;poYr&quot;&gt;&lt;strong&gt;Hardware requirements:&lt;/strong&gt;&lt;/p&gt;
  &lt;p id=&quot;COga&quot;&gt;&lt;strong&gt;4 CPU &lt;/strong&gt;x&lt;strong&gt; 8 GB RAM &lt;/strong&gt;x&lt;strong&gt; 250 GB SSD&lt;/strong&gt; - Ubuntu 20.04&lt;/p&gt;
  &lt;p id=&quot;sBYP&quot;&gt;&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(236, 74%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;DyCD&quot;&gt;One-line installation script is available:&lt;/p&gt;
    &lt;p id=&quot;WfHL&quot;&gt;&lt;strong&gt;wget -q -O taraxa_mainnet.sh &lt;a href=&quot;https://github.com/Soundium/taraxa_mainnet/blob/main/taraxa_mainnet.sh&quot; target=&quot;_blank&quot;&gt;https://github.com/Soundium/taraxa_mainnet/blob/main/taraxa_mainnet.sh&lt;/a&gt; &amp;amp;&amp;amp; chmod +x taraxa_mainnet.sh &amp;amp;&amp;amp; sudo /bin/bash taraxa_mainnet.sh&lt;/strong&gt;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;wLUU&quot;&gt;Choose the option you want (for example option 1 – simply installing the node) and wait for the installation to complete.&lt;/p&gt;
  &lt;p id=&quot;jn4F&quot;&gt;To register your node you need to get its address, to do this execute the following command:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;F3wp&quot;&gt;&lt;strong&gt;docker exec mainnet_node_1 cat /opt/taraxa_data/conf/wallet.json &lt;/strong&gt;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;4kXM&quot;&gt;Output should be like the following:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;Q6mW&quot;&gt;&lt;strong&gt;b7669cc00f55b02ea66e0d944e904e8e9711b243 &lt;/strong&gt;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;UGzZ&quot;&gt;In that case, substitute 0x at the beginning of the line to get our node address:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;jGlE&quot;&gt;&lt;strong&gt;0xb7669cc00f55b02ea66e0d944e904e8e9711b243 &lt;/strong&gt;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;OrUz&quot;&gt;You also need to provide proof that this node is yours by running the following command:&lt;/p&gt;
  &lt;section style=&quot;background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);&quot;&gt;
    &lt;p id=&quot;Dr6P&quot;&gt;&lt;strong&gt;docker exec mainnet_node_1 taraxa-sign sign --wallet /opt/taraxa_data/conf/wallet.json &lt;/strong&gt;&lt;/p&gt;
  &lt;/section&gt;
  &lt;p id=&quot;9eRO&quot;&gt;As usual, this name may be different in different environments, so to be sure you&amp;#x27;ve got the right container name, just execute docker ps.&lt;/p&gt;
  &lt;p id=&quot;xua3&quot;&gt;Enter the result of the command in the Proof of node ownership input field. To register your node, go to the community portal and register your node (In the case of the example, the address would be &lt;strong&gt;0xb7669cc00f55b02ea66e0d944e904e8e9711b243&lt;/strong&gt;)&lt;/p&gt;

</content></entry></feed>