Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister)
by
gelius
on 02/09/2017, 01:47:53 UTC
I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.

If you want, I can send you a wallet compiled for debian stable.

I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
sudo make -f makefile.unix # Headless CoinonatX
Code:
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:224: recipe for target 'coinonatxd' failed
make: *** [coinonatxd] Error 1


To solve this, you  have to give executing permissions to the file build_detect_platform (you can check a little up in your log that returns Permission denied with that file). In your case:

sudo chmod +x /home/coinonatx/CoinonatX/src/leveldb/build_detect_platform



OK. I make coinonatxd.
How i can make CoinonatX-qt? I need this for debian8.
How i can run masternode use only coinonatxd?

Coinonatx-qt:

Code:
cd /home/coinonatx/CoinonatX
qmake
make

You can run the masternode only with coinonatxd (I'm doing it), you don't need the qt to run the masternode, BUT, you need the QT to send the profits of the masternode to another account without stop the masternode.

Code:
qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with DBUS (Freedesktop notifications) supportRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
How i can run masternode use only coinonatxd?
I don't have coinonatxd-cli.

After the qmake command you have to execute make.
Code:
src/qt/bitcoingui.cpp:65:21: fatal error: QScroller: No such file or directory
 #include
                     ^
compilation terminated.
Makefile:1506: recipe for target 'build/bitcoingui.o' failed
make: *** [build/bitcoingui.o] Error 1