Solar Designer

Results 829 comments of Solar Designer
trafficstars

@RecRanger Where does the dependency on `pycrypto` come from? Is it indirect? Do we need to list indirect dependencies? (This may be fine. I am just asking.)

> I'm still in favor of pinning dependencies, at least as ranges. OK. But if we can also include an easy workaround that makes the script work across a wider...

Thank you guys for the discussion. I had actually thought of us adding a `requirements.txt` and related documentation before, when I saw that the btcrecover has that, although sure enough...

I've just merged @exploide's #5478 (obviously triggered by your work here @RecRanger, thanks!) so now we need to revise the changes here accordingly.

Thanks, but now the commit message records change history within this PR, which is temporary and irrelevant for our git history. So if it's just one commit, it should say...

> Soooo like, is someone gonna merge this PR? OK, I did a squash-and-merge on this to set a commit message that matches the final changes. Thank you!

We have this in the script: ```python print('#################################################################################') print('Users found on the database in the format -> username:$keplr$salt*ciphertext*mac') print('#################################################################################') for user in users: print(f'{user[0]}:$keplr${user[1]}*{user[2]}*{user[3]}') ``` Per your report, I assume...

> I'm afraid you need to read some tutorial to help you. I think this is a misunderstanding. We also had other communication from OP via multiple channels, and it...

Also tagging @alainesp here, just in case he has comments.

@akirayamaoka32 It would be great if you could generate a new empty wallet (that never had any funds in it) and provide us with the files for it, as well...