Bitcoin Forum
September 29, 2025, 02:10:49 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / Re: A password Whiff on: August 23, 2025, 12:06:01 AM
ModuleNotFoundError: No module named 'Crypto'
This is a message I found after I installed the dependencies. Crypto guild has a video on btcrecover which I've been following. Holy catoursus I hope someone can help me.
2  Bitcoin / Bitcoin Technical Support / Re: A password Whiff on: June 03, 2024, 05:40:57 AM
I wonder if I have to receive the bitcoin somehow from this computer or if I can login from another computer and sync everything together and update the blockchain. Sometimes it's hard to use this laptop as opposed to my other pc.
3  Economy / Speculation / Re: 100 Push-Ups A Day Until Bitcoin Is $100K Challenge on: June 01, 2024, 01:32:07 AM
I vote Hell yes I don't know how to participate in the poll Sad Wink
4  Bitcoin / Bitcoin Technical Support / Re: A password Whiff on: May 29, 2024, 09:25:45 PM
If the presumed password is definitely known then it shouldn't be much of an issue to simulate character omission with btcrecover, see here https://btcrecover.readthedocs.io/en/latest/TUTORIAL/#typos:
You can control the number of omissions with --typos # (replace # with the maximum number of assumed errors) and the omission type error with --typos-delete. I'm not showing the complete command line to invoke btcrecover as it's been a while I had to use it myself and memory fades.

Read the docs, see the examples and you should figure it out. At minimum btcrecover can generate an exhaustive list of your password outcomes with all omissions possible and at worst you'll have to try every one of it (likely this can be automated, too).


Btw, I wonder why someone uses an unreliable and defective keyboard for such an important wallet password setup. If a keyboard nags with character omissions, you'll very likely notice it before. Using such a faulty keyboard for creating a wallet is knowingly asking for trouble!

I don't understand this language. The first line is the one that I entered into command after I entered the first part and I don't know if I did it right.
It seems like a dead end.

C:\Users\Elijah\Downloads\btcrecover-master>C:\\Users\\Elijah\\AppData\\Local\\Programs\\Python\\Python312-32\python btcrecover.py --wallet FILE --tokenlist tokens.txt
Traceback (most recent call last):
  File "C:\Users\Elijah\Downloads\btcrecover-master\btcrecover.py", line 30, in <module>
    from btcrecover import btcrpass
  File "C:\Users\Elijah\Downloads\btcrecover-master\btcrecover\__init__.py", line 2, in <module>
    from .btcrpass import *
  File "C:\Users\Elijah\Downloads\btcrecover-master\btcrecover\btcrpass.py", line 35, in <module>
    import sys, argparse, itertools, string, re, multiprocessing, signal, os, cPickle, gc, \
ModuleNotFoundError: No module named 'cPickle'

I can't defend it I am face palming right now. I had the blockchain almost up to date and so I wanted to see if I could send bitcoin to another place where it would be safe.

5  Bitcoin / Bitcoin Technical Support / A password Whiff on: May 22, 2024, 06:36:21 PM
 Huh A few years ago, I made an armory account and tried to send an amount of bitcoin to it. When I made a password in armory that was easy to remember. I Know Exactly what the password was supposed to be. But, it came out differently than it was supposed to be because my keyboard only registered some of the keystrokes. I tried almost every variation missing two letters but I still can't access my account which I sent bitcoin to. Is there a program that exists to help me guess the missing letters?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!