Skip to content

NEBL-Pi Installer v0.1

Compare
Choose a tag to compare
@nebliodev nebliodev released this 22 Nov 02:05
· 104 commits to master since this release

Official NEBL-Pi Installer

This installer will install the latest version of neblio-qt and/or nebliod on your Raspberry Pi with a single command.

This is the easiest way to install a staking wallet on a Raspberry Pi in the industry.
Due to the beauty of open-source we welcome other projects to "borrow" our script and adapt it for themselves ;)

Flags:

You can combine any or all of these flags at the end of the command, ex -dq -dc -dqc
-c Compile all binaries instead of downloading them (Can take over 2 hours)
-d Install/Compile nebliod
-q Install/Compile neblio-qt

How to Install Neblio on your RPi with a Single Command

Open Terminal on your Raspberry Pi and paste in one of the following commands:

  • To install both nebliod and neblio-qt (download instead of compile: Fast):
    curl https://raw.githubusercontent.com/NeblioTeam/NEBL-Pi/master/NEBL-Pi-Installer.sh | bash -s -- -dq

  • To install just neblio-qt (download instead of compile: Fast):
    curl https://raw.githubusercontent.com/NeblioTeam/NEBL-Pi/master/NEBL-Pi-Installer.sh | bash -s -- -q

  • To install just nebliod (download instead of compile: Fast):
    curl https://raw.githubusercontent.com/NeblioTeam/NEBL-Pi/master/NEBL-Pi-Installer.sh | bash -s -- -d

  • To compile and install both nebliod neblio-qt (compile instead of download: Over 2 Hours):
    curl https://raw.githubusercontent.com/NeblioTeam/NEBL-Pi/master/NEBL-Pi-Installer.sh | bash -s -- -dqc