Skip to content

NichoZhang/convertKeystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convertKeystore

convert ethereum keystore json to privatekey

usage

$ go get go-ethereum
$ cd $GOPATH/src/convertKeystore
$ cp $ETHEREUM-PATH/keystore/UTC* ./keystore
$ vim main.go +11
// change the `filePath` to yourself on line 11
$ go run main.go
output:
33ff86a4a29a842eedd42a84f569d945c771857d4ddb639de730a547f08030c3

About

convert ethereum keystore json to privatekey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages