Bitcoin Forum

Other => Beginners & Help => Topic started by: madmack1 on January 01, 2018, 01:56:50 PM



Title: setting up DMD wallet on raspberry pi 3 help please
Post by: madmack1 on January 01, 2018, 01:56:50 PM
Has anyone get experience setting up wallets on RPI3?

i have followed this guide
https://diamond-info.github.io/raspberry2.html

i tried with precompiled binaries which i couldnt get to run,
I tried to compile my own binary in pi which failed for some reason (pi was hot)

i then found a guide for compiling in vm debian     https://bitcointalk.org/index.php?topic=580725.15700


Install the build environment dependencies for the Raspberry Pi -
Code:
sudo apt install build-essential libtool autotools-dev autoconf pkg-config curl gcc-aarch64-linux-gnu g++-aarch64-linux-gnu  ( this line worked after working out debian doesnt configure sudo by default)

build the dependencies for the DMD wallet without the GUI (cli only) building for QT needs work -
Code:

cd depends && make HOST=aarch64-linux-gnu NO_QT=1           This line just gives an error too .

Can diamond wallet be run on ubuntu snappy? i think i need a gui.the commands to copy and paste just arent working on my system , ubuntu 16.04

spend a good 10+ hours on this now
Looking for gui alternatives now, lots of lite linux distros for pi can the regular linux wallet run on these?