lexansoft / ethcracker

Ethereum password cracker
64 stars 13 forks source link

Same mistake on Mac and Win10 #32

Open V2473 opened 5 years ago

V2473 commented 5 years ago
Volodymyrs-MacBook-Pro-2:ethcracker volodymyrseferov$ sudo go run src/ethcracker.go -pk 2222.txt -t pass.txt -threads 4
# _/Users/volodymyrseferov/Downloads/ethcracker/src/accounts/keystore
src/accounts/keystore/keystore.go:114:17: cannot use &keystoreWallet literal (type *keystoreWallet) as type accounts.Wallet in assignment:
    *keystoreWallet does not implement accounts.Wallet (wrong type for SelfDerive method)
        have SelfDerive(accounts.DerivationPath, ethereum.ChainStateReader)
        want SelfDerive([]accounts.DerivationPath, ethereum.ChainStateReader)
src/accounts/keystore/keystore.go:153:49: cannot use wallet (type *keystoreWallet) as type accounts.Wallet in field value:
    *keystoreWallet does not implement accounts.Wallet (wrong type for SelfDerive method)
        have SelfDerive(accounts.DerivationPath, ethereum.ChainStateReader)
        want SelfDerive([]accounts.DerivationPath, ethereum.ChainStateReader)
src/accounts/keystore/keystore.go:154:20: cannot use wallet (type *keystoreWallet) as type accounts.Wallet in append:
    *keystoreWallet does not implement accounts.Wallet (wrong type for SelfDerive method)
        have SelfDerive(accounts.DerivationPath, ethereum.ChainStateReader)
        want SelfDerive([]accounts.DerivationPath, ethereum.ChainStateReader)
lokojones commented 4 years ago

did you mange to resolve the problem?