Led screen

sudo apt update
sudo apt install tmux -y
tmux start-server
to list session tmux ls
tmux kill-session -t SESSIONNAME
Tmux commands
Ctrl-b + d – detach from the current session.
Ctrl-b + % – split one window into top and bottom panes.
Ctrl-b + “ – divide a window into two panes vertically.
Ctrl-b + arrow – move to a different pane in a direction.
Ctrl-b + x – close the current pane.
Ctrl-b + c – create a new window
https://xmrig.com/wizard#result
Guide for automated xmrig on boot with tmux : r/MoneroMining
https://www.instructables.com/Raspberry-Pi-Monitoring-System-Via-OLED-Display-Mo
https://www.raspberrypi.com/documentation/computers/raspberry-pi.html
https://dustybugger.com/how-to-mine-crypto-with-a-raspberry-pi
This one works
https://dustybugger.com/how-to-mine-crypto-with-a-raspberry-pi
sudo apt install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev -y
git clone https://github.com/xmrig/xmrig.git
Now we need to change our directory to the xmrig directory by typing:
cd xmrig
Then we need to make a new directory called “build” by typing:
mkdir build
Now we need to change our directory to the build directory by typing:
cd buildCreate /build directory within /xmrig
Now type:
cmake ..cmake ..
and then:
make
42GrSs6hHTQVGM3Z6Qb75TCdouj2BNktsYGMGxi9eMPC4RZtuoYojhWQu2TFKemd8W3dwJvbmnKwK3jzFGP1QJsTV87nesc
./xmrig -o gulf.moneroocean.stream:80 -u 42GrSs6hHTQVGM3Z6Qb75TCdouj2BNktsYGMGxi9eMPC4RZtuoYojhWQu2TFKemd8W3dwJvbmnKwK3jzFGP1QJsTV87nesc -p RaspberryPi4 – 1
xmrig/build/xmrig -o gulf.moneroocean.stream:80 -u 42GrSs6hHTQVGM3Z6Qb75TCdouj2BNktsYGMGxi9eMPC4RZtuoYojhWQu2TFKemd8W3dwJvbmnKwK3jzFGP1QJsTV87nesc -p RaspberryPi4 – 1
commands
H – hashrate
S – complete swaps
c – Connection status
tmux
Screen commands
create screen -s mining
– then run xmrig
exit screen CTRL+A D
screen -ls List
Enter minier again Screen -R Mining
https://www.youtube.com/embed/PG7OM6yxgoA?start=342&feature=oembed
crontab -e
@reboot /cpuminer-multi/cpuminer -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u YOUR_EM
Htop is system information
Install HTOPapt-get install
htop
Run HTOP
htop
https://unix.stackexchange.com/questions/539092/setting-up-a-screen-session-on-system-startup
easy start up
https://www.youtube.com/embed/wVPAHI9on0o?feature=oembed
https://docs.deeztek.com/books/ubuntu/page/install-and-configure-xmrig-for-monero-xmr-crypto-mining
Share : https://13a.uk/vchf




Leave a Reply