Search content
Sort by

Showing 3 of 3 results by Malrus
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
Malrus
on 12/09/2017, 20:36:28 UTC
What should the coinonatxd.config file look like on a Ubuntu server, which also contains the wallet with 1000 coins?

rpcallowip=xx.xx.xx.xx
rpcuser=xxx
rpcpassword=xxx
staking=0
server=1
listen=1
port=
masternode=1
masternodeaddr=
masternodeprivkey=

should it contain the externalip=xx.xx.xx.xx instead?



As far as I know coinonatx.conf should be the same for windows, mac, and linux wallets:

Code:
rpcallowip=127.0.0.1
rpcuser=
rpcpassword=
staking=0
server=1
listen=1
port=
masternode=1
masternodeaddr=:
masternodeprivkey=

EDIT:
Quote
Which also contains the wallet with 1000 coins?
Are you running a masternode with 5000 XCXT in the mn address and 1000 XCXT in another address for a total of 6000 XCXT in the wallet or just trying to run a regular wallet with 1000 XCXT in the main address?  

I used the coinonatxd getnewaddress 0 to obtain a wallet address on the server, then sent 1000 coins to it.

When I set up the masternode the block count was correct, now I have 0 connections and the block count doesn't increase.

I've restarted the server and I think I've just messed up the config.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
Malrus
on 12/09/2017, 19:49:03 UTC
What should the coinonatx.config file look like on a Ubuntu server, which also contains the wallet with 1000 coins?

rpcallowip=xx.xx.xx.xx
rpcuser=xxx
rpcpassword=xxx
staking=0
server=1
listen=1
port=
masternode=1
masternodeaddr=
masternodeprivkey=

should it contain the externalip=xx.xx.xx.xx instead?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - Cryptopia & Novaexchange - Required update 0.9.3.0
by
Malrus
on 20/08/2017, 20:10:58 UTC
Hi all,
I am having  trouble compiling my first masternode and have the following error immediately before the 'make' command is used. (My swapfile size seems large enough...)

Code:
checking whether bswap_16 is declared... yes
checking whether bswap_32 is declared... yes
checking whether bswap_64 is declared... yes
checking whether __builtin_clz is declared... yes
checking whether __builtin_clzl is declared... yes
checking whether __builtin_clzll is declared... yes
checking for SSL... yes
checking for CRYPTO... yes
checking for EVENT... no
configure: error: libevent not found.
****************@**************** :~/chaincoin$ make
make: *** No targets specified and no makefile found.  Stop.