If someone has the time can you give me a quick run down on how to get the block chain and peers etc files compiled for the windows version of the full desktop wallet. I can't seem to figure it out. I also have Ubuntu I can use if easier and I do usually prefer but can't find a guide.
Once this is done and I deposit NAV I can begin staking, am I right that this is like mining and you get a reward or not really?
Still interested in the raspberry pi 3 staking unit, I have 3 I don't really use and wouldn't mind setting them up. I only have a vague idea of how it all works but pick it up quick if anyone wants to give me some details on this.
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
sudo apt-get install libgmp3-dev
git clone
https://github.com/navcoindev/navcoin2cd navcoin2/src/secp256k1/
./autogen.sh
./configure --enable-module-recovery
make
cd /root/navcoin2/src/
rm -rf obj
mkdir obj
chmod 777 leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=1
strip navcoind