1 2017-09-25 11:17:47 <wumpus> azaclauson: best would be to put it somewhere under contrib, I think
2 2017-09-25 17:40:06 <vivo> https://gist.github.com/vivosmith/f0e692d9aedbc39ec8d3eb4651bc107c
3 2017-09-25 17:40:25 <vivo> So I am trying to implement bitcoin in python for a project I am working on
4 2017-09-25 17:40:37 <vivo> https://www.youtube.com/watch?v=tX-XokHf_nI
5 2017-09-25 17:40:41 <vivo> using this tutorial.
6 2017-09-25 17:40:51 <vivo> Now it seems like the tutorial is for 2.x
7 2017-09-25 17:40:59 <vivo> so I make some modifications
8 2017-09-25 17:41:28 <vivo> but the issue is I keep getting odd-length string errors.
9 2017-09-25 17:44:46 <vivo> I am relatively new to this am I am trying to understand this, but iy is hard to find resources on this