RE: Why I can't see my Active Key on steemit?

You are viewing a single comment's thread from:

Why I can't see my Active Key on steemit?

in steemit •  4 years ago 

I think I found tool that can help in this case:

https://steemyy.com/keys/

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Yes, but still it not helps me. I still can't broadcast Any transaction.

My old key have construct like that: 5K.......

This genartors says that password should start with "P" letter:

function suggestPassword() { 
  const array = new Uint32Array(10); 
  window.crypto.getRandomValues(array); 
  return 'P' + dsteem.PrivateKey.fromSeed(array).toString(); 
} 

I tried to add P to my old password but I cant login with this.

With old password I am able to login, but I cant do nothing on my account instead posting.

  ·  4 years ago (edited)

Private Owner Key start with 5K... And Master key start with P5.... To generate other key you need Master key, but i think you can change password with private owner key

Correct I think I did backup wrong key (posting key)
That is the problem

I created new question now:
https://steemit.com/recovery/@gkucmierz/recovery-steam-master-key

But you have Private Owner Key that start with 5k? Try change password

I am able to generate that keys from old master key, but still I don't know how to use them.