Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
kydub
on 15/09/2017, 16:38:56 UTC
Hi dev. coinonatxd don't work in debian8.
Code:
./coinonatxd any_command any_options
don't answer
Code:
cat coinonatx.conf
rpcallowip=127.0.0.1
rpcuser=my_login
rpcpassword=my_pass
staking=0
server=1
daemon=1
listen=1
Code:
cat debug.log
.....
SetBestChain: new best=036ebf8e44f3d4ad08288c1af139a5f311d8ed7799c114ae3d02d2a0385edfce  height=57090  trust=25178000413117657170  blocktrust=1933528342854728  date=09/15/17 01:37:20
ProcessBlock: ACCEPTED
Successfully synced, asking for Masternode list and payment list
Code:
ps aux | grep coinonatx
coinona+ 17151  0.2  0.4 982212 75688 ?        Ssl  07:02   0:32 ./coinonatxd
root     27800  0.0  0.0  99512  6340 ?        Ss   09:58   0:00 sshd: coinonatx [priv]
coinona+ 27807  0.0  0.0  99512  4844 ?        S    09:58   0:00 sshd: coinonatx@pts/2
coinona+ 28102  0.0  0.0  12728  2200 pts/2    S+   10:03   0:00 grep coinonatx
Don't ignore this.


Sorry, just noticed debug log shows the wallet running so I'm assuming it compiled fine. Is ./coinonatxd -? working? Anyway, your conf is missing a port. A non-masternode wallet config should look something like this:

Code:
rpcallowip=127.0.0.1
rpcuser=
rpcpassword=
rpcport=44578
daemon=1
server=1
listenonion=0
addnode=lindaminingpool.ddns.net
addnode=193.70.109.114

A masternode wallet conf should look like this:
Code:
rpcallowip=127.0.0.1
rpcuser=
rpcpassword=
staking=0
server=1
listen=1
port=