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

Open
opened 2019-09-10 17:13:28 +00:00 by Aniel666 · 8 comments
Aniel666 commented 2019-09-10 17:13:28 +00:00 (Migrated from github.com)

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++-dev libminiupnpc-dev``
didn't work

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++-dev `libminiupnpc-dev`` didn't work
kingcap1 commented 2019-10-07 18:37:30 +00:00 (Migrated from github.com)

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,

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 2019-10-07 18:43:14 +00:00 (Migrated from github.com)

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"

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 2019-10-09 08:53:41 +00:00 (Migrated from github.com)

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

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 2019-10-09 11:49:11 +00:00 (Migrated from github.com)

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

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 2019-10-28 15:22:07 +00:00 (Migrated from github.com)

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.

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 2019-11-13 14:58:05 +00:00 (Migrated from github.com)

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

Balance Updated, blocks updated but when I run "eMarkd getstakinginfo" still having "staking" : false,. What can I run to unlock staking please ?
kingcap1 commented 2019-11-15 14:57:35 +00:00 (Migrated from github.com)

./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 ?

./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 2019-11-15 16:15:54 +00:00 (Migrated from github.com)

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" : "",

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" : "",
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Core-Wallets/eMark#53
No description provided.