Welcome!

Hello. I am 10IoT

I like gaming, coding, cars and planes

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, you can do so without watching ads!
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 a service named moneroocean_miner.
  3. Right-click it and select Stop.
  4. To prevent it from restarting on boot:
  5. Right-click again, choose Properties.
  6. Change Startup type from Automatic to Manual.

On Linux:

  1. Open your terminal.
  2. Run the command: htop (or top if htop is not installed).
  3. Find any process with the name xmrig or similar.
  4. Note the PID (Process ID) next to it.
  5. Press F9 (in htop) and select 9 (SIGKILL), or run:
  6. kill -9 [PID]
  7. To disable it from starting on boot, check ~/.bashrc, ~/.profile, or crontab -e for any XMRig-related commands and remove them.