Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same mistake on Mac and Win10 #32

Open
V2473 opened this issue Jul 14, 2019 · 1 comment
Open

Same mistake on Mac and Win10 #32

V2473 opened this issue Jul 14, 2019 · 1 comment

Comments

@V2473
Copy link

V2473 commented Jul 14, 2019

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

did you mange to resolve the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants