Author

Topic: UnSupported Tx Input. Presence of Witness Data (Read 135 times)

legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
January 09, 2023, 08:08:08 AM
#4
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

--snip--

It's known this tool doesn't support SegWit[1]. Although i don't know why you got error message on transaction which only contain P2PKH address.

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

You should try contact the creator through his email instead[2].

[1] https://bitcointalksearch.org/topic/m.60947776
[2] https://github.com/stateactor/Bitcoin-Key-Compression-Tool, at bottom of the page.
jr. member
Activity: 70
Merit: 1
R-Scaner 2023 not working  Sad  update code please
not working >>https://github.com/stateactor/Bitcoin-Key-Compression-Tool/blob/master/R-Scaner.py
The newbie who created the original version of this code which you are using a copy of, gave up trying to steal other people's money since they never found a reused r a very long time ago. This is why the code was never updated to include the SegWit transaction related stuff!! It is unlikely for anyone else to want to waste their time on this.

I need vulnerable reused K value any one paste here..
i am found some K value online

Code:
6d8827ba2b40a8498940988a989ce4421c44fed2c8305a1e199277b8b1b51c5b
.....
...
......
i need more.. K value from some one solved addresses
i need more.. K value from some one solved addresses

i need more.. K value   from some one solved addresses
send your k value here.. please
legendary
Activity: 3472
Merit: 10611
R-Scaner 2023 not working  Sad  update code please
not working >>https://github.com/stateactor/Bitcoin-Key-Compression-Tool/blob/master/R-Scaner.py
The newbie who created the original version of this code which you are using a copy of, gave up trying to steal other people's money since they never found a reused r a very long time ago. This is why the code was never updated to include the SegWit transaction related stuff!! It is unlikely for anyone else to want to waste their time on this.
jr. member
Activity: 70
Merit: 1

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
    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



Jump to: