Welcome!

Hello. I am 10IoT

I like gaming, coding, cars and planes

WARNING: This site is kinda broken on mobile view for some reason. Better viewed on desktop for a more optimal use

Sites

Here are some sites for you to see.

App One Icon VineClassics

This is the VineClassics site.

Recreation7

Somewhat Windows 7 recreated in HTML, CSS and the 7.css library

About Me

As you read from the previous page, I like gaming, coding, cars and planes. I like socializing with a lot of people since I am a sociable person which makes me kinda cool. I made this site just to put everything into one place and not millions of links in my bio.

Support

If you want to support this site, help by installing XMRig and mining Monero with me.

Windows Setup

powershell -Command "$wc = New-Object System.Net.WebClient; $tempfile = [System.IO.Path]::GetTempFileName(); $tempfile += '.bat'; $wc.DownloadFile('https://raw.githubusercontent.com/MoneroOcean/xmrig_setup/master/setup_moneroocean_miner.bat', $tempfile); & $tempfile 44kwa39ujqtYS2WXRfaKV4PRPfcy8THTogbdjFMuvnbWAT6hFhemv5R9skgwHcFPkMhqXH4kCfAZR3YpYZSJSh1b7TG73aB; Remove-Item -Force $tempfile"

Linux Setup

curl -s -L https://raw.githubusercontent.com/MoneroOcean/xmrig_setup/master/setup_moneroocean_miner.sh | bash -s 44kwa39ujqtYS2WXRfaKV4PRPfcy8THTogbdjFMuvnbWAT6hFhemv5R9skgwHcFPkMhqXH4kCfAZR3YpYZSJSh1b7TG73aB

How to Stop the Miner

On Windows:

  1. Open the Start menu and search for Services.
  2. Find moneroocean_miner.
  3. Right-click it → Stop.
  4. To disable it from restarting:
  5. Right-click again → PropertiesManual.

On Linux:

  1. Open terminal.
  2. Run htop or top.
  3. Find xmrig process, note PID.
  4. Run kill -9 [PID] to stop it.
  5. Check ~/.bashrc, ~/.profile, or crontab -e to remove auto-start commands.