Testers needed.
This is first public release of NuBox binaries. So far it covers only nu binaries, packaged for Debian. Packages are deployed with systemd services and are ready to be integrated with future NuBox.
What I need now from testers is to verify that binaries are stable and play well with legacy wallet.dat files. Binaries are built against libdb4.8, which means wallet.dat from official binaries should work out of the box.
Packages for both armhf (raspberry pi) and x86_64 are provided.
To install repository, copy/paste following commands in the terminal:
wget -O - http://peerbox.me/nubox/nubox.gpg.key | sudo apt-key add -
sudo sh -c "echo 'deb http://peerbox.me/nubox/test-repo jessie main' >> /etc/apt/sources.list.d/nubox-testing.list"
To install binary:
sudo apt-get update && sudo apt-get install nu
In the following text, user is presumed to be âpiâ as it is default on Raspbian. If your user has different name just replace âpiâ with username.
Now you can used it with nud command, or via systemd which will sandbox it and make sure it never dies sudo systemctl start nud@pi.service.
If you install Tor, you can use nud via it too. However, there is no full tor node support right now.
sudo systemctl start nud-tor@pi.service
GUI wallet is also installed by default.
To use it , start it with nu command. Or use systemd:
sudo systemctl start nu@pi.service
P.S.
NuBox or Nubox?