Full Guide Raspberry Pi Neutronex Setup

Опубликовано: 23 Июль 2026
на канале: C-Man
385
14

From the beginning till the end, flash, SSH access, auto-updates, remote control, config file setup, all the complete guide is in this video, enjoy!

Links
Neutronex Discord   / discord  
Neutronex website https://neutronex.io/
Neutronex Website https://neutronex.io/
Einstein@Home Website https://einsteinathome.org/
Raspberry Pi Imager https://www.raspberrypi.com/software/
Docker Debian Guide https://docs.docker.com/engine/instal...
Tailscale https://tailscale.com/
Tailscale Setup    • Tailscale on Crankk Gateways  

Full Neutronex on Raspberry Pi OS Guide
Note: After every command line, press Enter if not specified!
Another Note: A Solana wallet address (https://phantom.com/ or https://www.solflare.com/) and an account on https://einsteinathome.org/ are needed to participate in Neutronex!
1. Download and install the Raspberry Pi Imager https://www.raspberrypi.com/software/
2. Flash the SD card, recommended at least 32GB, High-Endurance, 100MB/s read-write speed, press the Edit settings button when prompted, define the hostname, the username, the password and optionally the Wi-Fi access point and its password.
3. Create a file named "ssh" (no quotes, no extensions) in the Boot partition of the SD card.
4. Insert the SD card in the Raspberry Pi, connect it to internet if necessary, power it on and search for the Raspberry Pi IP address in your local network.
5. Open a command prompt, or a terminal, and write (modify it with your own credentials):
ssh your_set_username@raspberry_IP
press Enter, type yes if prompted, the password is the one you've set up when flashing the SD card.
6. Update and upgrade the Raspberry Pi OS
sudo apt update
sudo apt upgrade
(interact with y when necessary)
7. Install and run Docker https://docs.docker.com/engine/instal... (copy/paste each line one at a time, in the presented order, the first 2 commands are not really necessary)
8. Install and run the Neutronex Docker container (modify it using your own credentials)
sudo docker run -d --name neutronex --restart unless-stopped --network host --privileged --label "com.centurylinklabs.watchtower.enable=true" -e BOINC_KEY=your_Einstein@Home_account_key -e WALLET=your_Solana_wallet -v /opt/neutronex:/app neutronex/neutronex:arm64
Check the Neutronex logs
sudo docker logs -f neutronex
CTRL+C to exit.
Check the status of the current Neutronex (BOINC) task
sudo docker exec -it neutronex boinccmd --get_state
CTRL+C to exit.
9. Install and run Watchtower for auto-updates
sudo docker run -d --name watchtower --restart always -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower
10. Install and run Tailscale for remote access (a Tailscale created account is needed https://tailscale.com/ and an ephemeral authentication key created    • Tailscale on Crankk Gateways  )
sudo docker run -d --restart unless-stopped --name tailscaled -v /var/lib:/var/lib -v /dev/net/tun:/dev/net/tun --network=host --hostname=a_name_for_the _raspberry --cap-add=NET_ADMIN --cap-add=NET_RAW -e TS_AUTHKEY=your_tailscale_auth_key -e TS_STATE_DIR=/var/lib/tailscale tailscale/tailscale:latest
11. Optimize the global_prefs_override.xml file
Stop the Neutronex container
sudo docker stop neutronex
Access the global_prefs_override.xml file
sudo nano /opt/neutronex/global_prefs_override.xml
Navigate using the arrows, modify it by need, CTRL+O and Enter to save it, CTRL+X to exit it.
Start the Neutronex container again
sudo docker start neutronex
12. To earn $NTRX tokens, for workers, you'll need a license, you can purchase one in your Neutronex console, it costs $25 in $NTRX, happy mining!

Links, discounts, referrals https://linktr.ee/c_man_the_man

#raspberrypi #neutronex #easysetup

Donations

bitcoin wallet address
bc1qpcfex53u7mqx4dc25gw7j7446amw9vn6743cn5

evm / metamask (ETH, ETC, OCTA, POL, PEAQ, MONAD, BASE etc.)
0xbE4879888d95B02B2FCaed2FcAeBbcf36829BDC9

solana wallet address
7EHWvShXfjLJ2HhzTf4CsHgjKckivfMQMjnEoUAEqau

sui wallet address
0x421a5a462f99c2d675d035d0c741ba5765a47c1e28f95d33ad770cd34a36a6ea

Thank you!

Timestamps

0:00 Intro
0:09 Flash the SD Card
2:12 SSH Access
3:29 Upgrade Raspberry Pi OS
3:56 Install Docker
4:49 Install Neutronex
6:39 Install Watchtower
7:00 Install Tailscale
8:12 Modify the config file
10:16 Guide completed