1st question: rsz decode problemI am run python getz_input.py some -txid not decoding rsz, why?
https://github.com/iceland2k14/rsz/blob/main/getz_input.pyTry 1https://www.blockchain.com/explorer/addresses/btc/1HXSnvNGK8oYQCyLDkpHNZ2sWPvFsYQcFUF:\btc>python getz_input.py -txid 26dcc5526ff2ab9decfa967ed21dbd9fc16f4a3690d40592f9073ab1557799d0
Starting Program...
Traceback (most recent call last):
File "F:\btc\getz_input.py", line 114, in <module>
m = parseTx(rawtx)
File "F:\btc\getz_input.py", line 67, in parseTx
r, s, pub = split_sig_pieces(script)
File "F:\btc\getz_input.py", line 38, in split_sig_pieces
sigLen = int(script[2:4], 16)
ValueError: invalid literal for int() with base 16: ''
Try bc1https://www.blockchain.com/explorer/addresses/btc/bc1qupj5h2zcyfsfef7ywf8ea430cn8jz3dm66tzq7F:\btc>python getz_input.py -txid 7d4036dbc43e3b785cabb22413b67ee6c8a7375ec316c226c29eb10915647988
Starting Program...
UnSupported Tx Input. Presence of Witness Data
Try 3https://blockchain.com/explorer/addresses/btc/3GmSinMx7BHkAHWHo5BMUNTcX6ZA2JunBaF:\btc>python getz_input.py -txid 454c90738880a6635446805303c89871f0bb7b362d1ff9ff4e8646ff4e24ef49
Starting Program...
UnSupported Tx Input. Presence of Witness Data
2nd question: R-ScanerR-Scaner 2023 not working

update code please
not working >>
https://github.com/stateactor/Bitcoin-Key-Compression-Tool/blob/master/R-Scaner.py