No I don't need to enter my password at the beginning, the coins are collecting fine, but I have no wallet file. The download button only once appeared, but it didn't download.
An other browser is no option, because I have no time for playing the next days.
So all my collected coins are lost? Thats sad.
I want to ask again, is there no possibility to get the coins?
Ignoring me means, that my tokens are lost?
A simple yes or no would be nice.
Hey Michelle, sorry for ignoring you so far - we were discussing this and would like to find a solution. I will send you a pm to discuss the details with you
@Michelle24 and
@TTEif you guys was using chrome, my instructions below might help you recover/recreate .json file
provided that your browser still have local storage cache intact
go to
https://play.lab10.coop/gameboardthen press
F12 >
Resources >
Local Storage >
https://play.lab10.coop next to key
web3js_wallet double click on its
value then CTRL-C to copy everything
open a notepad and paste it and remove '
[' at the beginning and '
]' at the end
then jump to saving instruction at the end of this post
or you can type the script below on the console (
after pressing F12)
>
localStorage.getItem("web3js_wallet");it returns with something like
"[{"version":3 ...long.json.format... e7"}}]"copy everything between '
[' and '
]' then open a notepad and paste it
the follow the saving instruction below
saving instructions:click
File >
Save As... change "
Save as type" to
All Files then give the file a name ending with
.jsonclick save, you're done