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=
addnode=104.238.159.161
addnode=45.32.77.164
what am I doing wrong?
I suggest you do exactly what it says, and check the debug log for more information
I did exactly what it says. this is what is found in debug log:
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: libpng warning: iCCP: known incorrect sRGB profile
GUI: QCoreApplication::postEvent: Unexpected null receiver