<?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>spiritedOryx8</title>
        <link>https://paragraph.com/@spiritedoryx8</link>
        <description>undefined</description>
        <lastBuildDate>Sun, 06 Sep 2026 07:54:17 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[The Alphalist: try out before the others]]></title>
            <link>https://paragraph.com/@spiritedoryx8/the-alphalist-try-out-before-the-others</link>
            <guid>m7INZ84dgBwQoJzZrQmK</guid>
            <pubDate>Thu, 12 May 2022 04:06:44 GMT</pubDate>
            <description><![CDATA[Hello Listers! For the launch of our first ListNFT tool, we will create an Alphalist for early community members. The first 100 users of our Discord will have a priority access to the Alpha of our site to try it out and, if they want to, make suggestions! The site will be closed to others, this will let everyone have the time to try and for us to make the last adjustments before the public launch. We will create a restricted channel on our Discord for the Alphalist and at the right time give ...]]></description>
            <content:encoded><![CDATA[<p>Hello Listers!</p><p>For the launch of our first ListNFT tool, we will create an Alphalist for early community members. The first 100 users of our Discord will have a priority access to the Alpha of our site to try it out and, if they want to, make suggestions!</p><p>The site will be closed to others, this will let everyone have the time to try and for us to make the last adjustments before the public launch. We will create a restricted channel on our Discord for the Alphalist and at the right time give everyone in there the password to enter the site.</p><p>But that’s not all!</p><p>10 people out of 100 will be randomly selected to enter the Whitelist of our NFT collection, which brings huge utility to the holders, as anticipated in our last Medium article.</p><p>If you are interested, please make sure to enter our Discord as soon as possible, it will work this way:</p><p>Be part of the revolution, the best is yet to come.</p><p>The ListNFT Team.</p><p>Join us on Discord</p><p>Follow us on Twitter</p>]]></content:encoded>
            <author>spiritedoryx8@newsletter.paragraph.com (spiritedOryx8)</author>
        </item>
        <item>
            <title><![CDATA[How To Secure Your Crypto Wallet On A Virtual Machine And Stop Front-Running]]></title>
            <link>https://paragraph.com/@spiritedoryx8/how-to-secure-your-crypto-wallet-on-a-virtual-machine-and-stop-front-running</link>
            <guid>akpnfDKNodJa0yCAzfZg</guid>
            <pubDate>Thu, 05 May 2022 16:13:29 GMT</pubDate>
            <description><![CDATA[TLDR: We will create a Ubuntu virtual machine which will run behind a VPN and use the Brave browser with enforced HTTPS, JS filtering, and domain protection extensions together with a FlashBots RPC to prevent bots from front-running our transactions. You may have heard stories about the Ethereum dark forest, a place where bots and searchers try to maximize profit by taking advantage of MEV opportunities. This results in users paying the cost, since most of them are not aware of such trickery,...]]></description>
            <content:encoded><![CDATA[<p>TLDR: We will create a Ubuntu virtual machine which will run behind a VPN and use the Brave browser with enforced HTTPS, JS filtering, and domain protection extensions together with a FlashBots RPC to prevent bots from front-running our transactions.</p><p>You may have heard stories about the Ethereum dark forest, a place where bots and searchers try to maximize profit by taking advantage of MEV opportunities. This results in users paying the cost, since most of them are not aware of such trickery, much less on how to avoid it.</p><p>The same concept applies to the current world wide web, where malicious links, wallet hacks, browser exploits, and other attacks lurk in the dark waiting to be triggered by distracted users. 2021 alone was a record breaker.</p><p>The point is, neither blockchains, nor the internet are safe places. Nevertheless, we can still take steps to increase our personal security and reduce the probabilities of getting pwned.</p><p>So, in this guide, we are going to create a VM (virtual machine) running Ubuntu, a Linux distribution, to achieve two things: 1) isolate MetaMask from your normal computer workflow to minimize the impacts of any malicious website we visit, link we click, or cool browser extensions we install, and 2) set up a custom network RPC on MetaMask to prevent bots from front-running our transactions.</p><p>Security is not a process. It’s a state until you get pwned.</p><p>Zero-day.cz</p><p>Currently, although more users are becoming aware of the consequences of not caring about security — especially in the crypto space — they still do not implement rigorous enough security mechanisms to protect themselves.</p><p>Let’s consider this simple diagram where a user navigates to a new profitable DeFi application that offers 69,000% APY. The user requests a website using his regular browser from his private IP address and proceeds to click links, buttons, sign transactions, enable extensions, and so on.</p><p>The user ends up joining a Discord server where he is messaged by an “admin” who sends a phishing link which either requests the user’s seed phrase, downloads malware, or exploits a browser/add-on vulnerability.</p><p>Finally, the situation becomes FUBAR for the user.</p><p>In this article, we will implement a couple more layers of security between the user and the malicious actors, decreasing the probabilities of getting compromised.</p><p>The intention behind connecting to a website using a VM and a disposable MetaMask (or other) wallet is to test the waters and see if everything behaves as expected before committing more money. If things go sideways, only one wallet has been compromised, a small number of funds lost, and the browser as well as the VM can be safely deleted, thus saving us the absolute nightmare of dealing with a whole system compromise.</p><p>We will also connect to a Flashbots Protect RPC to protect ourselves from bots lurking in the Ethereum dark forest that are monitoring the mempool and front-running our transactions.</p><p>If you are somewhat paranoid and don’t care much about UX, you could install the Tails Operating System on a USB drive or on a VM. Tails runs fully on memory, which means it does not touch the hard drive. When you are done your work, poof! No data is saved.</p><p>You can use Rufus to create a bootable USB flash drive.</p><p>But for this guide, we are going to use Ubuntu for the following reasons:</p><p>Make sure your computer supports hardware virtualization, which is essential to run virtual machines. Enable it.</p><p>Virtual Box is a type 2 hypervisor software which allows our computer (host) to create virtual computers (guests). Download it here.</p><p>When installing, leave everything as default.</p><p>To run Ubuntu, we must first download the .ISO file from the official site. Download it here.</p><p>Is your Virtual Box installed and the Ubuntu image ready? Good.</p><p>This way if our copy “breaks” or gets compromised, we can safely delete it and make a new one using the original as reference, saving us the set up time.</p><p>(1) Settings &gt; (2) Storage &gt; (3) Empty disk &gt; (4) Select Disk File &gt; (5) Select the Ubuntu .ISO</p><p>Then click “OK”</p><p>Congratulations! Your VM is up and running!</p><p>If you played around with the guest VM before reading this, you may have noticed the resolution is awful and other features like Drag-and-Drop or Clipboard Sharing aren’t working.</p><p>To satisfy our daily internet browsing needs using this virtual machine, we need to install Virtual Box Guest Additions. From the Virtual Box website:</p><p>Guest Additions are designed to be installed inside a virtual machine after the guest operating system has been installed. They consist of device drivers and system applications that optimize the guest operating system for better performance and usability.</p><p>After the package update and upgrades have finalized:</p><p>This action will pop up a disk on the bottom left and a warning you can accept to run the program:</p><p>Voila! Now it does feel like a real desktop computer, doesn’t it?</p><p>Feel free to make a clone (copy) of your brand new Virtual Machine now if you want. (I personally only make clones when I am certain most of the software Ineed has already been installed)</p><p>Brave is a Chromium-based browser which has gotten a lot of attention in the crypto community because of its unusual, pre-installed features and business model:</p><p>You can install the Brave browser on a Linux distribution such as Ubuntu by using these commands. Source here.</p><p>After installation, reboot the virtual machine.</p><p>After reboot, if you can’t see the browser anywhere, just type brave-browser in the terminal to initiate it. It will then appear on the Ubuntu menu.</p><p>In the menu, right click and add it to favourites to always display on the side panel.</p><p>Simple privacy measures keep us more secure.</p><p>Using a VPN will hide our IP address. This way, we avoid malicious actors doing reconnaissance to find out more about us. You can also use Brave’s built-in TOR router as a proxy.</p><p>If you don’t want to create you own VPN, a free alternative is to download ProtonVPN from here on your host machine.</p><p>To avoid bots front-running our transactions, we are going to route them through a private network, in order to bypass the public mempool. Sending our transaction in a bundle (which miners running a mev-geth client can pick up) will provide us with another extra layer of security.</p><p>The folks at Flashbots have made it quite easy to get started with Flashbots Protect. Check it out here!</p><p>It is also possible to use Flashbots for other things, such as submitting custom bundles or integrating within your application.</p><p>If you want to run a test, git clone this repository and follow the instructions: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/misirov/FlashBots">https://github.com/misirov/FlashBots</a></p><p>Here is an example of a program which sends a transaction to a contract that only spends gas:</p><p>For more information and troubleshooting, check their documentation here and this guide on troubleshooting mev-geth on flashbots.</p><p>Note: now is a good time to make a clone of your “clean” machine!</p><p>If you made it to this point successfully, you are most likely a natural MVP. You’ve created an environment to protect yourself from malicious agents and know more about personal security than the vast, vast majority of users in this space. Congratulations!</p><p>Now, h4cker P3P3 is gonna have it rough. Gotta go, my VM got compromised…</p>]]></content:encoded>
            <author>spiritedoryx8@newsletter.paragraph.com (spiritedOryx8)</author>
        </item>
        <item>
            <title><![CDATA[Wealth Protocol is Coming…]]></title>
            <link>https://paragraph.com/@spiritedoryx8/wealth-protocol-is-coming</link>
            <guid>ZYZY7oHGcOUSxlRxe1fO</guid>
            <pubDate>Mon, 25 Apr 2022 10:08:59 GMT</pubDate>
            <description><![CDATA[Wealth Protocol is developing a platform that will provide all investors a comprehensive solution that enables them to manage their portfolios, make informed trades, track their gains/losses in real-time, while maintaining compliance with their local tax authorities and regulators. Currently, there is no comprehensive Wealth Management wallet that exists in the Crypto space that can integrate all your investments across different platforms and wallets into one wallet and then generate reports...]]></description>
            <content:encoded><![CDATA[<p>Wealth Protocol is developing a platform that will provide all investors a comprehensive solution that enables them to manage their portfolios, make informed trades, track their gains/losses in real-time, while maintaining compliance with their local tax authorities and regulators.</p><p>Currently, there is no comprehensive Wealth Management wallet that exists in the Crypto space that can integrate all your investments across different platforms and wallets into one wallet and then generate reports on gains/losses over selected time periods, calculate taxable gains, simplify your tax filings, etc.</p><p>We at Wealth Protocol are building the world’s first ever, Crypto-Wealth Management application that makes investing in crypto simple, safe, and convenient — all while keeping you on the right side of the law.</p><p>The team behind this designed the concept driven by their own needs to ensure they remain tax compliant with their local authorities. Many of the challenges they found with the current products on the market were:</p><p>With a lot of these pian staking issues and more came the birth of Wealth Protocol</p><p>The Wealth Wallet aims to simplify investing in Cryptocurrencies by offering a one-stop solution to investors for:</p><p>Founders</p><p>The Co-Founders behind this project are both Professionals with successful careers and backgrounds in Accounting.</p><p>The CEO has over 18 years of accounting experience. The past 6 years, he was a Tax manager at a cross-border boutique tax firm that assisted high net worth individuals and professional athletes in being tax compliant with the IRS and CRA</p><p>The COO has a background in accounting but more extensively works in the Toronto Real Estate Industry being the recipient of multiple annual awards.</p><p>Yashar Mozifian Co-Founder, CEO</p><p>Tarek Agha Co-Founder &amp; COO</p><p>Name: WEALTH PROTOCOL</p><p>Symbol: $WEALTH</p><p>Type: BSC (Binance Smart Chain)</p><p>Total Supply: 2 Trillion</p><p>Presale Date: March 15, 2022</p><p>Purpose: Utility</p><p>WEALTH PROTOCOL SOCIALS</p><p>Website | Twitter | Telegram | Reddit | Instagram |</p>]]></content:encoded>
            <author>spiritedoryx8@newsletter.paragraph.com (spiritedOryx8)</author>
        </item>
        <item>
            <title><![CDATA[Why Ethereum (ETH) is a Better Bet than Bitcoin(BTC) For Traders!]]></title>
            <link>https://paragraph.com/@spiritedoryx8/why-ethereum-eth-is-a-better-bet-than-bitcoin-btc-for-traders</link>
            <guid>zhqSeyaj5a1h1KF1ghtl</guid>
            <pubDate>Wed, 20 Apr 2022 07:25:18 GMT</pubDate>
            <description><![CDATA[Ethereum is ahead of Bitcoin in terms of continuous losses. As fears of a nuclear disaster loom over Europe, the euro has fallen 6.48 percent in the previous 24 hours. As a consequence, investors get nervous, which leads to a decrease in investment. The change has also reduced weekly gains, which are now expected to reach 0.64 percent. If the daily losses persist, this value…]]></description>
            <content:encoded><![CDATA[<p>Ethereum is ahead of Bitcoin in terms of continuous losses. As fears of a nuclear disaster loom over Europe, the euro has fallen 6.48 percent in the previous 24 hours. As a consequence, investors get nervous, which leads to a decrease in investment. The change has also reduced weekly gains, which are now expected to reach 0.64 percent. If the daily losses persist, this value…</p>]]></content:encoded>
            <author>spiritedoryx8@newsletter.paragraph.com (spiritedOryx8)</author>
        </item>
        <item>
            <title><![CDATA[How to Purchase TCG Coin 2.0 on the Binance Smart Chain Network Using BNB.How to recharge your BuzzCast account？]]></title>
            <link>https://paragraph.com/@spiritedoryx8/how-to-purchase-tcg-coin-2-0-on-the-binance-smart-chain-network-using-bnb-how-to-recharge-your-buzzcast-account</link>
            <guid>kU1GI5j4xv4en9PwZCZK</guid>
            <pubDate>Tue, 12 Apr 2022 16:25:19 GMT</pubDate>
            <description><![CDATA[Welcome to our guide on how to purchase the native coin to TCG World Metaverse — TCG Coin 2.0 (current price, along with fundamental details and contract address you will need to input to purchase on Pancakeswap, can be found here.) This token will be used for all in-game purchases. We hope this is useful for starting your path into our investment community, and cryptocurrencies in general.Many users who are new to BuzzCast might be confused about how to recharge their account, this article w...]]></description>
            <content:encoded><![CDATA[<p>Welcome to our guide on how to purchase the native coin to TCG World Metaverse — TCG Coin 2.0 (current price, along with fundamental details and contract address you will need to input to purchase on Pancakeswap, can be found here.) This token will be used for all in-game purchases. We hope this is useful for starting your path into our investment community, and cryptocurrencies in general.Many users who are new to BuzzCast might be confused about how to recharge their account, this article will help you understand the details of recharging at BuzzCast</p><ol start="2"><li><p>Find the wallet Tab, it’s the №4 Tab in your personal profile, it shows how much assets you are holding in BuzzCast, and the recharge portal.</p></li><li><p>Select the amount you want to top up on your account in the recharge section</p></li><li><p>Once you chose the Diamond package you prefer, click it and then you will enter the payment page (it goes with google play or apple pay), and confirm the recharge amount, make sure you have enough funds in the associated payment method.</p></li><li><p>After confirmation, the payment will get through instantly, you will get your diamond in seconds, and now you can start to use Buzzcast diamonds to buy gifts and make friends!</p></li><li><p>If you have any problem with BuzzCast recharge, you can contact the in-app customer service, or choose an easier way to recharge!</p></li><li><p>Search <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.buzzcast.info/">https://www.buzzcast.info/</a> in your browser and recharge in BuzzCast’s official website, this way is more flexible and easy</p></li><li><p>Login at the top right corner to log in</p></li><li><p>After login, select the Recharge section</p></li><li><p>Select your country and region in the Recharge section</p></li><li><p>Choose your payment method, such as bank card payment, PayPal , Razer gold, gift card payment, etc.</p></li><li><p>You can also pay with cryptocurrency, this is our most recommended payment method, you can easily pay in any country or region, for cryptocurrency recharge tutorial, please click “How to Recharge your BuzzCast with cryptocurrency”</p></li><li><p>medium.com</p></li><li><p>BuzzCast’s recharge video tutorial</p></li><li><p>If you have any problems during the payment process, please contact the Buzzcast assistant. For other recharge questions such as how to recharge cryptocurrency, you can contact RealLink staff or join the RealLink community for more information and help!</p></li><li><p>1.Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/RealLink001">https://twitter.com/RealLink001</a></p></li><li><p>2.Telegram: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://t.me/joinRealLink">http://t.me/joinRealLink</a></p></li><li><p>3.Medium: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/@RealLinkOfficial">https://medium.com/@RealLinkOfficial</a></p></li><li><p>4.Youtube: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.youtube.com/channel/UCj-8h-sFPN9vISrclw5ZieQ">https://www.youtube.com/channel/UCj-8h-sFPN9vISrclw5ZieQ</a></p></li><li><p>5.Reddit: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.reddit.com/r/RealLink_REAL/">https://www.reddit.com/r/RealLink_REAL/</a></p></li><li><p>If this article helped you, please do us a favor to click “follow” ! Your attention and reading will help REALLINK community to grow better!</p></li><li><br></li></ol><p>Below, you will find an instructional video for purchasing TCG coin 2.0 made by Justin, one of our community moderators. Watching the steps visually is probably the easiest way to learn, and we highly recommend doing this first. However, we have also included detailed written steps below. If you are brand new to crypto, this may look daunting at first, but we promise after the first time it will become effortless (and worth it, in our opinion!).</p><p>First, you will need to obtain BNB (BEP20) Smart Chain crypto coin. This can be done by trading a common currency such as ETH or BTC using a crypto wallet (ex: “SafePal.”) Alternatively, you could purchase the classic BNB (BEP2) through a network such as Binance. If you can’t withdraw BNB through Binance, trade it for ETH and then withdraw to SafePal. Safepal does not require verification. Swap ETH for BNB (BEP20) in Safepal and then send it to Trust Wallet.</p><p>(If you live in a state such as New York, and Binance is not accessible, you will need to download and set up 3 services: Coinbase, Kucoin exchange (be sure to set up trading password and complete KYC verification), and Metamask or Trust Wallet. Connect your fiat bank to Coinbase, using routing and account number. Purchase Bitcoin, send BTC to Kucoin exchange and trade for BNB. Send BNB on the BEP20 blockchain to your wallet of choice. If Trust Wallet, follow instructions below. If MetaMask, you may skip this step.</p><p>If you have any questions about the sending, selling, swapping part of this process, please reach out to a mod or admin; we have access to additional tutorials and our team covers all time zones— contact links are listed at the end of this article.</p>]]></content:encoded>
            <author>spiritedoryx8@newsletter.paragraph.com (spiritedOryx8)</author>
        </item>
        <item>
            <title><![CDATA[The world of NFT on the example of the project BLVCK NFT]]></title>
            <link>https://paragraph.com/@spiritedoryx8/the-world-of-nft-on-the-example-of-the-project-blvck-nft</link>
            <guid>qWBRw4lX1fgDxqJ1czJc</guid>
            <pubDate>Sun, 03 Apr 2022 17:00:55 GMT</pubDate>
            <description><![CDATA[The current will not contain all the information about the product. A token is an exclusive right to a product. By owning, buying, selling or exchanging a token, we perform all these operations with the product itself. Well, now that we have defined what NFT is, I can continue the article. We all know that now the field of NFT is popular and interesting to a large number of people and every day its hype is only increasing. There are many large and local projects with different ideas and appro...]]></description>
            <content:encoded><![CDATA[<p>The current will not contain all the information about the product. A token is an exclusive right to a product. By owning, buying, selling or exchanging a token, we perform all these operations with the product itself.</p><p>Well, now that we have defined what NFT is, I can continue the article. We all know that now the field of NFT is popular and interesting to a large number of people and every day its hype is only increasing. There are many large and local projects with different ideas and approaches to their work. But each project is unique and reveals itself in its own way, and here is one of them on the example of which you can understand all this.</p>]]></content:encoded>
            <author>spiritedoryx8@newsletter.paragraph.com (spiritedOryx8)</author>
        </item>
    </channel>
</rss>