Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET
by
Derkvanderwoude
on 30/07/2017, 06:35:58 UTC
We can get 200$ donations and then a overview of masternode from Linda.

Should we register?

Look: https://masternodes.pro


     Yes,please register.

                 Thank you

I'm having problems implementing my masternode in windows. need help.

I receive this errors:
 
not capable masternode: Unknown. Check debug.log for more information.
  
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: QCoreApplication::postEvent: Unexpected null receiver

Requirements
- 30.000.000 coins allocated (locked via the masternode.conf, does it exists?)
- port 33820 Inbound (router/firewall and optional windows firewall), you can test by remote telnet to your public IP on this port
- Correct lindacoin.conf file, see examplte

#----
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
#----
listen=1
server=1
daemon=1
addnode=45.32.77.164
addnode=104.238.159.161
#--------------------
masternode=1
masternodeprivkey=
masternodeaddr=1.2.3.4 (your public IP)

Hope this helps