<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Iamhappy2day.eth</title>
        <link>https://paragraph.com/@iamhappy2day</link>
        <description>Web3 enthusiast. JS and Solidity developer</description>
        <lastBuildDate>Tue, 26 May 2026 11:49:44 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Iamhappy2day.eth</title>
            <url>https://storage.googleapis.com/papyrus_images/20a15a4e1d910c34b8ef6af66866a4c348d0d0f31baa8a596589aa53a151bbfb.jpg</url>
            <link>https://paragraph.com/@iamhappy2day</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[What is Starknet and how it's differ from ZKSync?]]></title>
            <link>https://paragraph.com/@iamhappy2day/what-is-starknet-and-how-it-s-differ-from-zksync</link>
            <guid>HsZVE2P1cxLvuDONq2FX</guid>
            <pubDate>Mon, 20 Nov 2023 20:43:33 GMT</pubDate>
            <description><![CDATA[What is Starknet?Starknet, a pivotal solution addressing scalability issues within blockchains like Ethereum, tackles the challenge of reduced speed and increased costs as user and transaction numbers surge. It aims to amplify the speed and cost-effectiveness of Ethereum transactions. Developed by StarkWare Industries, an Israeli blockchain company, Starknet operates as a validity rollup or zk-rollup on the Ethereum network. These rollups execute the bulk of transaction operations off the Eth...]]></description>
            <content:encoded><![CDATA[<p><strong>What is Starknet?</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6acca9bd12dbdf3768562ddabc1eaa065a190672897fcb79372d1d6bc920f390.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Starknet, a pivotal solution addressing scalability issues within blockchains like Ethereum, tackles the challenge of reduced speed and increased costs as user and transaction numbers surge. It aims to amplify the speed and cost-effectiveness of Ethereum transactions.</p><p>Developed by StarkWare Industries, an Israeli blockchain company, Starknet operates as a validity rollup or zk-rollup on the Ethereum network. These rollups execute the bulk of transaction operations off the Ethereum chain and then offer proof of these transactions to Ethereum. This approach lessens the burden on the Layer 1 blockchain, resulting in quicker and more economical transactions.</p><p>Starknet, established by StarkWare Industries in 2018, introduced itself as a permissionless Layer 2 network in February 2022. This infrastructure permits anyone to construct decentralized applications (dapps) on it. StarkWare also manages StarkEx, a platform operating since June 2020, but tailored for specific dapp necessities on a permissioned network.</p><p>Supported by renowned investors like Sequoia Capital, Paradigm, and Coatue, StarkWare attained a valuation of $8 billion during its Series D funding round in May 2022, raising a total of $261 million in funding.</p><p>Functioning as a Layer 2 solution, Starknet processes transactions within its network and then settles them on Ethereum to enhance scalability. This involves compressing numerous transactions into a &quot;proof&quot; data structure, submitted to Ethereum as a transaction. As a result, throughput significantly improves, increasing the number of transactions processed per second and lowering transaction costs.</p><p>Starknet relies on zk-STARK, a proprietary proof system ensuring transaction correctness without revealing sensitive data, thereby enhancing privacy and security.</p><p>Its fundamental components include Sequencers, responsible for executing transactions and suggesting blocks at a substantially higher transaction rate than Ethereum nodes, and Provers, offering a mathematical assurance of block transaction validity, eventually settled on Ethereum.</p><p>Starknet anticipates the introduction of its native token, STRK, anticipated to launch in April 2024, with deployment on Ethereum occurring in November 2022. With a total supply of ten billion, STRK will be utilized for transaction fees, governance, and staking within the Starknet network.<br><br><strong>What is Cairo?</strong></p><p>Cairo is a programming language tailored for a virtual CPU designed for cryptographic operations. It efficiently proves program execution, enabling complex operations on untrusted machines, checked swiftly on more affordable ones. Initially compiling to Sierra, an intermediate representation, Cairo 1 ensures a safe subset of CASM, enhancing provability even if computations fail.</p><p>It finds usage in Starknet, a solution for Ethereum scalability. Starknet, a Layer 2 solution atop Ethereum, utilizes a single node (the prover) to execute and prove user interactions, reducing computational demands compared to direct execution. This method boosts throughput, lowers transaction costs, and upholds Ethereum&apos;s security.</p><p>Differing from traditional languages, Cairo&apos;s execution involves two aspects:</p><ol><li><p>Execution by the prover resembles typical language operation. While virtualized and potentially less efficient, optimization here isn&apos;t the critical concern.</p></li><li><p>Verifying the generated proof differs. It requires cost-effective verification since it could happen on numerous smaller machines. Cairo employs non-determinism to enhance this process. For instance, sorting an array in Cairo costs the same as copying it, as the verifier checks sorted order rather than performing the sort, making it cheaper.</p></li></ol><p>Cairo&apos;s memory model emphasizes immutability. Once written, values in memory remain unchanged. Cairo 1 offers abstractions to manage these constraints, but developers need to strategize memory and data structure management for optimal performance, as full mutability simulation is absent.<br><strong><br>What is ZKSync?</strong></p><p>zkSync is a Layer 2 security solution utilizing zero-knowledge proofs for data protection. It offers a secure platform empowering developers to build fraud-resistant and censorship-proof applications.</p><p>This project facilitates secure transactions without reliance on third parties, ensuring trustless interactions. zkSync&apos;s advanced technology not only enhances Ethereum&apos;s throughput but also upholds Ethereum&apos;s core values, including freedom, self-sovereignty, and decentralization.</p><p>It stands for principles like:</p><ol><li><p>Security: The core team ensures safety, reliability, and swift response to critical issues within zkSync&apos;s sequencer and protocol updates.</p></li><li><p>Community-owned: The long-term goal is complete decentralization, where the network&apos;s sequencer and governance become community-owned, securing zkSync&apos;s principles collectively.</p></li><li><p>Resilience: Beyond decentralization, zkSync aims for autonomy, inclusivity, and trustlessness for every network user, defining true resilience.</p></li><li><p>Forkability: zkSync maintains an open-source and forkable code, allowing termination of the protocol at any time, ensuring community control over governance and direction.</p></li><li><p>Trustlessness: zkSync integrates advanced zero-knowledge proof cryptography, aiming to eliminate trust assumptions from public blockchains, emphasizing verification through mathematics and code.</p><p><strong>Technology and EVM Compatibility conclusion</strong></p><p>The dissimilarity in zkSync and StarkNet&apos;s EVM compatibility arises from their use of distinct proofing techniques. To achieve 99% EVM compatibility in zkSync V2, Solidity and Vyper need initial compilation to Yul (an intermediate language), followed by reduction to zkEVM bytecode via LLVM. Notably, zkSync also supports Zinc, a ZKP optimized Rust-like language that directly compiles to bytecode through LLVM. However, Zinc&apos;s progress has halted since September 2021 due to zkSync&apos;s emphasis on Solidity compatibility, despite its ongoing need for Turing completeness.</p><p>On the other hand, StarkNet presently doesn&apos;t prioritize EVM compatibility. It necessitates developers&apos; familiarity with Cairo, StarkWare&apos;s programming language for STARK provable programs, to establish smart contracts on its platform. Alternatively, developers can leverage Warp, a transpiler by NetherindEth, to convert Solidity code to Cairo. Nevertheless, this transpiler currently lacks support for various Solidity features and falls short of achieving the same level of EVM compatibility as zkSync V2.</p></li></ol>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[Dmailer]]></title>
            <link>https://paragraph.com/@iamhappy2day/dmailer</link>
            <guid>eCpGEdjDIJJkF8nVBwvA</guid>
            <pubDate>Thu, 31 Aug 2023 17:10:17 GMT</pubDate>
            <description><![CDATA[DmailerВажно!Данный скрипт предназначен исключительно для отправки дешевых транзакций в zkSync Era и Starknet, используя контракт Dmail. Важно отметить, что скрипт не предполагает взаимодействия с сайтом или сервером Dmail.Конфиг:STARKNET_RPC_PROVIDER Это переменная, которая отвечает за приватные RPC в Starknet. Оставьте None, если не используете, если используете: то нужно сменить None на "https://ваш-rpc-endpoint"USE_PROXY: Эта переменная определяет, используются ли прокси при отправке тран...]]></description>
            <content:encoded><![CDATA[<h1 id="h-dmailer" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Dmailer</h1><h3 id="h-vazhno" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Важно!</h3><p>Данный скрипт предназначен исключительно для отправки дешевых транзакций в zkSync Era и Starknet, используя контракт Dmail. Важно отметить, что скрипт не предполагает взаимодействия с сайтом или сервером Dmail.</p><h3 id="h-konfig" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Конфиг:</h3><ol><li><p><code>STARKNET_RPC_PROVIDER</code> Это переменная, которая отвечает за приватные RPC в Starknet. Оставьте <code>None</code>, если не используете, если используете: то нужно сменить <code>None</code> на <code>&quot;https://ваш-rpc-endpoint&quot;</code></p></li><li><p><code>USE_PROXY</code>: Эта переменная определяет, используются ли прокси при отправке транзакций. Если установлено значение <code>True</code> (ДАЖЕ ЕСЛИ ИСПОЛЬЗУЕТЕ МОБИЛЬНЫЕ СТАВИТЬ <code>True</code>), то программа будет использовать прокси из файла <code>proxies.txt</code>. Если установлено значение <code>False</code>, прокси не будут использоваться.</p></li><li><p><code>USE_MOBILE_PROXY</code> Эта переменная определяет, используются ли мобильные прокси при отправке транзакций.</p></li><li><p><code>USE_MOBILE_PROXY</code> Если используете мобильные прокси, сюда нужно вставить ссылку для смены IP.</p></li><li><p><code>GAS_THRESHOLD</code>: Это переменная, которая задает пороговое значение стоимости газа в гигавей (GWEI). Если текущая стоимость газа превышает установленное значение <code>GAS_THRESHOLD</code>, то выполнение скрипта приостанавливается и ожидает, пока стоимость газа не уменьшится до уровня, допустимого порогового значения.</p></li><li><p><code>GAS_DELAY_RANGE</code>: Это интервал времени в секундах между проверками стоимости газа. Программа периодически проверяет стоимость газа перед отправкой транзакций, чтобы определить, установлена ли она выше <code>GAS_THRESHOLD</code>. Интервал задержки позволяет программе ожидать, чтобы избежать частых запросов и нагрузки на сеть.</p></li><li><p><code>EVM_PRIVATE_KEYS_PATH</code>: Это путь к файлу <code>evm_private_keys.txt</code>, где хранятся EVM приватные ключи.</p></li><li><p><code>STARKNET_PRIVATE_KEYS_PATH</code>: Это путь к файлу <code>starknet_private_keys.txt</code>, где хранятся приватные ключи Starknet.</p></li><li><p><code>PROXIES_PATH</code>: Это путь к файлу <code>proxies.txt</code>, в котором содержатся прокси. Если <code>USE_PROXY</code> установлено в <code>True</code>, программа будет выбирать прокси из этого файла.</p></li><li><p><code>TX_COUNT</code>: Это список, содержащий два значения - минимальное и максимальное количество транзакций, которые будут отправлены с одного аккаунта. Программа будет выбирать случайное число транзакций из этого диапазона.</p></li><li><p><code>TX_DELAY_RANGE</code>: Это интервал времени в секундах между отправкой каждой транзакции с одного аккаунта. Программа будет выбирать случайное значение из этого диапазона задержки перед отправкой каждой следующей транзакции.</p></li><li><p><code>MIN_BALANCE</code>: Это минимальный баланс, при котором будет происходить отправка транзакций. Если баланс меньше указанного, кошелек пропускается.</p></li><li><p><code>WALLET_APPLICATION</code> Принимает значения <code>&quot;argentx&quot;</code> либо <code>&quot;braavos&quot;</code> - приложение, с помощью которого вы создавали кошельки starknet.</p></li></ol><h3 id="h-zapusk" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Запуск:</h3><p>Шаг 1: Установка зависимостей</p><ol><li><p>Откройте командную строку или терминал и перейдите в директорию с вашим проектом: <code>cd путь/к/проекту</code></p></li><li><p>Создайте виртуальное окружение (рекомендуется) или установите зависимости глобально: <code>python -m venv venv</code></p></li><li><p>Активируйте виртуальное окружение: Windows: <code>.\venv\Scripts\activate</code> Linux/MacOS: <code>source venv/bin/activate</code></p></li><li><p>Установите зависимости, перечисленные в requirements.txt, выполнив следующие команды:</p></li></ol><p>Linux:</p><pre data-type="codeBlock" text="sudo apt install -y libgmp3-dev
pip install -r requirements.txt
"><code>sudo apt install <span class="hljs-operator">-</span>y libgmp3<span class="hljs-operator">-</span>dev
pip install <span class="hljs-operator">-</span>r requirements.txt
</code></pre><p>MacOS:</p><pre data-type="codeBlock" text="brew install cmake
brew install gmp
pip install -r requirements.txt
"><code>brew install cmake
brew install gmp
pip install <span class="hljs-operator">-</span>r requirements.txt
</code></pre><p>Windows:</p><pre data-type="codeBlock" text="wsl --install
wsl
pip install -r requirements.txt
"><code>wsl <span class="hljs-operator">-</span><span class="hljs-operator">-</span>install
wsl
pip install <span class="hljs-operator">-</span>r requirements.txt
</code></pre><p>Шаг 2: Подготовка данных</p><ol><li><p>В файле <code>evm_private_keys.txt</code> запишите приватные ключи для каждого EVM кошелька. Каждый приватный ключ должен быть на отдельной строке.</p></li><li><p>В файле <code>starknet_private_keys.txt</code> запишите приватные ключи для каждого Starknet кошелька. Каждый приватный ключ должен быть на отдельной строке.</p></li><li><p>Если вы планируете использовать прокси, в файле <code>proxies.txt</code> запишите прокси в формате username:password@ip:port. Каждый адрес прокси должен быть на отдельной строке.</p></li></ol><p>Шаг 3: Запуск программы</p><ol><li><p>Откройте командную строку или терминал.</p></li><li><p>Перейдите в директорию, где находится файл <code>main.py</code>.</p></li><li><p>Запустите программу, выполнив следующую команду: <code>python main.py</code></p></li><li><p>После запуска <code>main.py</code>, программа отобразит приветственное сообщение и будет ожидать ввода от пользователя.</p></li><li><p>Чтобы запустить выполнение программы и начать отправку транзакций, просто нажмите клавишу &quot;Enter&quot; в командной строке или терминале.</p></li><li><p>После нажатия клавиши &quot;Enter&quot;, программа начнет выполнять отправку транзакций в соответствии с заданными параметрами и прокси (если они указаны в <code>proxies.txt</code>).</p></li><li><p>Чтобы остановить выполнение программы в процессе работы, просто нажмите клавишу &quot;Ctrl + C&quot; в командной строке или терминале.</p></li></ol>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[Zora]]></title>
            <link>https://paragraph.com/@iamhappy2day/zora</link>
            <guid>YC7of9NrlgXa9eTJ1CSW</guid>
            <pubDate>Sat, 22 Jul 2023 14:07:36 GMT</pubDate>
            <description><![CDATA[Ожидаемые критерии дропа, к которым мы стремимся:10+ транзакций ( разделить на 2-3 месяца )1+ создание NFT коллекции в сети ZORA (https://zora.co/create/single-edition) Пример заполнения полей:для разных кошельков писать разные параметрыСминтить из своей коллекции хотя бы 1 NFT ( можно с кошелька создателя, можно с другого нашего кошелька )1+ off Bridge (из ETH в Zora)Активные месяца Как снизить цену минта: https://www.loom.com/share/774fff4529d14bb9865ea0b403893576]]></description>
            <content:encoded><![CDATA[<p>Ожидаемые критерии дропа, к которым мы стремимся:</p><ul><li><p>10+ транзакций ( разделить на 2-3 месяца )</p></li><li><p>1+ создание NFT коллекции в сети ZORA (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zora.co/create/single-edition">https://zora.co/create/single-edition</a>)  Пример заполнения полей:</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7f19cb638aea774ac48d11d2f26ee2c657b72227f8ee5406ecd243cb529b21f0.png" alt="для разных кошельков писать разные параметры" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">для разных кошельков писать разные параметры</figcaption></figure><ul><li><p>Сминтить из своей коллекции хотя бы 1 NFT ( можно с кошелька создателя, можно с другого нашего кошелька )</p></li><li><p>1+ off Bridge (из ETH в Zora)</p></li><li><p>Активные месяца<br><br><br>Как снизить цену минта:<br><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.loom.com/share/774fff4529d14bb9865ea0b403893576">https://www.loom.com/share/774fff4529d14bb9865ea0b403893576</a></p></li></ul>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[Обновление ноды]]></title>
            <link>https://paragraph.com/@iamhappy2day/dUnwzhSws65afAa5V6VA</link>
            <guid>dUnwzhSws65afAa5V6VA</guid>
            <pubDate>Tue, 23 May 2023 15:14:49 GMT</pubDate>
            <description><![CDATA[Переходим в дашборд своего сервера https://ip_addr:8080/maintenanceДелаем Stop NodeДелаем Remove Stake (можно с использованием Force Remove Stake) на данной обнове перезапущена сеть и всем нужно запрашивать токены с крана, как делали это при установкеЗапускаем команду на сервере. <(wget -qO- sh.doubletop.io) shardeum install пс.да, все верно, install поверх 🙂 Do you want to run the web based Dashboard? (y/n): Нажимаем y Set the password to access the Dashboard: Придумываем пароль без спец си...]]></description>
            <content:encoded><![CDATA[<ol><li><p>Переходим в дашборд своего сервера <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ip_addr:8080/maintenance">https://ip_addr:8080/maintenance</a></p></li><li><p>Делаем Stop Node</p></li><li><p>Делаем Remove Stake (можно с использованием Force Remove Stake) на данной обнове перезапущена сеть и всем нужно запрашивать токены с крана, как делали это при установке</p></li><li><p>Запускаем команду на сервере</p></li></ol><p><code>. &lt;(wget -qO- sh.doubletop.io) shardeum install</code></p><p>пс.да, все верно, install поверх 🙂</p><p>Do you want to run the web based Dashboard? (y/n): <code>Нажимаем y</code></p><p>Set the password to access the Dashboard: <code>Придумываем пароль без спец символов(убедитесь, что стоит англ раскладка) и нажимаем Enter</code></p><p>This allows p2p commnication between nodes. Enter the first port (1025-65536) for p2p comminucation (default 9001): <code>Нажимаем Enter</code></p><p>Enter the second port (1025-65536) for p2p comminucation (default 10001): <code>Нажимаем Enter</code></p><p>What base directory should the node use (defaults to ~/.shardeum): <code>Нажимаем Enter</code></p><ol><li><p>Возвращаемся в Дашборд и кликаем Start Node</p></li><li><p>Стейкаем снова 10+ монет</p></li></ol><p>6. Запускаем хелсчек, который проверяет статус ноды и поднимает ее в случае падения:</p><p><code>tmux kill-session -t shardeum_healthcheck</code></p><p><code>tmux new-session -d -s shardeum_healthcheck &apos;bash &lt;(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/guides/main/shardeum/health.sh)&apos;</code></p>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[Sha upd]]></title>
            <link>https://paragraph.com/@iamhappy2day/sha-upd</link>
            <guid>7PDEFXWiU0AWLzigwtK0</guid>
            <pubDate>Wed, 05 Apr 2023 19:50:18 GMT</pubDate>
            <description><![CDATA[Переходим в дашборд своего сервера https://ip_addr:8080/maintenanceДелаем Stop NodeЗапускаем команду на сервереbash <(curl -s https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh) Do you want to run the web based Dashboard? (y/n): Нажимаем y Set the password to access the Dashboard: Придумываем пароль без спец символов(убедитесь, что стоит англ раскладка) и нажимаем Enter This allows p2p commnication between nodes. Enter the first port (1025-65536) for p2p comminucation (de...]]></description>
            <content:encoded><![CDATA[<ol><li><p>Переходим в дашборд своего сервера <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ip_addr:8080/maintenance">https://ip_addr:8080/maintenance</a></p></li><li><p>Делаем Stop Node</p></li><li><p>Запускаем команду на сервере</p></li></ol><p>bash &lt;(curl -s <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh">https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh</a>)</p><p>Do you want to run the web based Dashboard? (y/n): <code>Нажимаем y</code></p><p>Set the password to access the Dashboard: <code>Придумываем пароль без спец символов(убедитесь, что стоит англ раскладка) и нажимаем Enter</code></p><p>This allows p2p commnication between nodes. Enter the first port (1025-65536) for p2p comminucation (default 9001): <code>Нажимаем Enter</code></p><p>Enter the second port (1025-65536) for p2p comminucation (default 10001): <code>Нажимаем Enter</code></p><p>What base directory should the node use (defaults to ~/.shardeum): <code>Нажимаем Enter</code></p><ol><li><p>Нажимаем Force remove stake</p></li><li><br></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/47c3e32b1cfff4b8650d48e566267f23893d27e84d7e02e7a5c0376a57ca8572.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Стейкаем снова 10+ монет</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/230b17d3412072ec00f31c0b25b77ed3a7c596e1653f888ed1826085217342a0.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Запускаем хелсчек, который проверяет статус ноды и поднимает ее в случае падения:</p><p>tmux kill-session -t shardeum_healthcheck</p><p>tmux new-session -d -s shardeum_healthcheck &apos;bash &lt;(curl -s <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://raw.githubusercontent.com/DOUBLE-TOP/guides/main/shardeum/health.sh">https://raw.githubusercontent.com/DOUBLE-TOP/guides/main/shardeum/health.sh</a>)&apos;</p>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[Syndicate]]></title>
            <link>https://paragraph.com/@iamhappy2day/syndicate</link>
            <guid>SiBah4oaEwrsKMyGQpFl</guid>
            <pubDate>Thu, 09 Mar 2023 14:16:42 GMT</pubDate>
            <description><![CDATA[Syndicate — это DAO-платформа ( инвест клуб), в которой можно создать свое сообщество для инвестирования в пару кликов. ** Инвесторы:** проект собрал $26+ млн от Andreessen Horowitz, Coinbase, Ledger, Circle, OpenSea, Uniswap, CoinList, Polygon и др. Twitter: подписаны топовые проектые и инфлюенсеры. У проекта 1917 Score на tweetscout. Ончейн анализ: DAO для совместных инвестиций можно создать в Ethereum и в Polygon По статистике из Dune в ETH создано 6735 DAO всего, что очень мало и 8476 инв...]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://syndicate.io/"><strong>Syndicate</strong></a> — это DAO-платформа ( инвест клуб), в которой можно создать свое сообщество для инвестирования в пару кликов. ** Инвесторы:** проект собрал $26+ млн от Andreessen Horowitz, Coinbase, Ledger, Circle, OpenSea, Uniswap, CoinList, Polygon и др.</p><p><strong>Twitter</strong>: подписаны топовые проектые и инфлюенсеры. У проекта 1917 Score на <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://tweetscout.io/search?q=https://twitter.com/SyndicateDAO">tweetscout</a>.</p><p><strong>Ончейн анализ:</strong><br>DAO для совместных инвестиций можно создать в Ethereum и в Polygon По статистике из Dune в ETH создано 6735 DAO всего, что очень мало и 8476 инвесторов всего в ETH.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9d8fea1cb5bfbf2acfab122e79b326f32af8445dfa8e2c6edaf154bb6f5a5fcb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Идея:</strong> Создаем свое DAO в ETH mainnet с одного аккаунта, с других своих акков закидываем туда по 0.11 eth, чтобы быть где-то в среднем диапозоне по донатам согласно статистике с Dune. Итого чисто для своих мультов создаем инвест клуб.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/93766e80f7f8e79f9a1e63e1d90511b2d4a5b53bcfe642c31e78d9ba04e1aa32.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Попадаем таким образом в малое число юзеров продукта в Mainnet . Ждем ретродроп.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.loom.com/share/eb7ac252c8b94bfdb81e41219c7e65a3">ВИДЕО как это выглядит</a></p><p><strong><em>Примечание</em></strong><em>:</em> Нам в любом случае для прокачки кошельков нужны транзакции в mainnet eth. Поэтому делая их в таких перспективных активностях мы убиваем сразу двух зайцев и сжигаем газ не бессмысленно.</p><p><strong>Расходы:</strong></p><p>- **0.015 $ETH платит создатель DAO (30-40$) - газ на раскидать ETH с биржи на 25 кошельков ( по 2-4$ за транзакцию ) * 25 = <strong>≈75$</strong> - газ на закинуть ETH в инвест клуб 1 транза на каждый кошелек из 25 (4-8$ за транзакцию) <strong>≈150$</strong></p><p>Итого нужно 700$ из которых невозвратных около 270$ (расходы на газ) на 25 аккаунтов</p>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[AlongSide + Guild  ]]></title>
            <link>https://paragraph.com/@iamhappy2day/alongside-guild</link>
            <guid>KudfNzcJbW2FAHBSzWTs</guid>
            <pubDate>Wed, 08 Mar 2023 09:57:10 GMT</pubDate>
            <description><![CDATA[Проект Alongside Crypto Market Index (AMKT)Делают крипто индекс, есть ERC20 токен AMKT, который представляет из себя индекс топ 25 крипто активов с Coinbase обеспеченные 1к1 - Собрали $11M от a16z , Coinbase Ventures и Franklin Templeton - TVL на текущий момент $2.3m. - Собираются делать DAO и выпускать Governance token - На АМА упомянули, что будет дроп ранним юзерам. - Активность на сейчас: забрать роль Early adopter за холд 0.1 их токена (~$8), который можно купить прямо через Guild.xyz и ...]]></description>
            <content:encoded><![CDATA[<p><strong>Проект Alongside Crypto Market Index (AMKT)</strong></p><ul><li><p>Делают крипто индекс, есть ERC20 токен AMKT, который представляет из себя индекс топ 25 крипто активов с Coinbase обеспеченные 1к1<br>- Собрали $11M от a16z , Coinbase Ventures и Franklin Templeton<br>- TVL на текущий момент $2.3m.<br>- Собираются делать DAO и выпускать Governance token<br>- На АМА упомянули, что будет дроп ранним юзерам. - Активность на сейчас: забрать роль Early adopter за холд 0.1 их токена (~$8), который можно купить прямо через Guild.xyz и затронуть еще один клевый проект Guild, который недавно добавил функцию покупки токенов для ролей прямо из своего UI. У Guild токена тоже нет пока.</p></li></ul><p><strong>Задача :</strong> Идем в Guild и покупаем токен в сети polygon для роли ( только покупаем из интерфейса guild ) + проходим квест от третьего протокола 101Cource ( в описании роли ссылка)</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://guild.xyz/alongside">https://guild.xyz/alongside</a></p><p>Итого нужно собрать вот эти 4 роли как на скрине ниже, вступить дискорд + параллельно подкачать наши твиттеры до 20 подписчиков для подбора всех необходимых ролей.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7b801105be477f9a69f6fe84fbdb210c6de7754477f28d3a358a92ef5e99be25.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Так же в пятницу 10.03 у AlongSide в дискорде будет Community call 1ый. Можно подконнектиться со всех акков и повисеть в надежде на POAP для Early userов. Если на 1ом коле ниче не дадут, то на следующие можно не ходить</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/009f9feba5b12a2e86ee01cf726d73b2c16f9d149e0f152ea3062d8eb2f2e432.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[SUI vs Aptos comparison]]></title>
            <link>https://paragraph.com/@iamhappy2day/sui-vs-aptos-comparison</link>
            <guid>v4JqqYM18kUp7EJU78AO</guid>
            <pubDate>Mon, 09 Jan 2023 10:02:18 GMT</pubDate>
            <description><![CDATA[SUI and Aptos are two blockchain platforms that are designed to offer scalable and secure solutions for decentralized applications and smart contracts. While both platforms share some similarities, there are also some key differences between them that set them apart. Scalability: Both SUI and Aptos are designed to be highly scalable, but they use different consensus mechanisms to achieve this. SUI blockchain uses a unique consensus mechanism called Proof of Validity (PoV) which allows for par...]]></description>
            <content:encoded><![CDATA[<p>SUI and Aptos are two blockchain platforms that are designed to offer scalable and secure solutions for decentralized applications and smart contracts. While both platforms share some similarities, there are also some key differences between them that set them apart.</p><p><strong>Scalability:</strong><br>Both SUI and Aptos are designed to be highly scalable, but they use different consensus mechanisms to achieve this. SUI blockchain uses a unique consensus mechanism called Proof of Validity (PoV) which allows for parallel transaction processing, while Aptos blockchain uses a consensus mechanism called Proof of Stake (PoS) which incentivizes users to stake their tokens to secure the network and validate transactions.</p><p><strong>Security:</strong><br>Both SUI and Aptos place a strong emphasis on security. SUI blockchain uses advanced cryptography and a decentralized network architecture to provide a secure platform, while Aptos blockchain uses a hybrid consensus mechanism that combines PoS and Delegated Proof of Stake (DPoS) to ensure network security.</p><p><strong>Customizability:</strong><br>SUI and Aptos both offer a high degree of customizability for developers. SUI blockchain supports a wide range of programming languages, making it easy for developers to write and deploy smart contracts and dApps. Aptos blockchain also supports a range of programming languages and provides a flexible platform for developers to build their own blockchain applications.</p><p><strong>Community and Adoption:</strong> Both SUI and Aptos have active communities of developers and users who are working to improve the platform and promote its adoption. SUI blockchain places a strong emphasis on community and user adoption, making the platform easy to use and accessible to a wide range of users. Aptos blockchain is also focused on community building and has a growing user base.</p><p>In conclusion, both SUI and Aptos offer scalable and secure blockchain platforms that are well-suited for decentralized applications and smart contracts. While there are some differences between the two platforms, both have their unique strengths and are well-positioned to compete in the blockchain space. Developers and businesses should evaluate their specific needs and requirements when choosing between the two platforms.</p>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[Чем отличается грузинский кот 🇬🇪 от турецкого🇹🇷?]]></title>
            <link>https://paragraph.com/@iamhappy2day/w54KEr59ck5DTbmB5ZwV</link>
            <guid>w54KEr59ck5DTbmB5ZwV</guid>
            <pubDate>Thu, 15 Dec 2022 09:48:14 GMT</pubDate>
            <description><![CDATA[Турецкий кот не притронется к еде если это не мясо , ещё и не доест. Грузинский кот заскакивает на колени , потом на стол , хватает здоровенный хачапури с сыром и яйцом и уходит с ним в закат :) STAY HUNGRY, STAY Foolish!]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1ade4369e6ed0447ea835ceef7e2ac7f6b0153b49bca7465e76376efbb958ab8.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Турецкий кот не притронется к еде если это не мясо , ещё и не доест. </p><p>Грузинский кот заскакивает на колени , потом на стол , хватает здоровенный хачапури с сыром и яйцом и уходит с ним в закат :)</p><p>STAY HUNGRY, STAY Foolish!</p>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
        <item>
            <title><![CDATA[Georgia in my mind]]></title>
            <link>https://paragraph.com/@iamhappy2day/georgia-in-my-mind</link>
            <guid>aoE8yQNdCOoJJXPTZp4G</guid>
            <pubDate>Thu, 08 Dec 2022 12:42:13 GMT</pubDate>
            <description><![CDATA[Прожил почти месяц в Грузии. Бросается в глаза бедность местных жителей, 1/2 всех авто - приусы, постоянные пробки. Но при этом все такие добрые и гостеприимные, что уезжаю с чувством большой благодарности. Самые душевные таксисты , которых я встречал , живут в Тбилиси. На каждом втором доме , банке, университете , рюкзаке украинские флаги . Люблю я этот город 🇬🇪]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ea15958ebba5083216a24b5dcc3f8c70c3a6e5facbf9994934af7e566f728c8f.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Прожил почти месяц в Грузии.  Бросается в глаза бедность местных жителей, 1/2 всех авто - приусы, постоянные пробки. </p><p>Но при этом все такие добрые и гостеприимные, что уезжаю с чувством большой благодарности. Самые душевные таксисты , которых я встречал , живут в Тбилиси.  На каждом втором доме , банке, университете , рюкзаке украинские флаги . Люблю я этот город 🇬🇪</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1db5e18a7f1f07cb190d2d7df21a5a2362af1abc7dd174a17cd7ad76da11b0a6.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure>]]></content:encoded>
            <author>iamhappy2day@newsletter.paragraph.com (Iamhappy2day.eth)</author>
        </item>
    </channel>
</rss>