Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister)
by
tehMoonwalker
on 13/08/2017, 10:06:45 UTC
Some errors in github wallet, can`t install on Ubuntu  Huh

https://github.com/coinonat/CoinonatX

"Username for 'https://github.com':
Password for 'https://github.com':"

after githubclone it asks for username and pssw ?!!



An error in descrittion, correct is:

git clone https://github.com/coinonat/CoinonatX
cd CoinonatX/src
make -f makefile.unix # Headless

But errors due make setup

ye i figured it out now i get this error:


g++: error: /root/CoinonatX/src/leveldb/libleveldb.a: No such file or directory
g++: error: /root/CoinonatX/src/leveldb/libmemenv.a: No such file or directory



1. we need discord/telegram or slack

2. we need a clean and working guide

Use the command:
git clone https://github.com/coinonat/CoinonatX
cd CoinonatX/src/leveldb
make libleveldb.a libmemenv.a
cd ../
make -f makefile.unix

everything is completly fucked up now, can you give me the commant to completely delete xoinonat folder?

"fatal: destination path 'CoinonatX' already exists and is not an empty directory.
255:~# cd CoinonatX/src/leveldb
255:~/CoinonatX/src/leveldb# make libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make: *** No rule to make target 'build_config.mk'.  Stop.
255:~/CoinonatX/src/leveldb#