ok, so I installed vericoind on my raspberry-pi.
It is build without UPnP support - RPC-Port 58683 is forwarded manually.
It is running for a few days now, but no coins are on stake (in the wallet are 1000 VRC).
I checked the connections with
netstat -a
and it seems like I do not get any connections on port 58683. (I have 5+ connections to peers at 58684 though.)
Sometimes the following line is included in the output:
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:47382 localhost:58683 TIME_WAIT
So it seems the connection gets terminated on my side, but why?
Sorry if the question is silly, maybe there are other reasons, why the coins do not stake.(?) - any suggestions/answers are much appreciated.
EDIT: I have my coins staking now - but I still do not get connections at port 58683.
That makes sense because the network is on 58684, the PoW phase rpc port was on 58683. So you are all good it seems.