Y
Hacker News
new
|
ask
|
show
|
jobs
by
pbhjpbhj
2989 days ago
I'm not too hot on Python, where do I find the imported libraries so as to interpret eg `bitcoin.encode_privkey(decoded_private_key, 'wif')`.
1 comments
bobwaycott
2989 days ago
Based on the `import bitcoin`, it looks like it is using this library:
https://github.com/vbuterin/pybitcointools
link