Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to Bitcoin Node #10

Open
ghost opened this issue Jul 29, 2017 · 2 comments
Open

Connecting to Bitcoin Node #10

ghost opened this issue Jul 29, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 29, 2017

[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
Copy link
Author

ghost commented Jul 29, 2017

where can i specify my rpc username and password ?

thanks

@nandandoloxz
Copy link

your ip is dead.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant