Base58 encoding in python (bitcoin)

preview_player
Показать описание


In this video, we will continue a new series - coding bitcoin wallet in python. Using python3 I am going through the algorithm to encode any string of data to base58 characters. It is the encoding scheme often use in many bitcoin - related constructs and also will be needed in context of the next video in this series: bip-32.

Link to repo with infographic and code:

Opinion produced in this video is just my own opinion. I am not a financial advisor, just a guy speaking about the news and technology behind the bitcoin.

Social:

Music:
Secret Wars, Royalty Free Beats

#base58 #bitcoinpython #programmingbitcoin #bitcoin #python #base_58 #encoding
Рекомендации по теме
Комментарии
Автор

In the video you start by explaining that base58 doesn't have six characters (0, O, 1, l), but the alphabet you use in your code contains "1".

cryptotechhelp
Автор

SyntaxError: Non-UTF-8 code starting with '\xa9' in file 58.py on line 24, but no encoding declared

escapefelicity
Автор

can you make a tutorial using python (HEX) to (base58) thankyouu :))

pilyotuts