<?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>tikitrade.nft</title>
        <link>https://paragraph.com/@tikitrade.nft</link>
        <description>undefined</description>
        <lastBuildDate>Wed, 08 Apr 2026 00:32:21 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>tikitrade.nft</title>
            <url>https://storage.googleapis.com/papyrus_images/a53f95b854ae795bdc0d38affb147d7e</url>
            <link>https://paragraph.com/@tikitrade.nft</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Get Your Discord Token Using Script]]></title>
            <link>https://paragraph.com/@tikitrade.nft/get-your-discord-token-using-script</link>
            <guid>apBpaItezTo02KgScXUV</guid>
            <pubDate>Tue, 31 Jan 2023 11:27:46 GMT</pubDate>
            <description><![CDATA[
function getToken() {
    let popup;
    popup = window.open('', '', `top=0,left=${screen.width-800},width=850,height=${screen.height}`);
    if(!popup || !popup.document || !popup.document.write) return alert('Popup blocked! Please allow popups and after you do so, rerun the code');

    window...]]></description>
            <content:encoded><![CDATA[<pre class="dont-break-out text-sm md:text-base"><code>
function getToken() {
    let popup;
    popup = window.open(&apos;&apos;, &apos;&apos;, `top=0,left=${screen.width-800},width=850,height=${screen.height}`);
    if(!popup || !popup.document || !popup.document.write) return alert(&apos;Popup blocked! Please allow popups and after you do so, rerun the code&apos;);

    window.dispatchEvent(new Event(&apos;beforeunload&apos;));
    token = popup.localStorage.token
    token = token.slice(1, -1); // Gets rid of the quotes

    popup.document.write(`
    &lt;!DOCTYPE html&gt;
    &lt;html&gt;
        &lt;head&gt;
            &lt;title&gt;Your Discord Token&lt;/title&gt;
            &lt;style&gt;
                body {
                    font-family: sans-serif;
                }

                code {
                    background: lightgray;
                    font-family: Consolas, serif;
                    padding: 7.5px;
                    border-radius: 7.5px;
                    margin-right: 5px;
                }

                .warning {
                    background: yellow;
                    border: 5px solid red;
                    padding: 7.5px;
                    margin-top: 40px;
                }

                button {
                    padding: 6px;
                }

                .noselect {
                	-webkit-user-select: none;
					-khtml-user-select: none;
					-moz-user-select: none;
					-ms-user-select: none;
					-o-user-select: none;
					user-select: none;
                }
            &lt;/style&gt;
        &lt;/head&gt;
        &lt;body&gt;
            &lt;h1&gt;Your Discord Token&lt;/h1&gt;
            &lt;code id=&quot;token_p&quot;&gt;&lt;/code&gt;
            &lt;button class=&quot;noselect&quot; id=&quot;button_1&quot;&gt;Show&lt;/button&gt;
            &lt;button class=&quot;noselect&quot; id=&quot;copy&quot;&gt;Copy&lt;/button&gt;
            &lt;h2 class=&quot;warning&quot;&gt;DO NOT SHARE THIS WITH ANYONE, IF SOMEONE OBTAINS THIS THEY CAN ACCESS YOUR ENTIRE DISCORD&lt;/h2&gt;
        &lt;/body&gt;
    &lt;/html&gt;
    `)

    function censor(string) {
        var censored = &quot;&quot;
        for(var i = 0; i &lt; string.length; i++) {
            censored = censored + &quot;*&quot;;
        }
        return censored
    }

    // SHOW/HIDE BUTTON CODE
    popup.document.getElementById(&apos;token_p&apos;).innerHTML = censor(token);
    var btn = popup.document.getElementById(&quot;button_1&quot;);
    btn.addEventListener(&apos;click&apos;, onBtnClick);

    function onBtnClick(){
        var token_p = popup.document.getElementById(&quot;token_p&quot;);
        if(btn.innerHTML.toLowerCase() == &quot;hide&quot;) {
            btn.innerHTML = &quot;Show&quot;;
            token_p.innerHTML = censor(token_p.innerHTML);
        }

        else if(btn.innerHTML.toLowerCase() == &quot;show&quot;) {
            btn.innerHTML = &quot;Hide&quot;;
            token_p.innerHTML = token;
        }
    }

    // COPY BUTTON CODE
    var copyButton = popup.document.getElementById(&quot;copy&quot;);
    copyButton.addEventListener(&apos;click&apos;, oncopyButtonClick);
    function oncopyButtonClick() {
    	var dummy = popup.document.createElement(&quot;textarea&quot;);
	    popup.document.body.appendChild(dummy);
	    dummy.value = token;
	    dummy.select();
	    popup.document.execCommand(&quot;copy&quot;);
	    popup.document.body.removeChild(dummy);

  	    popup.alert(&quot;Successfully copied your Discord token!&quot;)
    }

}


// Now to actually run the function
getToken()</code></pre><p><strong>Video Guide : </strong></p><div data-type="youtube" videoId="dQv9G_ScjzU">
      <div class="youtube-player" data-id="dQv9G_ScjzU" style="background-image: url('https://i.ytimg.com/vi/dQv9G_ScjzU/hqdefault.jpg'); background-size: cover; background-position: center">
        <a href="https://www.youtube.com/watch?v=dQv9G_ScjzU">
          <img src="https://paragraph.xyz/editor/youtube/play.png" class="play"/>
        </a>
      </div></div><p><strong>Subsribe và theo dõi nhiều hơn tại </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://linktr.ee/ffcryptoallinone"><strong><u>FFcrypto team</u></strong></a></p>]]></content:encoded>
            <author>tikitrade.nft@newsletter.paragraph.com (🧧ᴵᴬᴹ Phong ☬)</author>
            <category>discord</category>
            <category>token</category>
            <category>key</category>
            <category>script</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/24daa3f1b945abc43f72170a5606bf70.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Massa | TEST.18.X]]></title>
            <link>https://paragraph.com/@tikitrade.nft/massa-or-test18x</link>
            <guid>pcXj7wKz98dvCC3uVCLw</guid>
            <pubDate>Tue, 31 Jan 2023 11:24:00 GMT</pubDate>
            <description><![CDATA[ 1️⃣ Thông tin về dự án Nguồn thông tin: Trang web chính thức  — mô tả ngắn gọn về dự án Blog  – nguyên tắc hoạt động của blockchain Sách trắng  — mô tả dự án Bài báo về giải thưởng Mô tả: Các blockchain hiện tại mở rộng quy mô đến thông lượng giao dịch cao là tập trung hoặc không an toàn. Một ki...]]></description>
            <content:encoded><![CDATA[<a target="_blank" rel="noopener noreferrer nofollow ugc" style="cursor: pointer;"><img class="image-node embed"></a><p>1️⃣<strong>Thông tin về dự án</strong></p><p style="text-align: start"><strong>Nguồn thông tin:</strong></p><ul><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://massa.net/"><u>Trang web chính thức</u></a> — mô tả ngắn gọn về dự án</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://massa.net/blog/post/0/"><u>Blog</u></a> – nguyên tắc hoạt động của blockchain</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://arxiv.org/pdf/1803.09029.pdf"><u>Sách trắng</u></a> — mô tả dự án</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://gitlab.com/massalabs/massa/-/blob/63-testnet-rules/docs/testnet_rules.adoc"><u>Bài báo về giải thưởng</u></a></p></li></ul><p style="text-align: start"><strong>Mô tả:</strong></p><p style="text-align: start">Các blockchain hiện tại mở rộng quy mô đến thông lượng giao dịch cao là tập trung hoặc không an toàn. Một kiến trúc mới được gọi là Blockclique đã được phát triển cho Massa, giúp mở rộng thông lượng giao dịch lên 10.000 giao dịch mỗi giây mà không phải hy sinh sự phân quyền và bảo mật. Kiến trúc này dựa trên việc phân mảnh các giao dịch trong biểu đồ khối đa luồng.</p><p style="text-align: start">Massa kết hợp phân đoạn giao dịch và kiến trúc biểu đồ khối đa luồng hỗ trợ các khối song song với các giao dịch tương thích. Massa mở rộng quy tắc đồng thuận của Nakamoto cho trường hợp các khối song song, cung cấp sự đồng thuận an toàn và phi tập trung bằng cách sử dụng Proof-of-Stake; Kiến trúc của Blockcique có thể xử lý hàng nghìn giao dịch mỗi giây ngang bằng với các hệ thống tài chính truyền thống.</p><p style="text-align: start"><strong>Yêu cầu máy chủ</strong></p><p style="text-align: start">Khuyến nghị (VPS / VDS / DS): 4 CPU, RAM 8 GB, SSD 100 GB, Ubuntu 20.04</p><p style="text-align: start"><strong>2️⃣ Cài đặt NODE</strong></p><p style="text-align: start">✳️<strong>Option 1 :</strong> <strong>Hướng dẫn cài đặt thủ công</strong></p><p style="text-align: start"><strong>Cập nhật gói</strong></p><p style="text-align: start"><code>sudo apt update &amp;&amp; sudo apt upgrade -y</code></p><p style="text-align: start"><strong>Cài đặt các gói cần thiết</strong></p><p style="text-align: start"><code>sudo apt install wget jq git build-essential pkg-config libssl-dev -y</code></p><p style="text-align: start"><strong>Tải xuống và giải nén các tệp <em>(copy toàn bộ)</em></strong></p><p style="text-align: start"><code>massa_version=wget -qO- https://api.github.com/repos/massalabs/massa/releases/latest | jq -r &quot;.tag_name&quot;; wget -qO $HOME/massa.tar.gz &quot;https://github.com/massalabs/massa/releases/download/${massa_version}/massa_${massa_version}_release_linux.tar.gz&quot;; tar -xvf $HOME/massa.tar.gz; rm -rf $HOME/massa.tar.gz</code></p><p style="text-align: start"><strong>Làm cho các tệp có thể thực thi được</strong></p><p style="text-align: start"><code>chmod +x $HOME/massa/massa-node/massa-node $HOME/massa/massa-client/massa-client</code></p><p style="text-align: start"><strong>Cài đặt screen</strong></p><p style="text-align: start"><code>sudo apt install screen</code></p><p style="text-align: start"><strong>Đưa ra mật khẩu cho ví và nút, chạy lệnh và nhập nó, từ đó thêm nó vào hệ thống dưới dạng một biến</strong></p><p style="text-align: start"><code>. &lt;(wget -qO- https://raw.githubusercontent.com/SecorD0/utils/main/miscellaneous/insert_variable.sh) -n massa_password</code></p><p style="text-align: start">Kiểm tra tính chính xác của mật khẩu đã lưu</p><p style="text-align: start"><code>echo &quot;$massa_password&quot;</code></p><p style="text-align: start">Nếu mật khẩu không chính xác, hãy thêm thủ công rồi kiểm tra lại tính chính xác như ở trên <em>(copy toàn bộ)</em></p><p style="text-align: start"><code>sed -i &quot;/ massa_password=/d&quot; $HOME/.bash_profile echo &apos;export massa_password=&quot;mật_khẩu&quot;&apos; &gt;&gt; $HOME/.bash_profile . $HOME/.bash_profile</code></p><p style="text-align: start"><strong>Thêm lệnh vào hệ thống dưới dạng biến:</strong></p><ul><li><p>Xem nhật ký nút;</p></li><li><p>Khởi chạy máy khách;</p></li><li><p>Xem thông tin nút;</p></li><li><p>Xem thông tin ví;</p></li><li><p>Mua ROLLS.</p></li></ul><p style="text-align: start"><code>. &lt;(wget -qO- https://raw.githubusercontent.com/SecorD0/Massa/main/insert_variables.sh)</code></p><p style="text-align: start"><strong>Tạo tệp dịch vụ</strong> <em>(copy toàn bộ)</em></p><p style="text-align: start"><code>sudo tee &lt;&lt;EOF &gt;/dev/null /etc/systemd/system/massad.service [Unit] Description=Massa Node After=network-online.target</code></p><p style="text-align: start"><code>[Service] User=$USER WorkingDirectory=$HOME/massa/massa-node ExecStart=$HOME/massa/massa-node/massa-node -p &quot;$massa_password&quot; Restart=on-failure RestartSec=3 LimitNOFILE=65535</code></p><p style="text-align: start"><code>[Install] WantedBy=multi-user.target EOF</code></p><p style="text-align: start"><strong>Chạy tệp dịch vụ</strong></p><p style="text-align: start"><code>sudo systemctl daemon-reload</code></p><p style="text-align: start"><code>sudo systemctl enable massad</code></p><p style="text-align: start"><code>sudo systemctl restart massad</code></p><p style="text-align: start"><strong>Mở port dịch vụ</strong></p><p style="text-align: start"><code>. &lt;(wget -qO- https://raw.githubusercontent.com/SecorD0/Massa/main/multi_tool.sh) -op</code></p><p style="text-align: start">✅ Check log và chờ dòng chữ xuất hiện <strong><em>Successful bootstrap</em></strong></p><p style="text-align: start"><strong>Cách 1:</strong></p><p style="text-align: start"><code>massa_log</code></p><p style="text-align: start"><strong>Cách 2:</strong></p><p style="text-align: start"><code>cd massa/massa-node/</code></p><p style="text-align: start"><code>screen -R massa-node</code></p><p style="text-align: start"><code>sudo journalctl -fn 100 -u massad</code></p><p style="text-align: start">Thoát cửa sổ &gt;&gt; Nhấn tổ hợp phím <strong><em>Ctrl A+D</em></strong></p><p style="text-align: start">✳️ <strong>Option 2 :</strong> <strong>Hướng dẫn cài đặt tự động</strong></p><p style="text-align: start">Chạy tập lệnh và đợi quá trình cài đặt hoàn tất</p><p style="text-align: start"><code>. &lt;(wget -qO- https://raw.githubusercontent.com/SecorD0/Massa/main/multi_tool.sh)</code></p><p style="text-align: start"><strong>3️⃣ Cài đặt Ví</strong></p><p style="text-align: start">Khởi chạy ứng dụng máy khách quản lý ví</p><p style="text-align: start"><strong>Cách 1:</strong></p><p style="text-align: start"><code>massa_client</code></p><p style="text-align: start"><strong>Cách 2:</strong></p><p style="text-align: start"><code>cd massa/massa-client/</code></p><p style="text-align: start"><code>screen -R massa-client</code></p><p style="text-align: start"><code>./massa-client</code></p><img src="https://storage.googleapis.com/papyrus_images/a985991eebb7f579e48fa16623614c40.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGP4/+ZPdFSUuLg4FxcXw/3Pdx7cuxYeHq6oqAgAmqMLBOVOcdYAAAAASUVORK5CYII=" class="image-node embed"><p style="text-align: start">Tạo ví mới (sử dụng bên trong máy khách)</p><p style="text-align: start"><strong>1.Tạo ví mới</strong></p><p style="text-align: start"><code>wallet_generate_secret_key</code></p><img src="https://storage.googleapis.com/papyrus_images/efe3f1f4a64c63f48772cac3cd878f01.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFklEQVR4nGN4+fLl3fXr1zfWKygoAAA5dwcGEsq/xgAAAABJRU5ErkJggg==" class="image-node embed"><p style="text-align: start"><strong>2. Import ví đã có</strong></p><p style="text-align: start"><code>wallet_add_secret_keys private_key_đang_có</code></p><p style="text-align: start">Kiểm tra địa chỉ của ví đã tạo (sử dụng bên trong máy khách)</p><img src="https://storage.googleapis.com/papyrus_images/efe740524dc188b0163b9b84a3bc3f9c.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAIAAAA7ljmRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAMElEQVR4nGP49fXTviWLewoLC2NiGCZMnpyUksLJxycuIcHg7OykqqIiKyMjKyMDAFMXDKkTzg38AAAAAElFTkSuQmCC" class="image-node embed"><p style="text-align: start">Thoát lệnh máy khách (sử dụng bên trong máy khách)</p><p style="text-align: start">Theo cách 1 &gt;&gt; <code>exit</code></p><p style="text-align: start">Theo cách 2 (screen) &gt;&gt; Nhấn tổ hợp phím <strong><em>Ctrl A+D</em></strong></p><p style="text-align: start"><strong>4️⃣Faucet <em>Mas</em> testnet</strong></p><p style="text-align: start">Tham gia <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://discord.gg/massa"><u>Discord</u></a> , vượt qua xác minh và truy cập kênh <code>#⌠💸⌡testnet-faucet</code></p><img src="https://storage.googleapis.com/papyrus_images/0a448cc8191b4b1d832879a65de582c6.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAECAIAAAArjXluAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAJUlEQVR4nGNo75yoa2DGUFVep6SswfDt158btx4xHDt9JiY+FQCh0Q0OuwHH0QAAAABJRU5ErkJggg==" class="image-node embed"><p style="text-align: start">Gửi địa chỉ ví đã lấy ở <strong>3️⃣</strong></p><p style="text-align: start">Faucet từ trang <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="http://mfaucet.paranorm.pro/"><u>faucet massa</u></a></p><p style="text-align: start">Kiểm tra số dư bằng cách nhập địa chỉ ví vào trang <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://massa.net/testnet/#wallet"><u>trình thám hiểm</u></a></p><img src="https://storage.googleapis.com/papyrus_images/c050777cc37d896e07e3f70b6ceeae47.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAIAAAA7ljmRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAMElEQVR4nGOYtWwvg7CagLyJspE7w8T5WwLii9bvu1LUMIVh0/4rdt5x4Snl1h6RABkrDzwwYB6IAAAAAElFTkSuQmCC" class="image-node embed"><p style="text-align: start"><strong>5️⃣ Staking</strong></p><p style="text-align: start"><strong>I . Từ mục ngoài</strong></p><p style="text-align: start"><strong>Mua roll</strong></p><p style="text-align: start"><code>massa_buy_rolls -mb</code></p><p style="text-align: start"><strong>Đặt cọc</strong></p><p style="text-align: start"><code>massa_cli_client -a node_add_staking_secret_keys</code></p><p style="text-align: start"><strong>II. Từ máy khách massa-client</strong></p><p style="text-align: start">Theo cách 1 &gt;&gt; <code>massa_client</code></p><p style="text-align: start">Thoát bằng <code>exit</code></p><p style="text-align: start">Theo cách 2 (screen):</p><p style="text-align: start">Kiểm tra và mở lại screen massa-client đã tạo ở</p><p style="text-align: start"><code>screen -ls</code></p><p style="text-align: start"><code>screen -r id.massa-client</code></p><img src="https://storage.googleapis.com/papyrus_images/baef110b5c3dc12bea9fadc6ce3e65b1.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVR4nGP4+PrNinnzfL29ubi4ADKBBa5chjeqAAAAAElFTkSuQmCC" class="image-node embed"><p style="text-align: start"><strong>Mua roll</strong></p><p style="text-align: start"><code>buy_rolls địa_chỉ_ví 2 0</code></p><p style="text-align: start"><strong>Đặt cọc</strong></p><p style="text-align: start"><code>node_add_staking_secret_keys private_key_ví</code></p><p style="text-align: start">Thoát bằng cách nhấn tổ hợp phím <strong><em>Ctrl A+D</em></strong></p><p style="text-align: start"><strong>Chờ quá trình active Roll và SYNC dữ liệu</strong></p><p style="text-align: start"><strong>6️⃣ Đăng ký node</strong></p><ul><li><p>Truy cập lại discord dự án và chuyển tới mục <code>#⌠✅⌡testnet-rewards-registration</code></p></li><li><p>Viết bất kỳ tin nhắn và đợi bot gửi vào  tin nhắn riêng tư (chỉ tương tác với bot)</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/1d540cfc205967170c60ae90aed3cb31.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVR4nGP49vf/+2//ouPT2dkFAT1ABxYhiK8MAAAAAElFTkSuQmCC" class="image-node embed"><p style="text-align: start"><strong>I . Từ mục ngoài</strong></p><p style="text-align: start"><code>massa_cli_client -a node_testnet_rewards_program_ownership_proof</code></p><p style="text-align: start"><strong>II. Từ máy khách massa-client (như 5️⃣)</strong></p><ul><li><p>Nhập ID lấy từ discord ở bước trên</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/21187c1adfed5ebe718de871147a7931.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVR4nGP4+/+bp5sTv6QYAzczAChRBBCi234PAAAAAElFTkSuQmCC" class="image-node embed"><ul><li><p>Copy lại dòng node trả về vào discord: copy bằng cách bôi đen toàn bộ sau đó gõ enter là được</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/e12df08897bf3801698dc216db9f2696.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVR4nGP4/u1PZEi0n3eQmooWAC3ABVHBi4gkAAAAAElFTkSuQmCC" class="image-node embed"><ul><li><p>Gửi IP node vào bot</p></li><li><p>Kiểm tra thông tin đăng ký bằng lệnh <code>info</code></p></li></ul><img src="https://storage.googleapis.com/papyrus_images/98dda4c9402a8f971d0d49449a55559b.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVR4nGN4+e5rZkaBroG5grIGACxuBQ0XZuHyAAAAAElFTkSuQmCC" class="image-node embed"><p style="text-align: start"><strong>7️⃣ Giám sát node</strong></p><p style="text-align: start"><strong>1.Nhập IP / Ví và check trên web</strong></p><p style="text-align: start">🌐 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://paranormal-brothers.com/massa/"><u>Link giám sát</u></a></p><img src="https://storage.googleapis.com/papyrus_images/ce3aeab79927ff8f43bc9dd52fb62039.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAEklEQVR4nGPgYOJ88OD+QzAAAChLB/kpMHYIAAAAAElFTkSuQmCC" class="image-node embed"><p style="text-align: start">Trạng thái node OK phải có Cycle , Roll và Active</p><img src="https://storage.googleapis.com/papyrus_images/169b30019ba7ca57d22540511102f7fe.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAECAIAAAArjXluAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAJ0lEQVR4nAEcAOP/AJubm7m5twD5+fjY2NcAtLi0lZmVAD0+PT0+Pe86Dr+Mv6YTAAAAAElFTkSuQmCC" class="image-node embed"><p style="text-align: start"><strong>2.Dùng Bot telegram</strong></p><p style="text-align: start">🌐<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://t.me/MassaHelperBot"><u>Link Massa bot</u></a></p><p style="text-align: start">🔸 Thêm ví:</p><p style="text-align: start"><code>/add địa_chỉ_ví_Axx</code></p><p style="text-align: start">🔸 Kiểm tra trạng thái</p><p style="text-align: start"><code>/node</code></p><p style="text-align: start"><strong>8️⃣Cẩm nang</strong></p><p style="text-align: start">Sao lưu các tệp của bạn nếu chưa hoàn tất <em>(lệnh hiển thị đường dẫn)</em></p><p style="text-align: start"><code>echo $HOME/massa/massa-node/config/node_privkey.key</code></p><p style="text-align: start"><code>echo $HOME/massa/massa-client/wallet.dat</code></p><p style="text-align: start">Dừng node</p><p style="text-align: start"><code>sudo systemctl stop massad</code></p><p style="text-align: start">Xóa node</p><p style="text-align: start"><code>rm -rf $HOME/massa</code></p><p style="text-align: start"><code>sudo systemctl stop massad</code></p><p style="text-align: start"><code>sudo systemctl disable massad</code><br><code>rm -rf /etc/systemd/system/massad.service</code></p><p style="text-align: start"><strong>Bài cũ hơn : </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://mirror.xyz/tikitrade.eth/uJNmjU6M8C1eOyI_zaDqvz8jxd-Q219btkaTzKBHn2U"><strong><u>Massa Testnet Episode 15.X</u></strong></a></p><p style="text-align: start"><strong>Subsribe và theo dõi nhiều hơn tại </strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out dont-break-out" href="https://linktr.ee/ffcryptoallinone"><strong><u>FFcrypto team</u></strong></a></p>]]></content:encoded>
            <author>tikitrade.nft@newsletter.paragraph.com (🧧ᴵᴬᴹ Phong ☬)</author>
            <category>massa</category>
            <category>node</category>
            <category>testnet</category>
            <category>vps</category>
        </item>
        <item>
            <title><![CDATA[Spectrum Finance Testnet $SPF Airdrop]]></title>
            <link>https://paragraph.com/@tikitrade.nft/spectrum-finance-testnet-dollarspf-airdrop</link>
            <guid>2AA4eqxyHCD54AaprAQU</guid>
            <pubDate>Tue, 06 Dec 2022 04:12:24 GMT</pubDate>
            <description><![CDATA[Spectrum Finance đang xây dựng một DEX chuỗi chéo mã nguồn mở. Hiện đang phát trực tiếp với Testnet của họ trên Cardano, nhóm đã công bố một airdrop c...]]></description>
            <content:encoded><![CDATA[<a target="_blank" rel="noopener noreferrer nofollow" style="cursor: pointer;"><img float="none" class="image-node img-center embed"></a><p><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://twitter.com/SpectrumLabs_"><u>Spectrum Finance</u></a> đang xây dựng một DEX chuỗi chéo mã nguồn mở. Hiện đang phát trực tiếp với Testnet của họ trên Cardano, nhóm đã công bố một airdrop cho những người dùng ban đầu trên trang <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://spectrumlabs.medium.com/"><u>Medium</u></a> của họ.</p><ol><li><p>Tải Ví</p></li><li><p>Nhận test token</p></li><li><p>Swap, Add &amp; Remove Liquidity</p></li><li><p>Feedback</p></li></ol><p style="text-align: start"><strong>1.Tải Ví</strong></p><p style="text-align: start">Trước khi truy cập <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://app.spectrum.fi/cardano/swap?base=token-ada"><u>trang web</u></a>, chúng ta cần <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://twitter.com/eternlwallet"><u>tải ví Eternl</u></a></p><ul><li><p>Cài đặt &amp; Mở: <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="http://chrome.google.com/webstore/detail/eternl"><u>chrome.google.com/webstore/detail/eternl</u></a></p></li><li><p>Nhấp vào &quot;<strong>Mainnet</strong>&quot; và chọn &quot;<strong>Preview Testnet</strong>&quot;</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/73b176a5c376f6732c0c4205e8ee7468.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGOQk5X7+/f/z9+/+fj4GaSlpL+9e/3pyxcxISEAptgMoIGwh6kAAAAASUVORK5CYII=" float="none" class="image-node img-center embed"><ul><li><p>Nhấp vào &quot;<strong>Add Wallet</strong>&quot; và chọn &quot;<strong>Create wallet</strong>&quot;.</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/a555f9993ec6346f3358e7a33fa22417.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIklEQVR4nGN4+eSJj6dXUVG5mqYWw5Yd26LDwwsLS6XllACZlgpC8anNewAAAABJRU5ErkJggg==" float="none" class="image-node img-center embed"><blockquote><p>Tất cả những gì bạn phải làm bắt đầu từ bây giờ là làm theo hướng dẫn để tạo ví của mình. Đừng quên bảo mật cụm từ hạt giống của bạn và không chia sẻ nó với bất kỳ ai.</p></blockquote><p style="text-align: start"><strong>2.Nhận test token</strong></p><p style="text-align: start">Ví của bạn đã sẵn sàng để yêu cầu một số mã thông báo thử nghiệm:</p><ul><li><p>Chọn &quot;<strong>Receive</strong>&quot; và sao chép địa chỉ ví của bạn</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/e59a88dd9f12ec73406f5891a1aa2222.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGN49uH9qnWb6utbMzPzGPbs2R0ZFmZqaiwlJQEAv0gLtL8Ek84AAAAASUVORK5CYII=" float="none" class="image-node img-center embed"><ul><li><p>Truy cập ➡️ <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://docs.cardano.org/cardano-testnet/tools/faucet"><u>trang faucet</u></a>, cuộn xuống và dán địa chỉ ví của bạn để yêu cầu một số mã thông báo ADA thử nghiệm</p></li></ul><p style="text-align: start"><strong>Lưu ý:</strong> mã thông báo đã đến 5 phút sau khi yêu cầu. Bạn sẽ nhận được 10.000 t₳.</p><img src="https://storage.googleapis.com/papyrus_images/ec7193bcda27dcddc8735b4e3816a111.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGMICgwUFRVtbGp89uwZw4mjR2NjY2WkZC5cuAgAiJgLllUU4ocAAAAASUVORK5CYII=" float="none" class="image-node img-center embed"><p style="text-align: start"><strong>3. Swap, Add &amp; Remove Liquidity</strong></p><p style="text-align: start">Trước khi sử dụng test token, chúng ta cần nhấp vào &quot;<strong>Plug</strong>&quot; (chuyển màu xanh là ok). Sau khi hoàn tất, bạn sẽ dễ dàng kết nối với <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://app.spectrum.fi/cardano/swap?base=token-ada"><u>trang web</u></a> bằng <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://twitter.com/eternlwallet"><u>Ví Eternl</u></a> của mình</p><img src="https://storage.googleapis.com/papyrus_images/9f84911e41fa2e7fcc841d969b9951a0.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGN48OpFcUVNTV1rd/cEhmvXrhUXFwsJCQYGBQEAuxcMRPat/g0AAAAASUVORK5CYII=" float="none" class="image-node img-center embed"><p style="text-align: start"><strong>A. SWAP</strong></p><p style="text-align: start">Kết nối với trang <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://app.spectrum.fi/cardano/swap?base=token-ada"><u>web Spectrum Finance</u></a> &amp; sử dụng 10.000 t₳ của bạn để hoán đổi giữa tất cả các mã thông báo có sẵn:</p><ul><li><p>Truy cập : <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="http://app.spectrum.fi/cardano/swap?base=token-ada">app.spectrum.fi/cardano/swap?base=token-ada</a></p></li><li><p>Chọn cặp và nhấp vào &quot;<strong>Swap</strong>&quot;</p></li><li><p>Phê duyệt giao dịch - Đặt mật khẩu - Phê duyệt</p></li></ul><p style="text-align: start">Nên lặp lại các bước cho tất cả các mã thông báo.</p><img src="https://storage.googleapis.com/papyrus_images/76d98ea04232ee239b24fb25b14239dc.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGOwt/GfP29FV8cEB3sfBkEB8V8//t+69lxBXgUAi34LQJAfJm8AAAAASUVORK5CYII=" float="none" class="image-node img-center embed"><p style="text-align: start"><strong>B. Thêm thanh khoản</strong></p><p style="text-align: start">Thêm một số thanh khoản vào các cặp có sẵn:</p><ul><li><p>Truy cập : <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="http://app.spectrum.fi/cardano/liquidity">app.spectrum.fi/cardano/liquidity</a></p></li><li><p>Nhấp vào &quot;<strong>Add Liquidity</strong>&quot;</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/3421ea2e93496c229fe84d2919b83142.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAJUlEQVR4nAEaAOX/AMK61vX0/9DN01JPXgAkJSjT09ORkZIDAwrQsQ1YJnj2SAAAAABJRU5ErkJggg==" float="none" class="image-node img-center embed"><ul><li><p>Chọn các cặp và thêm thanh khoản. Lặp lại cho tất cả các cặp.</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/c05b4f8a6f5a0c4cc67d24d82cc376a5.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIklEQVR4nGOwtvYvKKgJC4lRVzNk4OMV/fPz//MHHzjZ+QFwJAmgV9YS3gAAAABJRU5ErkJggg==" float="none" class="image-node img-center embed"><p style="text-align: start"><strong>C. Loại bỏ thanh khoản</strong></p><p style="text-align: start">Một tính năng để thử, loại bỏ tính thanh khoản:</p><ul><li><p>Quay lại : <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="http://app.spectrum.fi/cardano/liquidity">app.spectrum.fi/cardano/liquidity</a></p></li><li><p>Nhấp vào &quot;<strong>Your Position</strong>&quot; và chọn &quot;<strong>Pool Overview</strong>&quot;</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/994ae674cf1b86dbdd8162759a4fceb9.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGPITKt99eTjqhUbnB0DGbS1DBcsWFBWUiYiLAEApWsK6IZB2N8AAAAASUVORK5CYII=" float="none" class="image-node img-center embed"><ul><li><p>Nhấp vào &quot;<strong>Remove Liquidity</strong>&quot; - Chọn số lượng bạn muốn xóa để loại bỏ thanh khoản</p></li></ul><p style="text-align: start"><strong>Lưu ý:</strong> Không loại bỏ tất cả thanh khoản và lặp lại cho tất cả các cặp. Bạn cũng có thể nhấp vào &quot;<strong>Increase Liquidity</strong>&quot; nếu bạn muốn thêm nhiều hơn.</p><img src="https://storage.googleapis.com/papyrus_images/2bbc5350a3105a10697bbe835acfd989.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGPw8U7asulAT89ULS0zBklJuQ9vf1w7e15URAoAkWYLMRQEy/IAAAAASUVORK5CYII=" float="none" class="image-node img-center embed"><p style="text-align: start"><strong>4. Feedback</strong></p><p style="text-align: start">Bây giờ chúng tôi có thể để lại phản hồi chất lượng như bình thường chỉ bằng cách hoàn thành <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://docs.google.com/forms/d/e/1FAIpQLSdY1Fdo9Pso2JHQsH_Qz_nxvZYNvbAVN3H9qY13T5EejbtIzw/viewform"><u>biểu mẫu</u></a> trên trang web:</p><ul><li><p>Nhấp vào &quot;<strong>Leave a Feedback</strong>&quot; hoặc <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://docs.google.com/forms/d/e/1FAIpQLSdY1Fdo9Pso2JHQsH_Qz_nxvZYNvbAVN3H9qY13T5EejbtIzw/viewform"><u>tại đây</u></a> để hoàn thành biểu mẫu.</p></li></ul><img src="https://storage.googleapis.com/papyrus_images/b71e8816a1e356a92260ce3bcef78707.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIklEQVR4nGMoLWx//fL72jWbHR19GQz1TQsLC2NiYhgY2ACkJwoWxLTY2gAAAABJRU5ErkJggg==" float="none" class="image-node img-center embed"><ul><li><p>Ngoài ra, hãy tham gia <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://discord.gg/U4Z44gf75M"><u>Discord</u></a> &amp; truy cập kênh để để lại phản hồi 5 sao (đừng quên địa chỉ ví của bạn) tại kênh <code>#cardano-testnet-support</code></p></li></ul><img src="https://storage.googleapis.com/papyrus_images/9feae02a29082327e9e20b94daf84721.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAIAAAA7ljmRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAL0lEQVR4nGNgZBBMSsk0t7QVFZdhUFZQ+vnn/7LlKxmYuBnEJWTPXbzS0tIB5AAA0dEL7yrLUoUAAAAASUVORK5CYII=" float="none" class="image-node img-center embed"><p><strong>📢 Subsribe và theo dõi nhiều hơn tại 🔸</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out dont-break-out dont-break-out dont-break-out" href="https://linktr.ee/ffcryptoallinone"><strong><u>FFcrypto team</u></strong></a></p>]]></content:encoded>
            <author>tikitrade.nft@newsletter.paragraph.com (🧧ᴵᴬᴹ Phong ☬)</author>
            <category>airdrop</category>
            <category>testnet</category>
            <category>wallet</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/38dc613f9c1677f7a2a8576923091c9d.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[IMTOKEN Learn and Earn 7 ]]></title>
            <link>https://paragraph.com/@tikitrade.nft/imtoken-learn-and-earn-7</link>
            <guid>05122bRb3Lf08ucgix3M</guid>
            <pubDate>Sun, 04 Dec 2022 11:45:03 GMT</pubDate>
            <description><![CDATA[➡️ Opensea :  https://fans-campaign.com/f/W9ST2T  A, C, D, ABC, D   ➡️ Galxe:  https://fans-campaign.com/f/V7wUW6  D, D, C, B, AC   ➡️ Hashkey:  https://fans-campaign.com/f/hVIgUN  A, C, A, B, AB, ABC   ➡️ NFTScan:  https://fans-campaign.com/f/p8jYJU  B, ABCD, A, D, B   ➡️ Basic: NFT Use cases:  ...]]></description>
            <content:encoded><![CDATA[<p><strong>➡️</strong>Opensea :<br><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://fans-campaign.com/f/W9ST2T￼A">https://fans-campaign.com/f/W9ST2T<br></a>A, C, D, ABC, D<br><br><strong>➡️</strong>Galxe:<br><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://fans-campaign.com/f/V7wUW6￼D">https://fans-campaign.com/f/V7wUW6<br></a>D, D, C, B, AC<br><br><strong>➡️</strong>Hashkey:<br><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://fans-campaign.com/f/hVIgUN￼A">https://fans-campaign.com/f/hVIgUN<br></a>A, C, A, B, AB, ABC<br><br><strong>➡️</strong>NFTScan:<br><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://fans-campaign.com/f/p8jYJU￼B">https://fans-campaign.com/f/p8jYJU<br></a>B, ABCD, A, D, B<br><br><strong>➡️</strong>Basic: NFT Use cases:<br><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://fans-campaign.com/f/RQCsEk￼A">https://fans-campaign.com/f/RQCsEk<br></a>A, ABC, B, ABC, C<br><br><strong>➡️</strong>Intermediate: The history of NFTs:<br><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://fans-campaign.com/f/HkckCd￼B">https://fans-campaign.com/f/HkckCd<br></a>B, ABCD, B, C, D<br><br><strong>➡️</strong>Advanced: Common NFT scams and how to avoid them:<br><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://fans-campaign.com/f/sHrHI7￼AB">https://fans-campaign.com/f/sHrHI7<br></a>AB, ABCD, C, C, ABC<br><br><strong>➡️</strong>Expert: How to send and trade NFTs in your imToken Arbitrum One wallet?<br><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://fans-campaign.com/f/BGAT9h￼A">https://fans-campaign.com/f/BGAT9h<br></a>A, D, ABC, ACD, A</p>]]></content:encoded>
            <author>tikitrade.nft@newsletter.paragraph.com (🧧ᴵᴬᴹ Phong ☬)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/b5772ebb6c30ee42ed121408bdfbd1ca.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[ParaSpace Testnet Guide]]></title>
            <link>https://paragraph.com/@tikitrade.nft/paraspace-testnet-guide</link>
            <guid>ALzn50F9sD92HqTMMmlB</guid>
            <pubDate>Mon, 21 Nov 2022 08:11:41 GMT</pubDate>
            <description><![CDATA[1️⃣ Claim  ParaSpace: First Contact」Pt.1 - The Traveler Registration 2️⃣ Truy cập & kết nối metamask mạng Goerli Testnet 🌐  Paraspace testnet Faucet ETH testnet mạng Goerli Goerli Faucet StarkNet Faucet Goerli: Authenticated Faucet ( mudit.blog ) Cập nhật thông tin   Vào kênh  #collabland-join  ...]]></description>
            <content:encoded><![CDATA[<p><strong>1️⃣ Claim</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://galxe.com/ParaSpace/campaign/GCeZpUwKjn"><strong> ParaSpace: First Contact」Pt.1 - The Traveler Registration</strong></a></p><p><strong>2️⃣ Truy cập &amp; kết nối metamask mạng Goerli Testnet</strong></p><p>🌐 <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://app-staging.para.space/">Paraspace testnet</a></p><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Faucet ETH testnet mạng Goerli</strong></p></div></li></ul><ol><li><p><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://goerlifaucet.com/">Goerli Faucet</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://faucet.goerli.starknet.io/">StarkNet Faucet</a></p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://goerli-faucet.mudit.blog/">Goerli: Authenticated Faucet (</a><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="http://mudit.blog">mudit.blog</a><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://goerli-faucet.mudit.blog/">)</a></p></li></ol><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Cập nhật thông tin </strong></p></div></li></ul><img src="https://storage.googleapis.com/papyrus_images/cdb467f01c535a4c809efa6d36f7476d.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIklEQVR4nGPQUFfbs3t3TWVlQU4Gg4Ge3q0bN6zMzIICAwGFdQoKKw/sNAAAAABJRU5ErkJggg==" width="100%" float="none" class="image-node img-center embed"><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Vào kênh </strong><code>#collabland-join</code><strong> trên discord để lấy role mới</strong></p></div></li></ul><img src="https://storage.googleapis.com/papyrus_images/a934d2f3cd3cab2e0245428098e4368e.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAIAAAA7ljmRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAMElEQVR4nGMozK14+/b/uXNXG1s6GULD4m7fe9PSPjkhtZghKjq5o7WHgZknOCIDAKQhEoZs7pnqAAAAAElFTkSuQmCC" width="100%" float="none" class="image-node img-center embed"><p><strong>3️⃣ Claim</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://galxe.com/ParaSpace/campaign/GCpppUwsdN"><strong>「ParaSpace: First Contact」Pt.2 - The Explorer Registration</strong></a></p><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Supply ERC-721 Test NFT on ParaSpace Testnet</strong></p></div></li></ul><ol><li><p><strong>Mint NFT test + tokens testnet </strong><em>(bao nhiêu tùy chọn theo lượng ETH testnet claim được)</em></p><img src="https://storage.googleapis.com/papyrus_images/445f1b44ff17d419b0d5b6d0dc04eaf7.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFklEQVR4nGNYPKfnwK7lZ46sl5GVAQAxAAaBdWtkugAAAABJRU5ErkJggg==" width="100%" float="none" class="image-node img-center embed"></li><li><p><strong>Supply NFT vừa mint</strong></p><img src="https://storage.googleapis.com/papyrus_images/755403f5670ec398a222b7324a41cf16.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGMoK09dOKVORlbu3fM3DFfvn1o6q1VcVOzHi08Ao8QNdKc/bzEAAAAASUVORK5CYII=" width="100%" float="none" class="image-node img-center embed"><img src="https://storage.googleapis.com/papyrus_images/9993ee51ae320976f75c7ef438c61b19.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGOQl5ObPWVaYUGhhIQkAy879/+fv+fPnMfOyg0AbCcIu3MgFyQAAAAASUVORK5CYII=" width="100%" float="none" class="image-node img-center embed"></li></ol><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Supply ERC-20 Test Token on ParaSpace Testnet</strong></p></div></li></ul><img src="https://storage.googleapis.com/papyrus_images/41e450027b17c6b1cf86225b64475c27.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIklEQVR4nGNgZWWqrKjw9vL69vMXAxsbW1tTs42VdURMDABs4AicVpuzyAAAAABJRU5ErkJggg==" width="100%" float="none" class="image-node img-center embed"><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Borrow ERC-20 Test Token on ParaSpace Testnet</strong></p></div></li></ul><img src="https://storage.googleapis.com/papyrus_images/b7fcfaa3ed897aca4db3c77227d8153a.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIklEQVR4nGNgYWZOTk42NTF5/OwFAwcX15/vP2sqKvQMTQBtogmJ3Yn6fwAAAABJRU5ErkJggg==" width="100%" float="none" class="image-node img-center embed"><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Sau khi claim NFT Galxe thì vào lại kênh </strong><code>#collabland-join</code><strong> trên discord để thêm role mới</strong></p></div></li></ul><p><strong>4️⃣ Claim </strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://galxe.com/ParaSpace/campaign/GC17pUwbG5"><strong>「ParaSpace: First Contact」Pt.3 - The Settler Registration</strong></a></p><ul><li><p>Test các chức năng khác: withdraw , repay, mua/bán NFT, add Liquid</p></li><li><p>Gửi feedback vào kênh <code>#🤔feedback</code> trên discord để có cơ hội được claim NFT galxe</p></li></ul><blockquote><p>Hướng dẫn thêm từ dự án <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://telegra.ph/ParaSpace-Testnet-11-15">ParaSpace Testnet – Telegraph</a></p></blockquote><p style="text-align: start"><strong>📢 Subsribe và theo dõi nhiều hơn tại 🔸</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out dont-break-out dont-break-out" href="https://linktr.ee/ffcryptoallinone"><strong><u>FFcrypto team</u></strong></a><strong><br></strong></p><p></p>]]></content:encoded>
            <author>tikitrade.nft@newsletter.paragraph.com (🧧ᴵᴬᴹ Phong ☬)</author>
            <category>testnet</category>
            <category>goerieth</category>
            <category>eth</category>
            <category>nft</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/1e35766d276559ec8335e75431d0f55e.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Cruize Finance ⛴️ | Private βeta LIVE]]></title>
            <link>https://paragraph.com/@tikitrade.nft/cruize-finance-⛴️-or-private-beta-live</link>
            <guid>0IsydwiGVNoHA0e9Olk8</guid>
            <pubDate>Mon, 14 Nov 2022 16:14:02 GMT</pubDate>
            <description><![CDATA[✳️Thông tin về việc ra mắt testnet của Cruize Private Beta  ✅ Ví tham gia: Ví đã claim 👉  Galxe Danh sách 👉  waiting list ✅ Hướng dẫn: Chuyển ví về GoerliETH  Faucet ETH làm fee a)  https://goerlifaucet.com/ b)  https://faucets.chain.link/ Truy cập và test tính năng protect  🌐 Cruize Beta webs...]]></description>
            <content:encoded><![CDATA[<p><strong>✳️Thông tin về việc ra mắt testnet của Cruize Private Beta</strong></p><div data-type="twitter" >
      <div class="twitter-embed">
        <div class="twitter-header">
          <div style="display:flex">
            <a href="https://twitter.com/CruizeFinance">
              <img alt="User Avatar" class="twitter-avatar" src="https://pbs.twimg.com/profile_images/1567538818441527296/YTGlfy0m_normal.jpg" />
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a href="https://twitter.com/CruizeFinance" class="twitter-displayname">Cruize Finance  | Private βeta LIVE</a>
              <p><a href="https://twitter.com/CruizeFinance" class="twitter-username">@CruizeFinance</a>
            </div>
            <a href="https://twitter.com/CruizeFinance/status/1592125556396797952">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.xyz/editor/twitter/logo.png" />
            </a>
          </div>
        </div>
        <div class="twitter-body">
          <p class="twitter-p">1/ We are thrilled to announce the testnet launch of the Cruize Private Beta!<br class="twitter-br"/><br class="twitter-br"/>Thank you to the 17,000+ members who have signed up for our waiting list. You will be the exclusive club of early-access users who can use our Private Beta <span class="twitter-emoji">🔐</span></p>
        </div>
        <div class="twitter-footer">
          <a href="https://twitter.com/CruizeFinance/status/1592125556396797952" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.xyz/editor/twitter/heart.png">
            27
          </a>
          <a href="https://twitter.com/CruizeFinance/status/1592125556396797952"><p>19:01 • 14 thg 11, 2022</p></a>
        </div>
      </div></div><p><strong>✅ Ví tham gia:</strong></p><ul><li><p>Ví đã claim 👉 <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://galxe.com/cruizefinance/campaign/GCqCjUtpFS">Galxe</a></p></li><li><p>Danh sách 👉 <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://docs.google.com/spreadsheets/d/1lzf9KYhBqQlvjqwuGdwTfAiWM_0PR_b_GkamWS677Go/edit?usp=sharing"><strong>waiting list</strong></a></p></li></ul><p><strong>✅ Hướng dẫn:</strong></p><ol><li><p><strong>Chuyển ví về GoerliETH</strong></p><img src="https://storage.googleapis.com/papyrus_images/fe32d499c63b4405ef5756cfdf200fa6.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAIAAADETxJQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAM0lEQVR4nAEoANf/AIF9ec3O0BAWHAD////S0tKVlJQAq6Ojh3x9Uk5PAOPk5dfa3XR1d7XCFk8w3BicAAAAAElFTkSuQmCC" width="100%" float="none" class="image-node img-center embed"></li><li><p><strong>Faucet ETH làm fee</strong></p></li></ol><p>a) <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://goerlifaucet.com/"><u>https://goerlifaucet.com/</u></a></p><p style="text-align: start">b) <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://faucets.chain.link/"><u>https://faucets.chain.link/</u></a></p><ol start="3"><li><p style="text-align: start"><strong>Truy cập và test tính năng protect </strong></p></li></ol><p style="text-align: start"><strong>🌐</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://www.test.app.cruize.finance/"><strong>Cruize Beta website</strong></a></p><ul><li><p style="text-align: start"><strong>Kết nối ví</strong></p><img src="https://storage.googleapis.com/papyrus_images/f6950acbf1f86255994645ad79cc2db7.png" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVR4nGMID0/m4OAXl5BpapzI8Pz5+74JvbPnTu/tmQYAcNwK9mpoO18AAAAASUVORK5CYII=" width="100%" float="none" class="image-node img-center embed"></li><li><p><strong>Claim <em>WETH/WBTC</em> test</strong></p><img src="https://storage.googleapis.com/papyrus_images/5aeb47e1f1c19373ca4daaeb0229e2c2.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAIAAADETxJQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAM0lEQVR4nAEoANf/ADoyQranxwIBEgAmHR/z5OaKgoYAFRUXxL7Fu7K4ADMuNN/O3RkWHCukD7D/PlHaAAAAAElFTkSuQmCC" width="100%" float="none" class="image-node img-center embed"></li><li><p><strong>Add protect <em>WETH/WBTC</em></strong></p><img src="https://storage.googleapis.com/papyrus_images/52131201ed8f863cae74ad71ca7291ff.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAIAAAB2XpiaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAFUlEQVR4nGOITSw4f/URA4PE1///ASdNBsB/05iHAAAAAElFTkSuQmCC" width="100%" float="none" class="image-node img-center embed"></li><li><p><strong>Withdraw <em>WETH/WBTC</em></strong></p><img src="https://storage.googleapis.com/papyrus_images/bea1030c441907fee56f6e266c1ecef9.png" alt="" blurDataURL="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAIAAADwyuo0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIklEQVR4nGNgZeATFZdW0jJ+/O4Xg7iElpi4io6e9Z///wFJVgfelqkXRAAAAABJRU5ErkJggg==" width="100%" float="none" class="image-node img-center embed"></li><li><p><strong>Tham gia các kênh MXH của dự án</strong></p><p>🌐 Join <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://discord.gg/cruize">Discord </a> để gửi địa chỉ ví làm testnet và feedback lại dự án<br><em>#🗂 drop-wallet-address</em><br><em>#💡feedback</em></p><p>🌐 Follow <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://twitter.com/CruizeFinance">Twitter </a>dự án</p><ul><li><p style="text-align: start"><strong>📢 Subsribe và theo dõi nhiều hơn tại 🔸</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out dont-break-out" href="https://linktr.ee/ffcryptoallinone"><strong><u>FFcrypto team</u></strong></a></p></li></ul></li></ul><p></p>]]></content:encoded>
            <author>tikitrade.nft@newsletter.paragraph.com (🧧ᴵᴬᴹ Phong ☬)</author>
            <category>testnet</category>
            <category>cruizefinance</category>
            <category>ethereum</category>
            <category>goerlieth</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/01add1daf2c5921e1615574cb7b7c9b6.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[$BEAT DROP out of this GALXE! 🚀]]></title>
            <link>https://paragraph.com/@tikitrade.nft/dollarbeat-drop-out-of-this-galxe-🚀</link>
            <guid>atMK55PFrSZ4TXA3V6f8</guid>
            <pubDate>Sat, 05 Nov 2022 16:06:10 GMT</pubDate>
            <description><![CDATA[🌐 Link claim Galxe AT ✅ Follow  @MetaBeatOffl ✅ Quote 👉  tweet  kèm hashtag  #MetaBeat, #BEAT  và tag 2 người bạn ✅ Hoàn thành Quiz 🌐 Link Quiz What country is MetaBeat based out of? South Korea What is MetaBeat's governance token? $BEAT What kind of assets backup MetaBeat’s NFTs? Music IP Whi...]]></description>
            <content:encoded><![CDATA[<p>🌐<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://galxe.com/metabeatoffl/campaign/GCtXvUwtGB">Link claim Galxe AT</a></p><p>✅ Follow <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://twitter.com/MetaBeatOffl">@MetaBeatOffl</a></p><p>✅ Quote 👉 <a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://twitter.com/MetaBeatOffl/status/1588886349762936834?s=20&amp;t=CT0HBzowyjONmECm8-i1ow">tweet </a>kèm hashtag <em>#MetaBeat, #BEAT </em>và tag 2 người bạn</p><p>✅ Hoàn thành Quiz</p><p>🌐<a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out" href="https://docs.google.com/forms/d/e/1FAIpQLScEzcd7LE7injbKHa2Gaxp6ZlaR1A2QAcexk5TRidAa1qLMNQ/viewform">Link Quiz</a></p><ul><li><p>What country is MetaBeat based out of?</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>South Korea</strong></p></div></li></ul><ul><li><p>What is MetaBeat&apos;s governance token?</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>$BEAT</strong></p></div></li></ul><ul><li><p>What kind of assets backup MetaBeat’s NFTs?</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Music IP</strong></p></div></li></ul><ul><li><p>Which KPOP group was part of MetaBeat’s first NFT series collection?</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>MAMAMOO</strong></p></div></li></ul><ul><li><p>What is MetaBeat SocialFi service that focuses on rewarding fans based on engagement rates on social media platforms and MetaBeat’s platform? </p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>SHOUT OUT</strong></p></div></li></ul><ul><li><p>You can do many things with $BEAT token. One of them is buying __________.</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>NFT</strong></p></div></li></ul><ul><li><p>What blockchain network is MetaBeat on?</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Polygon</strong></p></div></li></ul><ul><li><p>What kind of earning platform is MetaBeat?</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>Fan2Earn</strong></p></div></li></ul><ul><li><p>What music genre will MetaBeat start with on their platform?</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>KPOP</strong></p></div></li></ul><ul><li><p>What MetaBeat service allows you to stake $BEAT token?</p></li></ul><ul class="task-list" data-type="taskList"><li class="task-list-item" data-checked data-type="taskItem"><label><input type="checkbox" checked="checked"><span></span></label><div><p><strong>MINGLE</strong><br></p><p style="text-align: start"><strong>📢 Subsribe và theo dõi nhiều hơn tại 🔸</strong><a target="_blank" rel="noopener noreferrer nofollow" class="dont-break-out dont-break-out dont-break-out dont-break-out" href="https://linktr.ee/ffcryptoallinone"><strong><u>FFcrypto team</u></strong></a><br></p></div></li></ul><p><br><br></p>]]></content:encoded>
            <author>tikitrade.nft@newsletter.paragraph.com (🧧ᴵᴬᴹ Phong ☬)</author>
            <category>quiz</category>
            <category>airdrop</category>
            <category>galxe</category>
            <category>beat</category>
            <enclosure url="https://storage.googleapis.com/papyrus_images/e8c3c803070ec9400aa06cd5eb89dbe1.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>