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?
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?
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:
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