emarkproject / eMark

https://deutsche-emark.org
MIT License
24 stars 36 forks source link

How to build Wallet V 1.5 to Raspberry PI 4 (buster) #53

Open Aniel666 opened 5 years ago

Aniel666 commented 5 years ago

Hello, Could you help us to install it on Raspberry pi4 Buster ? because part: apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \ build-essential libboost-dev libboost-system-dev \ libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \ libssl-dev libdb++-devlibminiupnpc-dev`` didn't work

kingcap1 commented 5 years ago

now WORKS with new updated V1.6 compiles under Raspi4 Buster

pi@RaspiV4-CAM:~ $ strip eMarkd pi@RaspiV4-CAM:~ $ ./eMarkd eMark server starting pi@RaspiV4-CAM:~ $ ./eMarkd getinfo { "version" : "v1.6.0.0", "protocolversion" : 60011, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000,

kingcap1 commented 5 years ago

pi@RaspiV4-CAM:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Aniel666 commented 5 years ago

Same: cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

I try to install step by step. I'll tell you if it's ok

kingcap1 commented 5 years ago

just clone new Github with git clone .....

then goto /src and

make -j 4 -f makefile.unix

must be working now with V1.6

deps: https://github.com/emarkproject/eMark/blob/master/doc/build-unix.txt

Dependency Build Instructions: Ubuntu & Debian

sudo apt-get install build-essential sudo apt-get install libssl-dev sudo apt-get install libdb++-dev sudo apt-get install libboost-all-dev sudo apt-get install libqrencode-dev

Aniel666 commented 5 years ago

It's works only with new install of Raspbian Buster. According previous error we have a problem with SSH activated. Now my question is how to transfert my wallet.dat from windows PC to Raspberry pi. I run Backupwallet on windows, transfert wallet.dat to raspberry pi and run sudo importwallet wallet.dat. But blocks are up to date and balance still to 0.00.

Aniel666 commented 5 years ago

Balance Updated, blocks updated but when I run "eMarkd getstakinginfo" still having "staking" : false,. What can I run to unlock staking please ?

kingcap1 commented 5 years ago

./eMarkd getinfo { "version" : "v1.6.0.0", "protocolversion" : 60011, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000,

did GETINFO shown up STAKE ?

Aniel666 commented 5 years ago

Yes 👍 eMarkd getinfo { "version" : "v1.6.0.0", "protocolversion" : 60011, "walletversion" : 60000, "balance" : , "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 2552749, but eMarkd getstakinginfo { "enabled" : true, "staking" : false, "errors" : "",