<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Saila Mo</title>
    <description>The latest articles on DEV Community by Saila Mo (@sailame_71c0b61b5d32).</description>
    <link>https://dev.to/sailame_71c0b61b5d32</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4073151%2Fc366aca2-0a47-405c-9c72-5df20ab954b9.png</url>
      <title>DEV Community: Saila Mo</title>
      <link>https://dev.to/sailame_71c0b61b5d32</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sailame_71c0b61b5d32"/>
    <language>en</language>
    <item>
      <title>I Built an Anonymous Hosting Platform Powered by Monero — Now I Don't Know Whether to Sell It or Save It</title>
      <dc:creator>Saila Mo</dc:creator>
      <pubDate>Tue, 11 Aug 2026 13:12:01 +0000</pubDate>
      <link>https://dev.to/sailame_71c0b61b5d32/i-built-an-anonymous-hosting-platform-powered-by-monero-now-i-dont-know-whether-to-sell-it-or-438i</link>
      <guid>https://dev.to/sailame_71c0b61b5d32/i-built-an-anonymous-hosting-platform-powered-by-monero-now-i-dont-know-whether-to-sell-it-or-438i</guid>
      <description>&lt;p&gt;I need to be honest with you. This is not a tutorial. This is not a success story.&lt;/p&gt;

&lt;p&gt;This is the story of something I built with genuine passion — and the dilemma I now face about what to do with it.&lt;/p&gt;




&lt;h2&gt;
  
  
  How It Started
&lt;/h2&gt;

&lt;p&gt;I'm a developer. I care deeply about privacy. Not in a paranoid way — in a principled way.&lt;/p&gt;

&lt;p&gt;I believe that anonymity is a right, not a feature. That people should be able to buy infrastructure without handing over their name, email, and payment history to a third party.&lt;/p&gt;

&lt;p&gt;So I built it myself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XMRHOST.CC&lt;/strong&gt; — an anonymous VPS and Proxy hosting platform where you pay with Monero, Bitcoin, or Litecoin — directly on-chain, no middlemen, no swap services. No account. No email. No logs. Just an Order ID.&lt;/p&gt;

&lt;p&gt;Payment confirmed → server deployed in seconds. Fully automated, end to end.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Actually Built
&lt;/h2&gt;

&lt;p&gt;I want to be technically honest here, because the devil is in the details.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The payment system:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;XMR verified via xmrchain.net (viewkey-based, 4 confirmations)&lt;/li&gt;
&lt;li&gt;BTC/LTC verified via Blockcypher API (3 confirmations)&lt;/li&gt;
&lt;li&gt;Live exchange rates via CoinGecko — always accurate USD pricing&lt;/li&gt;
&lt;li&gt;2% tolerance to protect against rate slippage during confirmation&lt;/li&gt;
&lt;li&gt;Duplicate TX protection — same hash cannot pay two orders&lt;/li&gt;
&lt;li&gt;Race condition protection — DB-level locking on confirmation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The automation:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Customer picks a plan, pays with crypto&lt;/li&gt;
&lt;li&gt;Payment verified on-chain automatically&lt;/li&gt;
&lt;li&gt;Server or proxy deployed via Servury Reseller API&lt;/li&gt;
&lt;li&gt;Credentials delivered instantly&lt;/li&gt;
&lt;li&gt;The owner does nothing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The stack:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PHP + SQLite + Vanilla JS — no framework, no npm, runs on any basic VPS&lt;/li&gt;
&lt;li&gt;Zero dependencies that can break or need maintenance&lt;/li&gt;
&lt;li&gt;Admin panel with full order overview, Telegram alerts on every paid order and deploy fail, manual override for edge cases&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What customers get:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VPS: full management panel — start/stop/restart, noVNC browser console, root password reset, OS reinstall (Debian 12, Ubuntu 24, CentOS 10, Windows Server 2022/2025)&lt;/li&gt;
&lt;li&gt;Proxy: Datacenter IPv4 + Residential rotating — US/CA/FR/UK/NL — HTTP &amp;amp; SOCKS5&lt;/li&gt;
&lt;li&gt;No account. No email. No registration. Just an Order ID.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"We can't share what we don't have."&lt;/em&gt;&lt;br&gt;&lt;br&gt;
No account. No email. No logs. Deploy a server or proxy in under 60 seconds.&lt;br&gt;&lt;br&gt;
Pay with XMR, BTC, or LTC — direct on-chain, no middleman.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  It Went Live. And Then Something Unexpected Happened.
&lt;/h2&gt;

&lt;p&gt;I posted a few listings in niche privacy communities. That was the only "marketing" I did.&lt;/p&gt;

&lt;p&gt;And then orders started coming in.&lt;/p&gt;

&lt;p&gt;From where exactly? I'm not always sure. Privacy networks. .onion communities. Word of mouth in places I'll never fully trace. The point is: &lt;strong&gt;I didn't ask for them. They just came.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The domain now ranks organically on Google for "XMR Host" and related privacy hosting searches. Zero paid ads. Ever.&lt;/p&gt;

&lt;p&gt;The platform has been running for months. It works. It earns. It requires almost no maintenance.&lt;/p&gt;




&lt;h2&gt;
  
  
  The First Article That Changed Everything
&lt;/h2&gt;

&lt;p&gt;A few weeks ago I stumbled upon this article:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://dev.to/js_bits_bill/what-i-learned-from-selling-a-side-project-online-370f"&gt;What I Learned From Selling a Side Project Online&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It resonated deeply. I recognized myself in it — the builder who put everything into something, then ran out of steam.&lt;/p&gt;

&lt;p&gt;So I listed XMRHOST.CC for sale:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://bitcointalk.org/index.php?topic=5587932" rel="noopener noreferrer"&gt;BitcoinTalk listing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://xmrbazaar.com/listing/R3RN/" rel="noopener noreferrer"&gt;XmrBazaar listing&lt;/a&gt; &lt;em&gt;(XMR multisig escrow available)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;SideProjectors &lt;em&gt;(pending approval)&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Asking price: &lt;strong&gt;$2,8- - 3k&lt;/strong&gt; — domain included, Servury API account, all crypto wallets, full documentation, full handover support.&lt;/p&gt;




&lt;h2&gt;
  
  
  Then The Second Article Hit Me
&lt;/h2&gt;

&lt;p&gt;Just when I thought I had made up my mind, I found this:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://dev.to/quanticdev/how-to-find-funding-for-your-project-3a9p"&gt;How to Find Funding for Your Project&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And suddenly a different question appeared:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What if I don't have to sell it?&lt;/em&gt;&lt;br&gt;&lt;br&gt;
&lt;em&gt;What if the community believes in this enough to help me finish it?&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Roadmap I Never Had Resources To Build
&lt;/h2&gt;

&lt;p&gt;Here's what XMRHOST could become with proper funding and time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tor .onion mirror&lt;/strong&gt; — footer already prepared, just needs deployment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ZEC Shielded + LTC MWEB payments&lt;/strong&gt; — true privacy coins&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HD Wallet&lt;/strong&gt; — auto address generation per order, no address reuse&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ISP Proxies&lt;/strong&gt; — residential ISP-grade proxies, highest anonymity tier&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;eSIM&lt;/strong&gt; — anonymous mobile connectivity, pay with XMR&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Proxy IP whitelist management&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Upgrade Plan flow&lt;/strong&gt; — VPS upgrades from dashboard&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bandwidth topup&lt;/strong&gt; for residential proxies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The foundation is solid. The automation is real. The niche is wide open.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Dilemma
&lt;/h2&gt;

&lt;p&gt;So here I am.&lt;/p&gt;

&lt;p&gt;I built something I'm proud of. Something that runs itself. Something that serves a real need in a world that increasingly surveils everything.&lt;/p&gt;

&lt;p&gt;But I don't have the time or the money to take it where it deserves to go.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option A:&lt;/strong&gt; Sell it. $2,6-3k. Someone else builds the dream.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option B:&lt;/strong&gt; Find funding. Keep it. Build the perfect privacy infrastructure myself.&lt;/p&gt;

&lt;p&gt;I genuinely don't know which path is right.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I'm Writing This
&lt;/h2&gt;

&lt;p&gt;Not to advertise. Not to pitch.&lt;/p&gt;

&lt;p&gt;I'm writing this because I know this community understands what it means to build something real — alone, without funding, without a team — and then face the impossible question of what to do with it.&lt;/p&gt;

&lt;p&gt;If you've been here, I'd love to hear from you.&lt;/p&gt;

&lt;p&gt;And if you're curious about the project itself — it's live at &lt;a href="https://xmrhost.cc" rel="noopener noreferrer"&gt;xmrhost.cc&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Whatever happens next — I built this with genuine care. And that part I don't regret.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with PHP + SQLite + Vanilla JS. Powered by Monero. No accounts. No logs. No compromise.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>monero</category>
      <category>privacy</category>
      <category>webdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
