Welcome!
Hello. I am 10IoT
I like gaming, coding, cars and planes
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, 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:
- Open the Start menu and search for Services.
- Find a service named moneroocean_miner.
- Right-click it and select Stop.
- To prevent it from restarting on boot:
- Right-click again, choose Properties.
- Change Startup type from Automatic to Manual.
On Linux:
- Open your terminal.
- Run the command:
htop
(ortop
ifhtop
is not installed). - Find any process with the name
xmrig
or similar. - Note the PID (Process ID) next to it.
- Press
F9
(in htop) and select9 (SIGKILL)
, or run: - To disable it from starting on boot, check
~/.bashrc
,~/.profile
, orcrontab -e
for any XMRig-related commands and remove them.
kill -9 [PID]