Novidades

Mining Monero on the Raspberry Pi 4 – Setup Guide





* O link do vídeo está no final desse post.

Descubra tudo sobre Robô IQ OPTION de AUTOMATIZAÇÃO de Lista de SINAIS
E conheça também sobre o Melhor Bot Para Opções Binárias 2022
Que tal um robo gratuito para IQ Option? Sistema Para IQ Option Grátis





You can mine Monero on the Raspberry Pi! Monero can be mined using the CPU rather than GPU, so it’s a more suitable crypto currency to be mined on the Raspberry Pi. It’s not that hard to set up, and the Raspberry Pi doesn’t use much power, so it’s a good project to do!

00:00 – Initial Info
00:48 – Installing Raspberry Pi Imager
01:15 – Flashing Raspberry Pi OS Lite
02:19 – Updating System
03:17 – Creating Account
04:38 – Installing Dependencies
07:03 – Starting Miner
09:42 – Auto-Starting the Miner
10:58 – Final Thoughts

Commands to Install the Miner –
sudo ./autogen.sh
sudo ./configure
sudo ./build.sh
./cpuminer -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u YOUR_EMAIL
crontab -e
@reboot /cpuminer-multi/cpuminer -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u YOUR_EMAIL

Raspberry Pi Imager –
Project Github Page –
MinerGate –

Mining Duino Coin on the Raspberry Pi –

Links-
💬 Discord –
💸Patreon –
📺 Odysee –
📱Twitter –
📹 SlyFox1419 –

Vídeo no Youtube

Gosta de dicas de futebol para investimento desportivo? Então visita agora mesmo Palpites Copa do Mundo e prepara-se para viver a emoção do maior campeonato do planeta.





30 Comentários

  1. If you find the @reboot line doesn't seem to be working to start things up, I've found putting a sleep statement in helps make sure all the networking is up before things start up
    @reboot sleep 30 && <the normal command>

    Not everyone has that problem though!

  2. hi bro minergate website not working not login and not sigup only error 504 gateway time out

    any solution

  3. mine not crontab -e is not working. does not mine crypto automatically when starting raspberry pi.
    I used the command: @reboot sudo /cpuminer-multi/cpuminer -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45700 -u your_email

  4. good day sir, I just wanna ask if you have a video or will you have a video on how to get or withdraw what you mined in the monero. Thankyou very much for this video anyways =D

  5. Thanks for this video. I'm currently having an issue getting into the advanced options. Just found it, ctrl, shift x

  6. Hi, I am getting message "stratum_recv_line timed out" Do you know if there is a fix for it? Thanks

  7. great video but no longer works! same "stratum_recv_line timed out" as mentioned by others. I also tried their windows miner, no luck!

  8. Great video but sadly this will no longer work. It will start mining once setup but then within 24hours it will stop and give you error. "stratum_recv_line timed out". Checked various forum and everyone is trying to find a fix for it

  9. How did you open up the Advanced Options at 1:45? Never mind found it from another video, press ctrl+shift+x

  10. Mine was working fine, and now all of the sudden i keep getting the rpc2_login_decode fail as well as the stratum_recv_line failed
    and Stratum connection interrupted

    Do you happen to know why it would be doing this? followed all of the information in which you have in the video

  11. When I log of the or it loses connection to my terminal the mining seems to stop is that normal

  12. Great video! Just what I was looking for. But.. how exactly did you open the 'advanced options' up? I can't for the life of me find it.