Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Neutron (NTRN) - Simple Staking, Medium Supply, Digital piggybank
by
Highflyer108
on 27/04/2017, 20:21:55 UTC
I started to receive payments right after Ive set up the MN but the timer still showing 00:00 and my MN goes offline after an hour.
Can you copy paste what your confs look like? Also do you run your MN locally or on a VPS?
Please show me your local neutron.conf and masternode.conf and also the conf on your VPS. And also is it required to send 25000 NTRN to the VPS wallet like its on some other coins or is it ok if you have sent the 25k to an address on your local windows wallet and use the MN privkey from it in the VPS conf?

If works like this on another MN from another coin Im running without any problems but NTRN seems to have a different system.

My masternode.conf looks like this:

rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=password
server=1
listen=1
port=9999
masternode=1
masternodeaddr=[my ip]:9999
masternodeprivkey=[privatekey]
staking=0

And my neutron.conf looks like this:

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
port=9999
server=1
daemon=1
listen=1
masternodeaddr=[my ip]:9999
masternode=1
masternodeprivkey=[private key]
staking=0
[all the nodes on the first page of this post]

I'm running the masternode locally so I cant answer you're questions on the VPS.