Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRC] | VeriCoin | POS - NSDI | VeriBit | VeriSend | VeriSMS
by
effectsToCause
on 01/10/2014, 02:02:13 UTC
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
Code:
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:

Code:
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.