Created
September 24, 2018 20:52
-
-
Save EnchanterIO/e199885e1b5a3d703f93e35eebe430ba to your computer and use it in GitHub Desktop.
Ethereum keystore file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enchanter@lukas-gaming:~$ cat ~/.gophersland_ethereum_r1/keystore/UTC--2018-09-24T13-36-43.069452577Z--ceee57f2b700c2f37d1476a7974965e149fce2d4 | json_pp | |
{ | |
"address" : "ceee57f2b700c2f37d1476a7974965e149fce2d4", | |
"id" : "a0ffb2a8-e312-4464-8a01-6bedde7aa4bf", | |
"version" : 3, | |
"crypto" : { | |
"kdf" : "scrypt", | |
"cipher" : "aes-128-ctr", | |
"mac" : "a608300aca373fd3906273d92216ccf4097d1b81dc6bcb96869b622c9acbf4f0", | |
"kdfparams" : { | |
"dklen" : 32, | |
"n" : 262144, | |
"r" : 8, | |
"salt" : "37ba9b5a361cfb02cfe366b2d42d1d0730885a9287cb4292448cc6dca5a361f7", | |
"p" : 1 | |
}, | |
"cipherparams" : { | |
"iv" : "f5a5b10a946580a8138da16664f7b451" | |
}, | |
"ciphertext" : "724e9af9587ea2babdf42185070fddfad7aead98712ae6881f12d7fd7384083a" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment