<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>simone perotti</title><generator>teletype.in</generator><description><![CDATA[simone perotti]]></description><image><url>https://img1.teletype.in/files/40/e0/40e09e39-bcc4-46f7-8987-25e56b93e0ec.png</url><title>simone perotti</title><link>https://teletype.in/@aloneincrypto</link></image><link>https://teletype.in/@aloneincrypto?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/aloneincrypto?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/aloneincrypto?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Sat, 15 Aug 2026 06:42:18 GMT</pubDate><lastBuildDate>Sat, 15 Aug 2026 06:42:18 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@aloneincrypto/ZxTHiR5Xegq</guid><link>https://teletype.in/@aloneincrypto/ZxTHiR5Xegq?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto</link><comments>https://teletype.in/@aloneincrypto/ZxTHiR5Xegq?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto#comments</comments><dc:creator>aloneincrypto</dc:creator><title>Aleo Testnet3 deploy Demo</title><pubDate>Wed, 08 Mar 2023 08:56:30 GMT</pubDate><description><![CDATA[Will accept installation orders on my Hetzner https://t.me/freeevde]]></description><content:encoded><![CDATA[
  <p id="148J">Will accept installation orders on my Hetzner <a href="https://t.me/freeevde" target="_blank">https://t.me/freeevde</a></p>
  <h3 id="hKZr">Original documentation on the Aleo website:</h3>
  <p id="ZyRD"><a href="https://developer.aleo.org/testnet/getting_started/deploy_execute_demo/" target="_blank">https://developer.aleo.org/testnet/getting_started/deploy_execute_demo/</a></p>
  <h3 id="fqiC">Aleo tools :</h3>
  <p id="nJOq"><a href="https://aleo.tools/" target="_blank">https://aleo.tools/</a></p>
  <h3 id="6dcr">Aleo Faucet:</h3>
  <p id="sb3h"><a href="https://twitter.com/AleoFaucet" target="_blank">https://twitter.com/AleoFaucet</a></p>
  <h3 id="ZOO8">JSON Beautifier &amp; Editor:</h3>
  <p id="1Umb"><a href="https://chrome.google.com/webstore/detail/json-beautifier-editor/lpopeocbeepakdnipejhlpcmifheolpl" target="_blank">https://chrome.google.com/webstore/detail/json-beautifier-editor/lpopeocbeepakdnipejhlpcmifheolpl</a></p>
  <h3 id="rYQ6">Rent a server <a href="https://hetzner.cloud/?ref=P0Qoi0LtdPwc" target="_blank">Hetzner</a> : CPX31</h3>
  <h3 id="8QRQ">Install the program to work with the PuTTY server:</h3>
  <p id="IXLd"><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html" target="_blank">https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html</a></p>
  <h3 id="6WLD">Connecting to a rented server</h3>
  <h3 id="IPxp">The process of installing programs and running a test program:</h3>
  <p id="A6oh">Execute commands one by one</p>
  <section>
    <p id="lLK4"><code>screen -S aleo</code></p>
  </section>
  <p id="jfjT">*if during the installation process you are thrown from the server, then you can return with the command <code>screen -R aleo</code></p>
  <h3 id="IB6R">Updated:</h3>
  <section>
    <p id="7q2Z"><code>sudo apt update &amp;&amp; sudo apt upgrade -y</code></p>
  </section>
  <h3 id="BrQi">Install Rust:</h3>
  <section>
    <p id="KPZ5"><code>curl --proto &#x27;=https&#x27; --tlsv1.2 -sSf <a href="https://sh.rustup.rs" target="_blank">https://sh.rustup.rs</a> | sh</code></p>
  </section>
  <section>
    <p id="GQ3s"><code>apt install cargo -y</code></p>
  </section>
  <section>
    <p id="SDRT"><code>sudo apt-get install pkg-config libssl-dev -y</code></p>
  </section>
  <h3 id="sCxn">Install Leo:</h3>
  <section>
    <p id="gNrB"><code>git clone <a href="https://github.com/AleoHQ/leo" target="_blank">https://github.com/AleoHQ/leo</a></code></p>
  </section>
  <section>
    <p id="99Zt"><code>cd leo</code></p>
  </section>
  <section>
    <p id="B6Yo"><code>cargo install --path .</code></p>
  </section>
  <section>
    <p id="fLRu"><code>cd</code></p>
  </section>
  <section>
    <p id="OznN"><code>export PATH=/root/.cargo/bin:$PATH</code></p>
  </section>
  <h3 id="TlO9">Checking if it&#x27;s installed &quot;Leo&quot;:</h3>
  <section>
    <p id="xaxf"><code>leo</code></p>
  </section>
  <h3 id="HeiX">Install snarkOS:</h3>
  <section>
    <p id="OkZE"><code>git clone <a href="https://github.com/AleoHQ/snarkOS.git" target="_blank">https://github.com/AleoHQ/snarkOS.git</a> --depth 1</code></p>
  </section>
  <section>
    <p id="jWAk"><code>cd snarkOS</code></p>
  </section>
  <section>
    <p id="73ts"><code>./build_ubuntu.sh</code></p>
  </section>
  <section>
    <p id="NNwk"><code>cd</code></p>
  </section>
  <h3 id="Egfh">Checking if it&#x27;s installed &quot;snarkOS&quot;:</h3>
  <section>
    <p id="IHtC"><code>snarkos</code></p>
  </section>
  <h3 id="LVTh">Create a folder for the test application and go to it:</h3>
  <section>
    <p id="SI2r"><code>mkdir demo_deploy_Leo_app &amp;&amp; cd demo_deploy_Leo_app</code></p>
  </section>
  <section>
    <p id="PXyM"><code>WALLETADDRESS=&quot;aleo1xxxxxxx&quot;</code></p>
  </section>
  <p id="Ob00">* &quot;aleo1xxxxxxx&quot; заменяем на свой адрес</p>
  <section>
    <p id="dkyo"><code>APPNAME=helloworld_&quot;${WALLETADDRESS:4:6}&quot;</code></p>
  </section>
  <section>
    <p id="B9to"><code>leo new &quot;${APPNAME}&quot;</code></p>
  </section>
  <h3 id="MpHA">Start the application:</h3>
  <section>
    <p id="61B1"><code>cd &quot;${APPNAME}&quot; &amp;&amp; leo run &amp;&amp; cd -</code></p>
  </section>
  <h3 id="q7gW">Save the application path:</h3>
  <section>
    <p id="92nf"><code>PATHTOAPP=$(realpath -q $APPNAME)</code></p>
  </section>
  <h3 id="7Y2W">Let&#x27;s go to the path of your application:</h3>
  <section>
    <p id="hfz3"><code>cd $PATHTOAPP &amp;&amp; cd ..</code></p>
  </section>
  <section>
    <p id="AoE9"><code>PRIVATEKEY=&quot;APrivateKeyXXXXX&quot;</code></p>
  </section>
  <p id="By2S">* &quot;APrivateKeyXXXXX&quot; заменяем на свой PrivateKey</p>
  <section>
    <p id="4iik"><code>RECORD=&quot;{ owner: aleo1xxxxx.private, gates: xxxxx.private, _nonce: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgroup.public }&quot;</code></p>
  </section>
  <p id="xaDZ">* &quot;value in quotes&quot; is replaced by our own</p>
  <h3 id="i9JE">Deploying the application:</h3>
  <section>
    <p id="k0R0"><code>snarkos developer deploy &quot;${APPNAME}.aleo&quot; --private-key &quot;${PRIVATEKEY}&quot; --query &quot;<a href="https://vm.aleo.org/api" target="_blank">https://vm.aleo.org/api</a>&quot; --path &quot;./${APPNAME}/build/&quot; --broadcast &quot;<a href="https://vm.aleo.org/api/testnet3/transaction/broadcast" target="_blank">https://vm.aleo.org/api/testnet3/transaction/broadcast</a>&quot; --fee 600000 --record &quot;${RECORD}&quot;</code></p>
  </section>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@aloneincrypto/aleotestnet3</guid><link>https://teletype.in/@aloneincrypto/aleotestnet3?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto</link><comments>https://teletype.in/@aloneincrypto/aleotestnet3?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto#comments</comments><dc:creator>aloneincrypto</dc:creator><title>Aleo Testnet3 deploy Demo</title><pubDate>Wed, 08 Mar 2023 08:20:46 GMT</pubDate><description><![CDATA[Приму заказы на установку на моем Hetzner https://t.me/aloneincrypto]]></description><content:encoded><![CDATA[
  <p id="LtWz">Приму заказы на установку на моем Hetzner <a href="https://t.me/aloneincrypto" target="_blank">https://t.me/aloneincrypto</a></p>
  <h3 id="gCc1">Оригинал документации на сайте Aleo: </h3>
  <p id="ZyRD"><a href="https://developer.aleo.org/testnet/getting_started/deploy_execute_demo/" target="_blank">https://developer.aleo.org/testnet/getting_started/deploy_execute_demo/</a></p>
  <h3 id="fqiC">Aleo tools :</h3>
  <p id="nJOq"><a href="https://aleo.tools/" target="_blank">https://aleo.tools/</a></p>
  <h3 id="6dcr">Aleo Faucet:</h3>
  <p id="sb3h"><a href="https://twitter.com/AleoFaucet" target="_blank">https://twitter.com/AleoFaucet</a></p>
  <h3 id="ZOO8">JSON Beautifier &amp; Editor:</h3>
  <p id="1Umb"><a href="https://chrome.google.com/webstore/detail/json-beautifier-editor/lpopeocbeepakdnipejhlpcmifheolpl" target="_blank">https://chrome.google.com/webstore/detail/json-beautifier-editor/lpopeocbeepakdnipejhlpcmifheolpl</a></p>
  <h3 id="rYQ6">Арендуем сервер на <a href="https://hetzner.cloud/?ref=P0Qoi0LtdPwc" target="_blank">Hetzner</a> : CPX31</h3>
  <h3 id="8QRQ">Устанавливаем программу для работы с сервером PuTTY:</h3>
  <p id="IXLd"><a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html" target="_blank">https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html</a></p>
  <h3 id="6WLD">Подключаемся к арендованному серверу</h3>
  <p id="us5D"></p>
  <h3 id="IPxp">Процесс установки программ и запуска тестовой программы:</h3>
  <p id="A6oh">Выполняем команды по очереди</p>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="lLK4"><code>screen -S aleo</code></p>
  </section>
  <p id="jfjT">*если в процессе установки Вас выбросит с сервера, то вы можете вернуться командой <code>screen -R aleo</code></p>
  <h3 id="IB6R">Обновляемся:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="7q2Z"><code>sudo apt update &amp;&amp; sudo apt upgrade -y</code></p>
  </section>
  <h3 id="BrQi">Устанавливаем Rust:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="KPZ5"><code>curl --proto &#x27;=https&#x27; --tlsv1.2 -sSf <a href="https://sh.rustup.rs" target="_blank">https://sh.rustup.rs</a> | sh</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="GQ3s"><code>apt install cargo -y</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="SDRT"><code>sudo apt-get install pkg-config libssl-dev -y</code></p>
  </section>
  <h3 id="sCxn">Устанавливаем Leo:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="gNrB"><code>git clone <a href="https://github.com/AleoHQ/leo" target="_blank">https://github.com/AleoHQ/leo</a></code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="99Zt"><code>cd leo</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="B6Yo"><code>cargo install --path .</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="fLRu"><code>cd</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="OznN"><code>export PATH=/root/.cargo/bin:$PATH</code></p>
  </section>
  <h3 id="TlO9">Проверяем установилось ли &quot;Leo&quot;:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="xaxf"><code>leo</code></p>
  </section>
  <h3 id="HeiX">Устанавливаем snarkOS:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="OkZE"><code>git clone <a href="https://github.com/AleoHQ/snarkOS.git" target="_blank">https://github.com/AleoHQ/snarkOS.git</a> --depth 1</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="jWAk"><code>cd snarkOS</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="73ts"><code>./build_ubuntu.sh</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="NNwk"><code>cd</code></p>
  </section>
  <h3 id="Egfh">Проверяем установилось ли &quot;snarkOS&quot;:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="IHtC"><code>snarkos</code></p>
  </section>
  <h3 id="LVTh">Создаем папку для тестового приложения и переходим в нее:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="SI2r"><code>mkdir demo_deploy_Leo_app &amp;&amp; cd demo_deploy_Leo_app</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="PXyM"><code>WALLETADDRESS=&quot;aleo1xxxxxxx&quot;</code></p>
  </section>
  <p id="Ob00">* &quot;aleo1xxxxxxx&quot; заменяем на свой адрес</p>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="dkyo"><code>APPNAME=helloworld_&quot;${WALLETADDRESS:4:6}&quot;</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="B9to"><code>leo new &quot;${APPNAME}&quot;</code></p>
  </section>
  <h3 id="MpHA">Запускаем приложение:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="61B1"><code>cd &quot;${APPNAME}&quot; &amp;&amp; leo run &amp;&amp; cd -</code></p>
  </section>
  <h3 id="q7gW">Сохраняем путь приложения:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="92nf"><code>PATHTOAPP=$(realpath -q $APPNAME)</code></p>
  </section>
  <h3 id="7Y2W">Переходим к пути Вашего приложения:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="hfz3"><code>cd $PATHTOAPP &amp;&amp; cd ..</code></p>
  </section>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="AoE9"><code>PRIVATEKEY=&quot;APrivateKeyXXXXX&quot;</code></p>
  </section>
  <p id="By2S">* &quot;APrivateKeyXXXXX&quot; заменяем на свой PrivateKey</p>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="4iik"><code>RECORD=&quot;{<br />  owner: aleo1xxxxx.private,<br />  gates: xxxxx.private,<br />  _nonce: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgroup.public<br />}&quot;</code></p>
  </section>
  <p id="xaDZ">* &quot;значение в кавычках &quot; заменяем на свое</p>
  <h3 id="i9JE">Разворачиваем приложение:</h3>
  <section style="background-color:hsl(hsl(34,  84%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="k0R0"><code>snarkos developer deploy &quot;${APPNAME}.aleo&quot; --private-key &quot;${PRIVATEKEY}&quot; --query &quot;<a href="https://vm.aleo.org/api" target="_blank">https://vm.aleo.org/api</a>&quot; --path &quot;./${APPNAME}/build/&quot; --broadcast &quot;<a href="https://vm.aleo.org/api/testnet3/transaction/broadcast" target="_blank">https://vm.aleo.org/api/testnet3/transaction/broadcast</a>&quot; --fee 600000 --record &quot;${RECORD}&quot;</code></p>
  </section>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@aloneincrypto/jUECFccILtT</guid><link>https://teletype.in/@aloneincrypto/jUECFccILtT?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto</link><comments>https://teletype.in/@aloneincrypto/jUECFccILtT?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto#comments</comments><dc:creator>aloneincrypto</dc:creator><title>Shardeum нода валидатора</title><pubDate>Fri, 03 Feb 2023 09:38:01 GMT</pubDate><description><![CDATA[sudo apt-get install curl]]></description><content:encoded><![CDATA[
  <h3 id="WQ9i">Обновляемся:</h3>
  <p id="XPiO"></p>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="GoeP"><code>sudo apt-get install curl</code></p>
  </section>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="LgLH"><code>sudo apt update</code></p>
  </section>
  <h3 id="7SEg">Устанавливаем Docker:</h3>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="Up2T"><code>sudo apt install docker.io</code></p>
  </section>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="0eQ4"><code>docker --version</code></p>
  </section>
  <h3 id="kD6P">Устанавливаем docker-compose:</h3>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="TBJg"><code>sudo curl -L &quot;https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)&quot; -o /usr/local/bin/docker-compose</code></p>
  </section>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="vQS5"><br /><code>sudo chmod +x /usr/local/bin/docker-compose</code></p>
  </section>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="JaI2"><code>docker-compose --version</code></p>
  </section>
  <h3 id="2bQP">Устанавливаем ноду валидатора:</h3>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="zXqU"><br /><code>curl -O https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh &amp;&amp; chmod +x installer.sh &amp;&amp; ./installer.sh</code></p>
  </section>
  <h3 id="2sii">Запускаем ноду:</h3>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="BM9p"><code>cd</code></p>
    <p id="0aCU">cd .shardeum</p>
    <p id="HaBy">./shell.sh</p>
    <p id="ERyX">operator-cli gui start</p>
  </section>
  <h3 id="4pyI">Открываем веб интерфейс:</h3>
  <p id="5HYC">https://<strong>65.109.7.97</strong>:8080</p>
  <p id="8mhn">*выделенный <strong>IP</strong> заменяем на свой адрес арендованного сервера</p>
  <p id="HpzU"></p>
  <h3 id="qy7X">Команды для запуска ноды из командной строки(их можно выполнить через веб интерфейс):</h3>
  <section style="background-color:hsl(hsl(323, 50%, var(--autocolor-background-lightness, 95%)), 85%, 85%);">
    <p id="6KBm"><code>operator-cli start<br />operator-cli stop<br />operator-cli status</code></p>
  </section>
  <h3 id="WhBZ">Подключаем тестовую сеть Sphinx 1.X:</h3>
  <p id="PAnT"><a href="https://docs.shardeum.org/network/endpoints" target="_blank">https://docs.shardeum.org/network/endpoints</a></p>
  <h3 id="1293">Кран для запроса тестовых монет в сети Sphinx 1.X:</h3>
  <p id="pi3C"><a href="https://faucet-sphinx.shardeum.org/" target="_blank">https://faucet-sphinx.shardeum.org/</a></p>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@aloneincrypto/6V--52Buypa</guid><link>https://teletype.in/@aloneincrypto/6V--52Buypa?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto</link><comments>https://teletype.in/@aloneincrypto/6V--52Buypa?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=aloneincrypto#comments</comments><dc:creator>aloneincrypto</dc:creator><title>Установка Taiko нода</title><pubDate>Mon, 30 Jan 2023 14:30:54 GMT</pubDate><description><![CDATA[Установка Docker на сервер:]]></description><content:encoded><![CDATA[
  <p id="7Dn0"><strong>Установка Docker на сервер:</strong></p>
  <pre id="frW2">sudo apt-get update
sudo apt-get install \
    ca-certificates \
    curl \
    gnupg \
    lsb-release</pre>
  <pre id="b4kq">sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg</pre>
  <pre id="Y5rS">echo \
  &quot;deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
  $(lsb_release -cs) stable&quot; | sudo tee /etc/apt/sources.list.d/docker.list &gt; /dev/null</pre>
  <pre id="KtXl">sudo apt-get update</pre>
  <pre id="mPH9">sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin</pre>
  <pre id="KCOW">sudo docker run hello-world
</pre>
  <p id="ilSJ"><strong>Установка Git на сервер</strong>:</p>
  <pre id="4zr0">sudo apt-get update</pre>
  <pre id="OL22">sudo apt-get install git-all</pre>
  <pre id="KIYU">git version</pre>
  <p id="LXGI"><strong>Установка ноды Taiko и редактирование данных кошелька:</strong></p>
  <pre id="Tv6G">git clone https://github.com/taikoxyz/simple-taiko-node.git
cd simple-taiko-node</pre>
  <pre id="WHzd">cp .env.sample .env</pre>
  <pre id="Wc5m">nano .env</pre>
  <p id="7KJb">&quot;ctrl-o&quot; - запись, &quot;ctrl-x&quot; - выход из файла</p>
  <p id="277x"><strong>Запуск ноды:</strong></p>
  <pre id="qDL2">docker compose up -d</pre>
  <h3 id="USwX">Команды для работы с нодой:</h3>
  <p id="Re2P">Сначала переходим в папку с нодой:</p>
  <pre id="0wZ5">cd simple-taiko-node</pre>
  <p id="NXcY">Теперь можем вызывать команды</p>
  <p id="cNRE"><u><strong>Статистика по ноде</strong>:</u></p>
  <pre id="Tm4n">docker stats</pre>
  <p id="4MDz"><u><strong>Логи</strong>:</u></p>
  <pre id="vjM7">docker compose logs -f</pre>
  <p id="Y38f">Остановка ноды:</p>
  <pre id="QXzY">docker compose down</pre>
  <p id="vIMY"><u><strong>Удалить ноду</strong>:</u></p>
  <pre id="JIM8">docker compose down -v</pre>
  <pre id="eA7r">rm -f .env</pre>
  <p id="qNRZ"><strong><u>Просмотр работы ноды:</u></strong></p>
  <p id="mp6J">ip адрес заменить на свой</p>
  <p id="532N">http://<strong><em>65.109.167.225</em></strong>:3000/d/L2ExecutionEngine/l2-execution-engine-overview?orgId=1&amp;refresh=10s</p>

]]></content:encoded></item></channel></rss>