Try with this:
sudo apt-get install git build-essential libssl-dev libdb5.3++-dev libminiupnpc-dev libboost-all-dev qt5-qmake libqt5gui5 qt5-default qtdeclarative5-dev qttools5-dev-tools libqt5dbus5
git clone
https://github.com/slimcoin-project/Slimcoin/cd Slimcoin
git checkout master
cd src
make -f makefile.unix
Thank you so much!! It seems work perfectly!!!
You are welcome!!! Enjoy in SLM
Hi, today I have been done more intensive testing of Raspi Slimcoin daemon and it crash every time it try to do PoB, I think. My wallet it's encrypted, I have burnt some coins on windows client before copy Blockchain and wallet files to Raspberry. Trying to mint by burn with Pi, I unlock wallet with "./slimcoind walletpassphrase pass 100000 true" and immediately it crash.... there's last lines of debug.log:
trying connection 39.50.208.44:41682 lastseen=-15495.2hrs
connection timeout
trying connection 173.102.114.151:41682 lastseen=-26962.5hrs
ThreadRPCServer method=walletpassphrase
connection timeout
SlimCoinAfterBurner():
Smallest Hash is 0000003138af0000000000000000000000000000000000000000000000000001
by tx 1f1b6e070f59560cb86d919d2f37faeac9faafb5f51762cc46b16e5b11d45c89
with Block height 976294, transaction depth 2, vout depth 1
PoB Tartget is 0000000088be0000000000000000000000000000000000000000000000000000
pi@PiServer:~/hdd1/Slimcoin $
Anybody are suffering the same symptoms?