Open Banhz opened 3 years ago
Also this comes up when installing:
go get: module github.com/ethereum/go-ethereum@upgrade found (v1.10.11), but does not contain package github.com/ethereum/go-ethereum/crypto/randentropy go get: module github.com/ethereum/go-ethereum@upgrade found (v1.10.11), but does not contain package github.com/ethereum/go-ethereum/crypto/sha3
Anyone know how to fix? Help much appreciated, thanks
Hi I am trying to run the program but keep getting:
go run src/ethcracker.go -pk xxx.txt -t xxx.txt
src\accounts\keystore\keystore_wallet.go:22:2: cannot find package src\accounts\keystore\account_cache.go:31:2: cannot find package src\accounts\keystore\account_cache.go:32:2: cannot find package src\accounts\keystore\keystore_passphrase.go:42:2: cannot find package src\accounts\keystore\keystore.go:38:2: cannot find package src\accounts\keystore\cracker.go:8:5: cannot find package src\accounts\keystore\keystore.go:40:2: cannot find package src\accounts\keystore\account_cache.go:33:2: cannot find package src\accounts\keystore\key.go:35:2: cannot find package src\accounts\keystore\cracker.go:17:5: cannot find package src\accounts\keystore\keystore_passphrase.go:46:2: cannot find package
Am I inputting the code incorrectly?
Thanks