How to build Wallet V 1.5 to Raspberry PI 4 (buster) #53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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,
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"
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
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
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.
Balance Updated, blocks updated but when I run "eMarkd getstakinginfo" still having "staking" : false,.
What can I run to unlock staking please ?
./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 ?
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" : "",