We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from bitcoinrpc.authproxy import AuthServiceProxy
access = AuthServiceProxy('http://users:[email protected]:28332',timeout=120)
printme=access.getrawtransaction("000000000000001e2b28866e4d43c9f3ac6445e45c548ed041b59a8c89542839")
---> Error
The text was updated successfully, but these errors were encountered:
from bitcoinrpc.authproxy import AuthServiceProxy access = AuthServiceProxy('http://users:[email protected]:28332',timeout=120) printme=access.getrawtransaction("000000000000001e2b28866e4d43c9f3ac6445e45c548ed041b59a8c89542839") ---> Error
set up: python 3.6
Sorry, something went wrong.
Having the same problem, apparently this lib is not compatible with python 3, looking for a replacement right now.
have you solved this problem? i have the same error, 2 days ago everything worked....
I don't think so, but it's been 4+ years so I don't really remember.
No branches or pull requests
from bitcoinrpc.authproxy import AuthServiceProxy
access = AuthServiceProxy('http://users:[email protected]:28332',timeout=120)
printme=access.getrawtransaction("000000000000001e2b28866e4d43c9f3ac6445e45c548ed041b59a8c89542839")
---> Error
The text was updated successfully, but these errors were encountered: