<?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>Network Watchers</title><subtitle>Experienced validators. Diverse networks. Trust and transparency. 

https://t.co/wLvpmJKjbo

https://link3.to/free/qg7wmHTN </subtitle><author><name>Network Watchers</name></author><id>https://teletype.in/atom/networkwatchers</id><link rel="self" type="application/atom+xml" href="https://teletype.in/atom/networkwatchers?offset=0"></link><link rel="alternate" type="text/html" href="https://teletype.in/@networkwatchers?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=networkwatchers"></link><link rel="next" type="application/rss+xml" href="https://teletype.in/atom/networkwatchers?offset=10"></link><link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></link><updated>2026-04-08T15:10:57.708Z</updated><entry><id>networkwatchers:2Rev8qqMitt</id><link rel="alternate" type="text/html" href="https://teletype.in/@networkwatchers/2Rev8qqMitt?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=networkwatchers"></link><title>0g Node </title><published>2024-07-10T05:53:05.228Z</published><updated>2024-07-10T05:53:05.228Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img2.teletype.in/files/58/37/5837db42-4994-4510-a3e6-bdf24f4eda09.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://img1.teletype.in/files/82/90/8290fc2e-9608-4611-8050-2e2f4ee22ab5.jpeg&quot;&gt;Note: In order to become an active validator, you need to have more ua0gi tokens bonded than the last validator ordered by the tokens bonded (or the validator set to not be full) as well as have at least 1000000ua0gi bonded.</summary><content type="html">
  &lt;figure id=&quot;6VHX&quot; class=&quot;m_original&quot;&gt;
    &lt;img src=&quot;https://img1.teletype.in/files/82/90/8290fc2e-9608-4611-8050-2e2f4ee22ab5.jpeg&quot; width=&quot;774&quot; /&gt;
  &lt;/figure&gt;
  &lt;p id=&quot;M17z&quot;&gt;Note: In order to become an active validator, you need to have more &lt;code&gt;ua0gi&lt;/code&gt; tokens bonded than the last validator ordered by the tokens bonded (or the validator set to not be full) as well as have at least &lt;code&gt;1000000ua0gi&lt;/code&gt; bonded.&lt;/p&gt;
  &lt;h4 id=&quot;installation&quot;&gt;Installation&lt;/h4&gt;
  &lt;p id=&quot;EdnI&quot;&gt;Use our installation script, specify a name for your node and wait for the installation to complete.&lt;/p&gt;
  &lt;p id=&quot;Azvn&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;LOuR&quot;&gt;wget -q -O 0g.sh https://api.nodes.guru/0g.sh &amp;amp;&amp;amp; sudo chmod +x 0g.sh &amp;amp;&amp;amp; ./0g.sh &amp;amp;&amp;amp; source $HOME/.bash_profile&lt;/pre&gt;
  &lt;p id=&quot;EYJf&quot;&gt;Create a wallet, don’t forget to save the mnemonic:&lt;/p&gt;
  &lt;p id=&quot;51EG&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;GXKQ&quot;&gt;0gchaind keys add wallet --eth&lt;/pre&gt;
  &lt;p id=&quot;Rq8f&quot;&gt;If you already have a wallet, you can recover with:&lt;/p&gt;
  &lt;p id=&quot;V3eL&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;DpFr&quot;&gt;0gchaind keys add wallet --recover --eth&lt;/pre&gt;
  &lt;p id=&quot;zpsV&quot;&gt;If you want to get the public address which starts with &lt;code&gt;0x&lt;/code&gt;, you could first run the following command to get your key’s private key. Then import the returned private key to a wallet (Metamask for example) to get the public address.&lt;/p&gt;
  &lt;p id=&quot;aroo&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;hmoB&quot;&gt;0gchaind keys unsafe-export-eth-key wallet&lt;/pre&gt;
  &lt;p id=&quot;BwSv&quot;&gt;Request tokens at the &lt;a href=&quot;https://faucet.0g.ai/&quot; target=&quot;_blank&quot;&gt;faucet&lt;/a&gt;. After full synchronization, check the balance, if everything is okay, proceed to create a validator.&lt;/p&gt;
  &lt;p id=&quot;Xtyo&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;Ba2Z&quot;&gt;0gchaind q bank balances $(0gchaind keys show wallet -a)&lt;/pre&gt;
  &lt;p id=&quot;Ybcm&quot;&gt;You can also check your balance in our &lt;a href=&quot;https://testnet.0g.explorers.guru/&quot; target=&quot;_blank&quot;&gt;explorer&lt;/a&gt;.&lt;/p&gt;
  &lt;p id=&quot;ETKG&quot;&gt;Create a validator:&lt;/p&gt;
  &lt;p id=&quot;tuQi&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;mxAz&quot;&gt;0gchaind tx staking create-validator \  --amount=1000000ua0gi \  --pubkey=$(0gchaind tendermint show-validator) \  --moniker=&amp;quot;$VALIDATOR&amp;quot; \  --chain-id=&amp;quot;zgtendermint_16600-2&amp;quot; \  --commission-rate=&amp;quot;0.10&amp;quot; \  --commission-max-rate=&amp;quot;0.20&amp;quot; \  --commission-max-change-rate=&amp;quot;0.01&amp;quot; \  --min-self-delegation=&amp;quot;1&amp;quot; \  --gas=auto \  --gas-adjustment=1 \  --from=wallet -y&lt;/pre&gt;
  &lt;h4 id=&quot;additional&quot;&gt;Additional&lt;/h4&gt;
  &lt;p id=&quot;fZjq&quot;&gt;View logs&lt;/p&gt;
  &lt;p id=&quot;7mNu&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;W113&quot;&gt;sudo journalctl -u 0g -f&lt;/pre&gt;
  &lt;p id=&quot;Eomd&quot;&gt;Restart node:&lt;/p&gt;
  &lt;p id=&quot;GfB3&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;ZsDx&quot;&gt;sudo systemctl restart 0g&lt;/pre&gt;
  &lt;p id=&quot;3TSp&quot;&gt;Check node status:&lt;/p&gt;
  &lt;p id=&quot;64R6&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;jvEv&quot;&gt;curl localhost:26657/status&lt;/pre&gt;
  &lt;p id=&quot;INPg&quot;&gt;Find out if the node is synchronized, if the result is false – it means the node is synchronized&lt;/p&gt;
  &lt;p id=&quot;5QOA&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;mwrt&quot;&gt;curl -s localhost:26657/status | jq .result.sync_info.catching_up&lt;/pre&gt;
  &lt;p id=&quot;sk72&quot;&gt;Find out your valoper address:&lt;/p&gt;
  &lt;p id=&quot;Y4wn&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;ei1G&quot;&gt;0gchaind keys show wallet --bech val -a&lt;/pre&gt;
  &lt;p id=&quot;6jK9&quot;&gt;Delegate tokens (to increase your stake delegate to your valoper address):&lt;/p&gt;
  &lt;p id=&quot;viBu&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;IwOD&quot;&gt;0gchaind tx staking delegate YOUR_VALOPER_ADDRESS 1000000ua0gi --from wallet --chain-id zgtendermint_16600-2 --gas=&amp;quot;500000&amp;quot; --gas-prices=&amp;quot;50ua0gi&amp;quot;&lt;/pre&gt;
  &lt;p id=&quot;d6za&quot;&gt;Remove node:&lt;/p&gt;
  &lt;p id=&quot;oyfi&quot;&gt;Copy&lt;/p&gt;
  &lt;pre data-lang=&quot;bash&quot; id=&quot;cLgP&quot;&gt;sudo systemctl stop 0gsudo systemctl disable 0gsudo rm -rf $(which 0gchaind) $HOME/.0gchain&lt;/pre&gt;
  &lt;h2 id=&quot;x3mj&quot;&gt;That&amp;#x27;s it! Congrats!&lt;/h2&gt;

</content></entry><entry><id>networkwatchers:lBaEFtEClKJ</id><link rel="alternate" type="text/html" href="https://teletype.in/@networkwatchers/lBaEFtEClKJ?utm_source=teletype&amp;utm_medium=feed_atom&amp;utm_campaign=networkwatchers"></link><title>0G Labs Opens Registration for Node Operators and Validators</title><published>2024-07-09T12:13:39.885Z</published><updated>2024-07-09T12:13:39.885Z</updated><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img1.teletype.in/files/c9/5f/c95fd9cc-43c7-4328-88eb-582050814f8e.png"></media:thumbnail><summary type="html">&lt;img src=&quot;https://miro.medium.com/v2/resize:fit:700/1*WAMhOEckLNeVMcLVFE00XQ.jpeg&quot;&gt;0G Labs has announced the opening of registration for Node Operators and Validators for the “Newton” testnet, following a recent network upgrade and transition from Evmos to Kava. This round of registration will accept approximately 125 unique validators, offering a valuable opportunity to be part of 0G Labs from its early stages.</summary><content type="html">
  &lt;p id=&quot;9acf&quot;&gt;&lt;strong&gt;0G Labs&lt;/strong&gt; has announced the opening of registration for Node Operators and Validators for the “Newton” testnet, following a recent network upgrade and transition from Evmos to Kava. This round of registration will accept approximately 125 unique validators, offering a valuable opportunity to be part of 0G Labs from its early stages.&lt;/p&gt;
  &lt;figure id=&quot;yfD1&quot; class=&quot;m_custom&quot;&gt;
    &lt;img src=&quot;https://miro.medium.com/v2/resize:fit:700/1*WAMhOEckLNeVMcLVFE00XQ.jpeg&quot; width=&quot;700&quot; /&gt;
  &lt;/figure&gt;
  &lt;h2 id=&quot;a5b4&quot;&gt;Available Roles:&lt;/h2&gt;
  &lt;p id=&quot;ebb8&quot;&gt;- Validator Nodes&lt;br /&gt;- Storage Nodes&lt;br /&gt;- Key-Value (KV) Nodes&lt;br /&gt;- RPC Nodes&lt;br /&gt;- DA Nodes&lt;/p&gt;
  &lt;h2 id=&quot;d879&quot;&gt;How to Participate:&lt;/h2&gt;
  &lt;p id=&quot;bbdd&quot;&gt;- For more details on the roles and requirements, read the Application Guide at: &lt;a href=&quot;https://blog.0g.ai/blog/testnet-node-operator-and-validator-application-guide&quot; target=&quot;_blank&quot;&gt;https://blog.0g.ai/blog/testnet-node-operator-and-validator-application-guide&lt;/a&gt;&lt;br /&gt;- Ready to apply? Submit your application at &lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLScsa1lpn43F7XAydVlKK_ItLGOkuz2fBmQaZjecDn76kysQsw/viewform?ts=6617a343&quot; target=&quot;_blank&quot;&gt;https://docs.google.com/forms/d/e/1FAIpQLScsa1lpn43F7XAydVlKK_ItLGOkuz2fBmQaZjecDn76kysQsw/viewform?ts=6617a343&lt;/a&gt;&lt;/p&gt;
  &lt;p id=&quot;e103&quot;&gt;&lt;strong&gt;0G Labs&lt;/strong&gt; is actively seeking individuals to join their project during this pivotal phase. This is your opportunity to be involved in a promising project.&lt;/p&gt;

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