Post
Topic
Board Bitcoin Technical Support
Merits 4 from 1 user
Re: SAFEPAL SEED
by
OmegaStarScream
on 04/10/2023, 17:22:24 UTC
⭐ Merited by EFS (4)
Thank U guys, this can help me, however I write a python code maybe someone can help me with it


The problem is that I don't know the API to run my python code. can someone help with this?

this is the complete code:
-snip-

Why didn't you go with btcrecover? I don't think you would find much difficulty brute-forcing the wallet using it.

As for your code, I'm guessing it has been generated by AI? because I don't see where you get the URL from, and the idea that you could pass "phrases" to their site to recover your wallet. That's not something you can do.

Maybe you can try some library like this one[1] (I went through it quickly, and it looks like it would help you) to (simplified):

- Check if the seed is valid
- Generate an address(es) from that seed, and compare it to the address you previously had on SafePal.

[1] https://github.com/1200wd/bitcoinlib