Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET
by
mg_home
on 01/08/2017, 22:03:08 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

I corrected linda.conf , did the port 33820 Inbound and tested it in https://www.adminkit.net/telnet.aspx and have exactly 30m coins in my wallet. when I use the command "masternode start" in console the same error appears:
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

this is my linda.conf (I just replaced the private items):

rpcuser=
rpcpassword=
daemon=1
maxconnections=256
masternode=1
masternodeprivkey=
masternodeaddr=:33820
addnode=104.238.159.161
addnode=45.32.77.164

what am I doing wrong?

Did you solve this issue? I have the same problem.
I have to restart masternode every 20-24 hours (and resend 30 millions LindaCoins again). I have tried to run in Windows and Linux and it works about 20 hours only. After that it stops and when I try "masternode start" I see error in logs: CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
Can anyone help me please?

I tried this guide https://github.com/Lindacoin/Linda/wiki/Basic-Masternode-guide and this one https://steemit.com/cryptocurrency/@bradspodium.xyz/linda-linda-coin-masternode-guide (with putting masternodes in masternode.conf), but it does not help. After approximatelly 20 hours masternode stops and did not start again until I resend 30 millions Linda coins again.
I think the reason of it - after 20 hours Lindad can not find my incoming 30 million transaction (it was done 20 hours before and may be expired in memory).

When I try to setup Lindad as described at https://steemit.com/cryptocurrency/@bradspodium.xyz/linda-linda-coin-masternode-guide with putting transactionId (I got by "masternode outputs") in
masternode.conf - it doesn not work and "masternode start-many" says "Successfully started 0 masternodes, failed to start 0, total 0".