Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister)
by
dsutil
on 31/08/2017, 07:35:48 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.