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.
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:
- Open the Start menu and search for Services.
- Find moneroocean_miner.
- Right-click it → Stop.
- To disable it from restarting:
- Right-click again → Properties → Manual.
On Linux:
- Open terminal.
- Run
htop
ortop
. - Find
xmrig
process, note PID. - Run
kill -9 [PID]
to stop it. - Check
~/.bashrc
,~/.profile
, orcrontab -e
to remove auto-start commands.