CryptoDeepTools
CryptoDeepTools copied to clipboard
Crypto Deep Tools a set of scripts for detailed cryptanalysis of the Blockchain network in cryptocurrency Bitcoin
I got this error when trying to run `python2 breakECDSA.py 0100000001cb9a792b88760ad20c67047c06d016ba4a069d036c4fbc5c09a8055fe786580f300000006a4730440220331353fedfd6e4d6805fc1f06443ade552a43a43237fb6c3de3c7f0969b4cc6702200bfec7e7d2ae249b3d69cd8d666b5ee833394af3b0703fa023579200d9ab2ff401210335a395eca8191c43ccee4d91e98b9baef39476d7482cf636e5b71975c69feebdffffffff013a020000000000001976a914e94a23147d57674a7b817197be14877853590e6e88ac00000000 ` ``` Traceback (most recent call last): File "breakECDSA.py", line 11, in e = txnUtils.getSignableTxn(m) File "/home/frogleim/btc/CryptoDeepTools/15RowhammerAttack/txnUtils.py", line 53,...
Traceback (most recent call last): File "breakECDSA.py", line 11, in e = txnUtils.getSignableTxn(m) File "/data/data/com.termux/files/home/CryptoDeepTools/14FreyRuckAttack/txnUtils.py", line 53, in getSignableTxn inputAddr = base58.b58decode_check(keyUtils.pubKeyToAddr(pub)) File "/data/data/com.termux/files/home/CryptoDeepTools/14FreyRuckAttack/keyUtils.py", line 54, in pubKeyToAddr ripemd160 =...
[Hello.] Every time I get the r s and z values of an outgoing bitcoin transaction and after that I paste these values into the script it turns out that...
Привет, как отредактировать adress.jonson , чекер принимает только адреса, там идёт хеш приват и адрес
Traceback (most recent call last): File "C:\Users\tmalj_thhn\Downloads\Bitcoin-Wallet-Recovery-main\Bitcoin-Wallet-Recovery-main\Sources\breakECDSA.py", line 11, in e = txnUtils.getSignableTxn(m) File "C:\Users\tmalj_thhn\Downloads\Bitcoin-Wallet-Recovery-main\Bitcoin-Wallet-Recovery-main\Sources\txnUtils.py", line 53, in getSignableTxn inputAddr = base58.b58decode_check(keyUtils.pubKeyToAddr(pub)) File "C:\Users\tmalj_thhn\Downloads\Bitcoin-Wallet-Recovery-main\Bitcoin-Wallet-Recovery-main\Sources\keyUtils.py", line 55, in pubKeyToAddr ripemd160.update(hashlib.sha256(s.decode('hex')).digest()) AttributeError:...
do you have any tools to find a bitcoin public key from a btc address? I have a btc address and I am looking for publickey started with 02 or...
-Updated initial import libraries: pyfiglet, urllib3, Stringio, queue -Updated "print" syntax from Python2 to Python3 syntax -Changed "not as" to "!=" (line 271) -Added pyFiglet text banner under "def main:"...