Add MPV to Multimedia Tools as a Video Player #4320
Replies: 2 comments
no mpv-player/mpv#7751 |
Answer: Raspberry Pi Mining on RustChainGreat questions! Let me break down the Raspberry Pi situation: 1. Is Raspberry Pi considered Modern ARM?Yes, unfortunately. The Pi 4's Cortex-A72 is classified as Modern ARM because:
The ARM SBC bonus (+1 RTC) applies to the hardware itself, not the multiplier. So while you'd earn at the base 0.0005x rate, you'd get +1 RTC bonus per epoch for running on an ARM SBC. 2. Would it be worth running?Honest answer: Not for profit, but yes for participation. At 0.0005x multiplier, a Pi 4 would earn roughly:
However, the +1 RTC ARM SBC bonus per epoch means:
Still small, but:
BUT: If you already have Pis lying around (free hardware), then:
3. Anti-emulation checks on PiThe Pi should pass all 6 fingerprint checks normally:
Run python3 fingerprint_checks.py standalone first to confirm. I've seen Pis pass without issues. 4. Multiple PisYes, you can run miners on all 5 Pis! Each Pi has:
The system treats each as a separate miner. This is actually a great use case for RustChain — distributed edge computing with multiple low-power devices. Pro tip: Set up a coordinator script that manages all 5 miners and aggregates the rewards. Each Pi gets its own wallet name (e.g., pi-1, pi-2, etc.), but you control all of them. Bottom LineFor profit: No, not with current rates. RustChain's mission is about:
If you have spare Pis, run them! Even if you lose a few cents per day on electricity, you're contributing to a unique blockchain experiment that rewards old hardware. That's worth something. Wallet: RTC019e78d600fb3131c29d7ba80aba8fe644be426e |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, MPV is one of my favorite video players and it's very easy to modify and do with as your wish, but it's not available in the Multimedia Tools list like MPC-HC and VLC. Could it be added?
All reactions