How to connect to several Bitcoin nodes using Bitcoin

1

I'm looking for a way to connect to several Bitcoin nodes using Python... I've been looking in different Bitcoin-for-Python libraries, but I haven't found anything :( What should I do?

Papotitu

Posted 2013-10-29T16:07:00.887

Reputation: 11

Not sure if this will help but check this out https://en.bitcoin.it/wiki/Fallback_Nodes - some sub functionality in there will do what you require.

MaxSan 2013-10-29T16:53:54.093

Answers

1

If you want to communicate with several nodes, you can use existing JSON RPC libraries and issue requests via the API. Check out these libraries:

Mark S.

Posted 2013-10-29T16:07:00.887

Reputation: 2 415