Bitcoin-LE / bitcoinle-core

MIT License
9 stars 4 forks source link

Client connects to bitcoin nodes #8

Open ghost opened 6 years ago

ghost commented 6 years ago

As stated, this is from the debug.

2018-10-25 09:00:33 receive version message: /Satoshi:0.17.0/: version 70015, blocks=547235, us=94.211.100.72:55062, peer=5 2018-10-25 09:00:57 receive version message: /Satoshi:0.16.3/: version 70015, blocks=547235, us=94.211.100.72:55464, peer=6

xispit4 commented 5 years ago

I have tried to block here using iptables (of course if not running bitcoin daemon or just add the rule allowing your bitcoin daemon before)

iptables -A OUTPUT -p tcp --destination-port 8333 -j DROP