Security risk(s) in running bitcoin core full node

1

What are the security risks posed by running a full node bitcoin core client? On a typical system, port 8333 is open and all other nodes can actually 'see' my machine and sites like https://bitnodes.earn.com/ can verify the connection.

How can the risks be mitigated? (I'm on Windows)

Regmi

Posted 2017-11-19T21:01:01.937

Reputation: 133

The risk of running a full node (as opposed to using different wallet software/service), or the risk of opening up a port (as opposed to leaving it closed, but still running Bitcoin Core)?Pieter Wuille 2017-11-20T08:59:02.337

Answers

1

1) None. Don't open the port (default).

2) None required. Obviously you don't want to download Bitcoin Core binary from random sites, you want validate it, etc. as per bitcoincore.org's instructions.

whatever

Posted 2017-11-19T21:01:01.937

Reputation: 198