I'm having problems to compile the new version on a Pi 3, which is weird since the first version compiled without issues.
pi@raspberrypi:~ $ ./ReddByted getinfo
{
"version" : "v1.0.0.1",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 810.74068656,
"newmint" : 0.00000000,
"stake" : 17.25413897,
"blocks" : 47299,
"timeoffset" : 0,
"moneysupply" : 4647592.42054064,
"connections" : 4,
"proxy" : "",
"ip" : "188.190.222.150",
"difficulty" : {
"proof-of-work" : 19.32704802,
"proof-of-stake" : 0.00179444
},
"testnet" : false,
"keypoololdest" : 1483631768,
"keypoolsize" : 101,
"paytxfee" : 0.00001000,
"mininput" : 0.00000000,
"errors" : ""
}
pi@raspberrypi:~ $
I have a new version compiles no problem in the Rpi 3.
sudo apt-get install git
sudo git clone
https://github.com/Denlon210/ReddByteCoin-mastersudo apt-get install miniupnpc libdb++-dev build-essential autoconf libtool libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev libqt4-dev libprotobuf-dev protobuf-compiler libqrencode-dev -y
cd ReddByteCoin-master/src
make -f makefile.unix