I installed the rai wallet on my laptop and set one password which I cannot remember. I locked the wallet and need to unlock it but cannot do so without the password. Can some kind hearted person please explain how to reset the rai wallet password? I tried looking in the raiblockscommunity website but could not find anything there too.
There is no way to reset desktop wallet password of course
T_T thanks a lot for the information bro,, hmm so the only way i can do now is reinstalling my OS so i can start over using raiwallet desktop right? thanks
May be I explained it wrong. I guess you have account with forgotten password & want access to XRB.
If it's fresh install & account doesn't contain XRB, you can use command-line to remove encrypted wallet forever
Navigate to program folder
cd C:\Program Files\rai 8.0.0
Find wallet ID
rai_wallet.exe --wallet_list 2>&1 | more
Remove wallet (sample wallet ID 663E47F2B45B695D902F61720655247F26B104F3D2BD19EABB95BDFA73FBF09E)
rai_wallet.exe --wallet_destroy --wallet=663E47F2B45B695D902F61720655247F26B104F3D2BD19EABB95BDFA73FBF09E 2>&1 | more