Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN] [NAV] NAV COIN - ANONYMOUS TECH. ● ANDROID WALLET LIVE ● NAV 2.1 SOON
by
soopy452000
on 17/09/2016, 23:40:23 UTC
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.

Hi thisisanalias,

Please use the windows Installer which will give you the option to download the blockchain as a part of the installation process , this will be faster.

http://www.navcoin.org/files/NavCoin_3.6.0.exe

Mentioned below are the Linux compiling instructions.



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/navcoin2
cd 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


The Pi wallet is being developed , it will be available soon. Smiley

Let us know if you have further queries.

Warm Regards,
~SoopY~