Looking for a good bitcoin script decompiler in Python [combined summary]



Individual post summaries: Click here to read the original discussion on the bitcoin-dev mailing list

Published on: 2015-04-29T23:27:19+00:00


Summary:

In an email chain on the Bitcoin-development mailing list on April 29, 2015, a sender requested recommendations for a Python script that could generate op codes from the hash of locking and unlocking transaction scripts. The purpose for this script was not specified in the email. However, Richard Moore, the founder of Genetic Mistakes Software Inc., responded to the email with a recommendation. He suggested using his library called pycoind, which can be imported using "import pycoind". Moore provided a link to the library on GitHub at https://github.com/ricmoo/pycoind. He also gave an example of how to use the library by utilizing the Tokenizer function, which would output the op codes for a given hex string. It is worth noting that Jeff Garzik, a Bitcoin core developer and open source evangelist, signed off on the email chain. Additionally, the email included an advertisement for server and application monitoring software, although it was unrelated to the request for the Python script.


Updated on: 2023-08-01T12:20:15.036093+00:00