Y
Hacker News
new
|
ask
|
show
|
jobs
by
treethought
2989 days ago
The book "Mastering Bitcoin" by Andreas Antonopoulos steps through this. You can find the code here
https://github.com/bitcoinbook/bitcoinbook/blob/develop/code...
1 comments
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')`.
link
bobwaycott
2989 days ago
Based on the `import bitcoin`, it looks like it is using this library:
https://github.com/vbuterin/pybitcointools
link