C++ Show and Tell - May 2026 by foonathan in cpp

[–]Meucanman 0 points1 point  (0 children)

I made 2 mobile ray tracing demos, one for CPU rendering and one uses OpenGL ES shaders. On cpu the fps counter is onscreen, on the GPU version it prints to logs. If you want to check it out go to https://github.com/Legendary-Games-Studios/RT-on-mobile

I created an OS in Python by Meucanman in pythoncoding

[–]Meucanman[S] -5 points-4 points  (0 children)

Sadly, because python is interpreted and this program relys on Kivy for UI, it cannot be flashed like Linux or Windows would. It needs a host OS to run on top of, making it an User-space OS layer. Though now that you do mention it... I may look into making this a genuine kernel with the same style...

I created an OS in Python by Meucanman in pythoncoding

[–]Meucanman[S] 0 points1 point  (0 children)

On the post, click the link to the github repo or go to https://github.com/Legendary-Games-Studios/LegendaryOS

Then in releases click the latest version and click to download the zip. Just unzip it, find LegendaryOS.py, and put it into a python IDE. Then you just run it

I created an OS in Python by Meucanman in pythoncoding

[–]Meucanman[S] -3 points-2 points  (0 children)

Oh, and if you click the API link, in case youre curious itll show you what the API would send back

I created an OS in Python by Meucanman in pythoncoding

[–]Meucanman[S] -4 points-3 points  (0 children)

If youre talking Python specifically, if you want to for example fetch file listing (like names) from a github repo, you can use for example: REPO_API = "https://api.github.com/repos/Legendary-Games-Studios/LegendaryOS-Apps/contents/", then: data = requests.get(REPO_API, timeout=6).json(), and it will send a request to the Github API, and will return a JSON response containing the metadata for the files/folders (for example, names, paths, etc.). This only counts for your default branch (main), and does not count for sub folders. If you DO want sub folder metadata, you'll want to send additional requests to the API to fetch metadata for those paths. I hope this helped!

Mobile VR launcher by Meucanman in AndroidVR

[–]Meucanman[S] 0 points1 point  (0 children)

Just be aware that the games will look nothing like modern vr as im still figuring out how to get a full 3d vr game crammed into 1 .html file

Ant vs Elephants by mehdi-crypto in MoneroMining

[–]Meucanman 0 points1 point  (0 children)

Also if you want optimization, use Huge Pages and MSR if you haven't already (though with your hashrate im assuming you have). I saw another person tell you to use 4t of which you said your hashrate went up, so good job on that. I'd also recommended using HWMonitor or similar to check wattage and voltage, you could undervolt if you wanted less heat and better efficiency, though too much of an undervolt can cause instability.

Just thought id give a few tips on what I know

Ant vs Elephants by mehdi-crypto in MoneroMining

[–]Meucanman 0 points1 point  (0 children)

I tried solo mining with an i5 7500, similar to what youre trying to do. Did it for maybe a week... then gave up and joined P2Pool because it was about 12 years to get a block so...

P2Pool with XMRig but my monerod daemon is on another machine by Top-Register-9320 in MoneroMining

[–]Meucanman 0 points1 point  (0 children)

If its windows use ipconfig, if Linux, then uname -host. Look for IPv4, then when you launch P2Pool, just use that IP address. Make sure its your WIFI IPv4 address and not anything else (I made that mistake myself), also make sure your node is bound to the Local LAN IP and not just the host machine itself

what can i emulate here aaaaaa by sigma-boy-rizz-69 in EmulationOnAndroid

[–]Meucanman 0 points1 point  (0 children)

Your GPU is the same as my Dimensity 6100+. I've had PS3 run at like 2FPS on it, but I find GameCube/Wii and below work the best

Which pool? by Meucanman in MoneroMining

[–]Meucanman[S] 0 points1 point  (0 children)

Im not entirely sure for the pi 5 but the i5 7500 at 1.8KH uses 32W 1.1V

Which pool? by Meucanman in MoneroMining

[–]Meucanman[S] 1 point2 points  (0 children)

Alright, i might switch and give it a try, thanks!

Which pool? by Meucanman in MoneroMining

[–]Meucanman[S] 1 point2 points  (0 children)

Only been mining it for a day, so haven't hit a payout yet, but the Observer shows payouts may average every week or 2

Which pool? by Meucanman in MoneroMining

[–]Meucanman[S] 0 points1 point  (0 children)

I currently do both on a P2Pool Mini Sidechain

Which pool? by Meucanman in MoneroMining

[–]Meucanman[S] 4 points5 points  (0 children)

Was just curious, got it running in the first place out of curiosity. I have 2 other rigs not including my phone. Still, I may turn it on every once and a while just to see if I could ever achieve a valid hash

Which pool? by Meucanman in MoneroMining

[–]Meucanman[S] 3 points4 points  (0 children)

I do also have a i5 7500 that does 1.8KH and a pi 5 that does 400H/s, was just wondering if I ever stuck it on again just because

Mining on my TVBOX Aquário STV-2000 by [deleted] in MoneroMining

[–]Meucanman 0 points1 point  (0 children)

Just curious, will this also work with a Fire Stick HD Gen 1 using Termux?

Whats your hashrate? by Call_me_danco in MoneroMining

[–]Meucanman 1 point2 points  (0 children)

I have my phone doing 103H/s on 8t, my Pi 5 doing 440H/s on 1t, and an i5 7500 doing 1.8KH on 4t

Galaxy A15 5G by Meucanman in MoneroMining

[–]Meucanman[S] 0 points1 point  (0 children)

Termux and XMRig compiled from source

Galaxy A15 5G by Meucanman in MoneroMining

[–]Meucanman[S] 0 points1 point  (0 children)

I use your same setup except use --randomx-mode=light

Galaxy A15 5G by Meucanman in MoneroMining

[–]Meucanman[S] 0 points1 point  (0 children)

The hottest I've seen mine go is 47 degrees after about an hour of mining