Does anyone have it install the vault on raspberry.
I can not seem to start the setup
I have the following message:
PI@raspberry:$ apt-get install CryptoBullion-qt_linux32
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root ?
Thanks in advance
It was writing "sudo" to execute in administrator mode
Now I have the following message:
E: Unable to locate package CryptoBullion-qt_linux32
Thanks in advance
Hello,
Sorry for the delay.
Well, you seem new in the Linux world, so welcome ^^ .
Let me explain something
"apt-get" or "aptitude" is the package manager, a kind of software manager, you can install package (software) from repository of the OS and you can add link to new repository to access to more "package". It's a kind of software installer, but you can ONLY install software that are on package repository of distrubution, CryptoBullion is not.
What we provide is not a installation, it's a Linux executable (same as the .exe file in Windows) so to use it you should just have to "run" it.
But, Raspberry Pi is a computer with an ARM processor, it means that it can only runs software compiling for ARM. ARM is not use in desktop/laptop computer, it's more x86, x86_64.
So both precompiled version of CBX can't work on it.
To make it work you must compile it by your own, prepare the coffee because the low CPU of RPi is not very fast to compile.
To compile it you can follow the doc:
Here is to compile daemon only:
https://github.com/cryptogenicbonds/CryptoBullion-CBX/blob/master/doc/build-unix.mdHere is to compile Qt:
https://github.com/cryptogenicbonds/CryptoBullion-CBX/blob/master/doc/readme-qt.md