В этой статье мы научимся тому, как в большом количестве данных проверить баланс монет Биткоина используя для этого Python-скрипт bitcoin-checker.py Так же мы научимся конвертировать публичный ключ Биткоина PUBKEY (HEX) в Биткойн Адрес (Base58) всю эту большую работу делает Python-скрипт pubtoaddr.py В итоге мы с особой легкостью будем проверять баланс Биткоина, сканируя Блокчейн в терминале Google Colab [TerminalGoogleColab]Ранее я записывал видеоинструкцию: «TERMINAL в Google Colab создаем все...
CRYPTO DEEP TECH In this article, we will learn how to check the balance of Bitcoin coins in a large amount of data using the bitcoin-checker.py Python script for this . We will also learn how to convert the public key of Bitcoin PUBKEY (HEX) to Bitcoin Address (Base58) All this big work is done by the Python script pubtoaddr.py As a result, we will check the balance of Bitcoin with particular ease by scanning the Blockchain in the Google Colab terminal [TerminalGoogleColab]Earlier I recorded...