Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nakov/c5bb5af060985b248031e65789ddf8e8 to your computer and use it in GitHub Desktop.
Save nakov/c5bb5af060985b248031e65789ddf8e8 to your computer and use it in GitHub Desktop.
HD wallet, exported as UTC / JSON using Ethers.js
{
"address": "cf4aa487dece1b7bd0b5c1495222931f02fab1f3",
"id": "c24815ed-b06c-481f-bf0c-9747b18aac2d",
"version": 3,
"Crypto": {
"cipher": "aes-128-ctr",
"cipherparams": {
"iv": "b5e531fc4a67e6665e5e0d4a500ef738"
},
"ciphertext": "8174066d494c46be31c59ef7fec1c6815c412e3762da68e76f7df263e6afee55",
"kdf": "scrypt",
"kdfparams": {
"salt": "e681bbbdc4e0c3b1cbfd3b5b7251950b3a3e7165ddf4dd2fd0bb8099623debef",
"n": 131072,
"dklen": 32,
"p": 1,
"r": 8
},
"mac": "7e6e8e4bc3836b0e09c35de9df18eeeb29c0152006bd873720589b7004c1c647"
},
"x-ethers": {
"client": "ethers.js",
"gethFilename": "UTC--2018-05-13T16-42-44.0Z--cf4aa487dece1b7bd0b5c1495222931f02fab1f3",
"mnemonicCounter": "767da7bde66f5c61a0886b0a4f23af65",
"mnemonicCiphertext": "1e6819c0a1c80e623e7fc9f8380bc6c4",
"version": "0.1"
}
}
@nakov
Copy link
Author

nakov commented May 13, 2018

The encrypted BIP-39 mnemonic phrase in the above JSON wallet is:
student drop remember portion kitten empower ostrich pool run occur license venue
The encryption password is: a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment