sebicas / bitcoin-sniffer

Bitcoin P2P Network Sniffer
72 stars 32 forks source link

Connecting to Bitcoin Node #10

Open ghost opened 7 years ago

ghost commented 7 years ago

[root@localhost bitcoin-sniffer]# ./sniffer.py running on predefined node ip Bitcoin Network Sniffer v0.0.2

Connecting to Bitcoin Node IP # 173.242.112.53:8333 error: uncaptured python exception, closing channel <main.NodeConn 173.242.112.53:8333 at 0x1fce8c0> (<class 'socket.error'>:[Errno 110] Connection timed out [/usr/lib64/python2.7/asyncore.py|read|83] [/usr/lib64/python2.7/asyncore.py|handle_read_event|446] [/usr/lib64/python2.7/asyncore.py|handle_connect_event|454]) Closing Conection ... bye :)

running on my node ip [root@localhost bitcoin-sniffer]# ./sniffer.py

Bitcoin Network Sniffer v0.0.2

Connecting to Bitcoin Node IP # 198.204.2.34:8333 Connected & Sniffing :)

Closing Conection ... bye :) Closing Conection ... bye :)

ghost commented 7 years ago

where can i specify my rpc username and password ?

thanks

nandandoloxz commented 6 years ago

your ip is dead.

try this : "host": "167.99.232.110", "port": 8333,