I am trying to generate a key by execute make_keychain
with blockstack-cli
but it just return with an empty. I just installed blockstack.js and blockstack-cli without doing any other things.
blockstack-cli make_keychain
(node:26964) [DEP0091] DeprecationWarning: crypto.DEFAULT_ENCODING is deprecated.
(node:26964) [DEP0010] DeprecationWarning: crypto.createCredentials is deprecated. Use tls.createSecureContext instead.
(node:26964) [DEP0011] DeprecationWarning: crypto.Credentials is deprecated. Use tls.SecureContext instead.
{
"mnemonic": "eager similar resist bubble quality culture reunion hammer reunion pudding voice anchor",
"ownerKeyInfo": {},
"paymentKeyInfo": {}
}
I originally suspected that the problem is caused by the version of node. But I have tried to change the version from v8 to v11 and it not work.
Could anyone tell me how can I get a owner key and payment key with blockstack-cli?