tintinweb / ecdsa-private-key-recovery

A simple library to recover the private key of ECDSA and DSA signatures sharing the same nonce k and therefore having identical signature parameter r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error

hamnaz opened this issue · comments

./python bitcrack.py import tx_in.csv.tmp
Traceback (most recent call last):
File "bitcrack.py", line 35, in
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
ImportError: No module named bitcoinrpc.authproxy

Hi @hamnaz,

#>pip install python-bitcoinrpc

cheers,
tin