Post
Topic
Board Development & Technical Discussion
Topic OP
UnSupported Tx Input. Presence of Witness Data
by
mausuv
on 08/01/2023, 13:49:50 UTC

1st question: rsz decode problem
I am run python getz_input.py some -txid not decoding rsz, why?  Sad
https://github.com/iceland2k14/rsz/blob/main/getz_input.py


Try 1
https://www.blockchain.com/explorer/addresses/btc/1HXSnvNGK8oYQCyLDkpHNZ2sWPvFsYQcFU
Code:
F:\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 bc1
https://www.blockchain.com/explorer/addresses/btc/bc1qupj5h2zcyfsfef7ywf8ea430cn8jz3dm66tzq7
Code:
F:\btc>python getz_input.py -txid 7d4036dbc43e3b785cabb22413b67ee6c8a7375ec316c226c29eb10915647988

Starting Program...
UnSupported Tx Input. Presence of Witness Data

Try 3
https://blockchain.com/explorer/addresses/btc/3GmSinMx7BHkAHWHo5BMUNTcX6ZA2JunBa
Code:
F:\btc>python getz_input.py -txid 454c90738880a6635446805303c89871f0bb7b362d1ff9ff4e8646ff4e24ef49

Starting Program...
UnSupported Tx Input. Presence of Witness Data



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