You are viewing a single comment's thread from:
RE: [UPDATED 7/6] How-To Mine Steem Power in Windows
What i need to do, when steemd wallet is show me this message:
Please use the set_password method to initialize a new wallet before continuing
New>>
???
In cli_wallet, you set a password that encrypts your wallet file (wallet.json) using the set_password command like this (replace 'password' with whatever password you feel is secure)
set_password password
Once set, you use the unlock command:
unlock password
Then you use the import_key command to import the key(s) you used to mine to your account(s):
import_key 5WIFprivatekeyxxxxxxxx
Now, when the wallet is unlocked, you can use cli_wallet to conduct transactions. You can also use Steemit.com's UI on your wallet page, mainly, to do most of the same transactions you can do with cli_wallet.