motrix icon indicating copy to clipboard operation
motrix copied to clipboard

windows screensaver?

Open anhdres opened this issue 5 years ago • 2 comments
trafficstars

Would it be possible to package this as a windows program/screensaver that started and closed its own monerod? Kind of a standalone portable program that could be used even as a promotion for Monero.

anhdres avatar Aug 24 '20 18:08 anhdres

This was the original goal - I was thinking this could run on a laptop at the Defcon booth.

This should work under Windows with pdcurses but I have not tested it. I'm not sure about packaging it with monerod - is it that difficult to setup, or ?

vtnerd avatar Sep 01 '20 01:09 vtnerd

I found an interesting screensaver like technique for Linux (and likely *BSDs), but still nothing for Windows or MacOS.

sudo openvt -s -- sudo -u USER -H ./motrix ... will launch the application in the next available virtual TTY and immediately switch to it and run motrix as USER. You can switch back to your normal TTY (frequently ctrl-alt-F7) and logout, and motrix will continue to run. The application can only be killed, and when this is done, the TTY is not cleared until explicitly requested via openat or similar.

vtnerd avatar May 17 '21 02:05 vtnerd