Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VRC] | VeriCoin | POS - NSDI | VeriBit | VeriSend | VeriSMS
by
eiskalt
on 30/09/2014, 19:11:25 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.