Author

Topic: ★[ANN] [NAV] NAV COIN - Community Fund Live!!! - page 1031. (Read 2085654 times)

full member
Activity: 339
Merit: 100
I've agreed with many of the 'negative' posts and feel the 'cheerleading overload'.  As a member of the NAV foundation I am happy to see the linux wallet out but expect to see more before I can invest more. I want to see this coin succeed and like the movement that is happening as of late.  Let's build on the momentum and keep it rolling.  This coin is not dead by any means but, as has been stated before, we need more timely improvements.
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
im in contact with dev, hes working alot on this!
sr. member
Activity: 1622
Merit: 270
Undeads.com - P2E Runner Game
When BTER will repair Navajo wallet ?
hero member
Activity: 851
Merit: 1000
Do You Even Onion Bro?
This is really good news good job guy.... the next few day will b interesting .. Grin
sr. member
Activity: 336
Merit: 250
Nobody sells for now. I guess waiting for the update of the new wallet? And whether Bittrex will change their wallet (expected maintenance)?
My wallet synchronized for ~5 hours.

Have you added the nodes in the conf file?

Actually I use old nodes, which are the same as the new. I left in the folder summercoinv2.conf file + wallet.dat, everything else "del".

AMD Athlon II X2 240e 2800 MHz: 4gb ram - CPU load from 50% to 100% (when mining+synchronizing).
legendary
Activity: 1082
Merit: 1002
Nobody sells for now. I guess waiting for the update of the new wallet? And whether Bittrex will change their wallet (expected maintenance)?
My wallet synchronized for ~5 hours.

Have you added the nodes in the conf file?
sr. member
Activity: 336
Merit: 250
Nobody sells for now. I guess waiting for the update of the new wallet? And whether Bittrex will change their wallet (expected maintenance)?
My wallet synchronized for ~5 hours.
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
soopy, my current windows wallet runs fine, do you advice me to download the new one or is the windows wallet still the same?

Run the new one mate. Smiley It's much more stable.
sr. member
Activity: 518
Merit: 250
soopy, my current windows wallet runs fine, do you advice me to download the new one or is the windows wallet still the same?
sr. member
Activity: 518
Merit: 250
Guys please support me to push it, i start to buy some of buy walls but i've not any more BTC, join me
Now 19.5% change on bittrex

Remove the buy orders to helping price upward

no dont remove them please!i want to buy them hehe but i need a few days to buy some more btc 👹
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
What do you mean by creating? It's already there.

Code:
mkdir: cannot create directory ‘leveldb’: File exists


Just run

chmod 755 src/leveldb/build_detect_platform

It worked!




Thanks!

No problem mate , I'm glad. Smiley

Cheers!

~SoopY~
member
Activity: 70
Merit: 10
What do you mean by creating? It's already there.

Code:
mkdir: cannot create directory ‘leveldb’: File exists


Just run

chmod 755 src/leveldb/build_detect_platform

It worked!




Thanks!
legendary
Activity: 994
Merit: 1000
Guys please support me to push it, i start to buy some of buy walls but i've not any more BTC, join me
Now 19.5% change on bittrex

Remove the buy orders to helping price upward
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
What do you mean by creating? It's already there.

Code:
mkdir: cannot create directory ‘leveldb’: File exists


Just run

chmod 755 src/leveldb/build_detect_platform
member
Activity: 70
Merit: 10
What do you mean by creating? It's already there.

Code:
mkdir: cannot create directory ‘leveldb’: File exists
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
Thanks for the reply soopy. I followed all the steps once again, making sure all the dependencies are already installed, and this is what I get after running make or sudo make:

Code:
cd /home/user/navajocoin/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/user/navajocoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/user/navajocoin/src/leveldb'
make: *** [/home/user/navajocoin/src/leveldb/libleveldb.a] Error 2

You have to create leveldb before compiling my friend. Smiley
member
Activity: 70
Merit: 10
Thanks for the reply soopy. I followed all the steps once again, making sure all the dependencies are already installed, and this is what I get after running make or sudo make:

Code:
cd /home/user/navajocoin/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/user/navajocoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/user/navajocoin/src/leveldb'
make: *** [/home/user/navajocoin/src/leveldb/libleveldb.a] Error 2

... and this is what I get when I try to compile the daemon only:

Code:
g++: error: /home/user/navajocoin/src/leveldb/libleveldb.a: No such file or di      rectory
g++: error: /home/user/navajocoin/src/leveldb/libmemenv.a: No such file or dir      ectory
make: *** [navajocoind] Error 1
legendary
Activity: 994
Merit: 1000
Now, time to rising again to at least 800 sat and above

KEEP PUSHING
legendary
Activity: 1082
Merit: 1002
legendary
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
I'm using Ubuntu 14.04, I've followed the instructions from here (both with & without GUI) with no success. I got Error 2 when trying to build the QT and Error 1 for the daemon Smiley

Help..?

Have you installed the dependencies correctly my friend?

1. sudo apt-get update

2. sudo apt-get install libdb++-dev

3. sudo apt-get install build-essential libssl-dev libdb5.1-dev libdb5.1++-dev libboost-all-dev git

4. git clone http://www.Github.com/sherlockcoin/navajocoin

5. cd navajocoin/src

6. mkdir obj

7. chmod 755 src/leveldb/build_detect_platform

8. make -f makefile.unix USE_UPNP=-

FOR CLIENT WITH GUI

1. cd navajocoin

2. qmake "USE_UPNP=-"

3. make

To Compile Leveldb
chmod 755 src/leveldb/build_detect_platform
Jump to: