Official NEBL-Pi Installer v1.0.1
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.
By default it will also use Neblio QuickSync to instantly sync the blockchain! No waiting days to sync!
This is the easiest way to install a staking wallet on a Raspberry Pi in the industry.
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
-x Disable Neblio QuickSync
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 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 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 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
Changes in v1.0.1:
- Installs/Compiles Neblio 2.1.1.1