Luis Gerardo Delgado

Results 3 comments of Luis Gerardo Delgado

Having the same problem on macOS, never had that problem on Ubuntu. Where you able to fix it?

Hi Gillian, I ended up not using this library, started working directly with bitcoin-qt RPC, it's actually simpler than I thought it would be. You can find the documentation here:...

Sure, I'm using the requests library for python. Basically this is the template for every rpc you'll do. `import requests url = "http://127.0.0.1:8332" auth = ("user","password") headers = {"Content-type":"text/plain"} data...