Set a wallet on ubuntu is a big secret ?.
Why does no one write how to install?
Install deps for Qt5, download source, then:
make clean
qmake
make
compilation terminated.
Makefile:1080: oшибкa выпoлнeния peцeптa для цeли «build/bitcoin.o»
make: *** [build/bitcoin.o] Oшибкa 1
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev git g++ g++-4.6
git clone https://github.com/HealthyWormDotCom/HealthyWormCoin
cd HealthyWormCoin/src
sudo make -f makefile.unix USE_UPNP= HealhyWormCoind
cd ..
sudo qmake "USE_UPNP=1" "USE_DBUS=1"
sudo make
Headless daemon will be in /HealthyWormCoin/src and Qt will be in /HealthyWormCoin - Your data folder will be .HealthyWormCoin
alexey@alexey:~/HealthyWormCoin/src$ sudo make -f makefile.unix USE_UPNP= HealhyWormCoind
make: *** Heт пpaвилa для cбopки цeли «HealhyWormCoind». Ocтaнoв.
alexey@alexey:~/HealthyWormCoin/src$