• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

dash-qt linux

virus

New member
Why in the archives "dashcore-0.16.1.1-aarch64-linux-gnu.tar.gz " and "dashcore-0.16.1.1-arm-linux-gnueabihf.tar.gz" file does not exist /bin/dash-qt? How do I run a dashcore wallet for linux?
 
I think the ARM builds do not include a GUI, it is the daemon only. I'm not sure why Qt isn't enabled, maybe there is a dependency problem. You can try to build it yourself with the GUI following the instructions at https://github.com/dashpay/dash/blob/master/doc/build-unix.md

Please report back if are successful or if you run into specific errors, so we can open an issue to enable Qt for the release builds.
 
I think the ARM builds do not include a GUI, it is the daemon only. I'm not sure why Qt isn't enabled, maybe there is a dependency problem. You can try to build it yourself with the GUI following the instructions at https://github.com/dashpay/dash/blob/master/doc/build-unix.md

Please report back if are successful or if you run into specific errors, so we can open an issue to enable Qt for the release builds.

Debian ARM 32 bit

$ sudo apt install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils cmake
>Ok
$ sudo apt install libprotobuf-dev protobuf-compiler
>Ok
$ cd depends
$ make download-linux
>Ok
$ make HOST= arm-linux-gnueabihf
dashbuild.png

Help!
 
Last edited:
xcompiling is super tricky, I don't do it personally. Compiling as `root` is dangerous and foolish, the user should stop doing that. The warnings shown in the screenshot may look scary but are also inconsequential, the actual error is not shown in the snip.
 
Agree, those are build warnings, they will not affect the build.
 
Back
Top