what are the requirements for slimcoin node ? i have static IP, is this enough ?
More than enough (see below). Just add
listen=1 to your slimcoin.conf file.
Strictly speaking, a static IP address isn't
required, it's just more effective ...
Is there any strong reason for favoring static IP address over dynamic IP address?
Connections that peers make to you are based upon the IP address. They remember the IP addresses of other nodes and try to reconnect to them later if they go offline. With a static IP address, it is more likely that your node will get connections because it will have been at the same IP address for a while and nodes have remembered it. Static IP has no effect on your outbound connections (which, to your node, are the most important, not the inbound ones).
When you run the client as a listening node and open the debug window, you'll see that "Number of connections" is more than 3. I just restarted my local node here (88.98.87.243) and it's reporting 13 connections - 3 are "inbound: false", that means they are listening nodes and my node connected to them so the connection is
not inbound to me and so it reads "false" and the rest are (atm) "inbound: true" which means they are not listening to incoming connections but instead they are
making incoming connections to my node to pick up tx/block broadcasts, hence "inbound" reads "true".
Slimcoin has a 90-sec block generation time and the chain is running a little fast atm (according to the chainz explorer "overview" tab) so in the initial stages at least, check your outgoing bandwidth from time to time in case the traffic starts approaching your upload limits - which it
shouldn't be but YMMV.
Apologies for the slight delay in responding, I had to check my facts first.
Cheers
Graham