http://lxqyom6a3p6fdgsy6mpjyhjqjdpzleseck2jojwwzcilmsvduaeo7zyd.onion/2020/07/27/how-to-create-a-bitcoin-black-hole/index.html
Now, there are a million ways to convert a serialized script to its corresponding P2SH address, but this is not a tutorial for that, so we will simply provide you with a few uncommented lines of Python that do the job: >>> import hashlib, base58, binascii >>> script = ‘6a0b6274636c65616b2e636f6d’ >>> base58.b58encode_check(binascii.unhexlify(’05’+ hashlib.new(‘ripemd160’, hashlib.sha256(binascii.unhexlify(script)).digest()).hexdigest())).decode() ‘3JM8v96QvZ17jjcH2hDa81BSdMt2yqER56’...