Changes

From Ravencoin Wiki
Jump to navigationJump to search
1,226 bytes added ,  13:46, 27 October 2018
== Final checks ==
Ok, time for final checks to make sure peers can connect to you. To see if the port is working you can use you can enter your public IP address and port 8767 at https://ping.eu/port-chk/ .
 
You can also connect to your node using a wallet on a different pc. In raven core, go to: help>debug window>console and type:
<pre>addnode YOUR_PUBLIC_IP:8767 add</pre>
 
On your Raspberry Pi you can check whether you see incoming connections: <pre>netstat | grep :8767</pre>
 
Output example: <pre>tcp 0 0 10.0.0.137:60954 ec2-18-202-73-87.e:8767 ESTABLISHED&#10;tcp 0 0 10.0.0.137:8767 185.212.171.218:54128 ESTABLISHED&#10;tcp 0 0 10.0.0.137:59318 ec2-34-250-168-91.:8767 ESTABLISHED&#10;tcp 0 0 10.0.0.137:33302 pool-71-121-144-13:8767 ESTABLISHED&#10;tcp 0 0 10.0.0.137:8767 62-165-213-161.po:58887 ESTABLISHED&#10;tcp 0 0 10.0.0.137:47502 075-177-011-096.re:8767 ESTABLISHED&#10;tcp 0 0 10.0.0.137:44608 ec2-52-26-83-116.u:8767 ESTABLISHED&#10;tcp 0 0 10.0.0.137:58040 ecs-114-115-175-41:8767 ESTABLISHED&#10;tcp 0 0 10.0.0.137:58112 c-73-37-220-84.hsd:8767 ESTABLISHED
</pre>
Connections using port:8767 on the left side are incoming connections.
 
And there you go, a full node on a Raspberry Pi! :)

Navigation menu