Search content
Sort by

Showing 20 of 5,594 results by jackjack
Post
Topic
Board Bitcoin Technical Support
Re: [READ] Trying to recover bitcoin? Read this
by
jackjack
on 13/02/2021, 19:27:13 UTC
Once I am able to eventually find this file do I just us e a USB stick and move it to a more stable and update device ? that connects to the bitcoin core network or will I able to add that file to another wallet type

again thank you for responding 
Bitcoin-core wallet format has changed since 2009 so I think the easier is to export the private keys using pywallet and import them into an Electrum wallet
You can also first export only the addresses to create an Electrum read-only wallet and then check the balances to export exclusively the couple of private keys you need
That would be safer as I guess the 2009 wallet isn't encrypted
Post
Topic
Board Actualité et News
Re: BFM "Les PROS DES CRYPTO"
by
jackjack
on 13/02/2021, 18:40:05 UTC
Je vois pas trop la connerie ou alors la section minage serait beaucoup plus active ici.
C'est bien ce que dit LeGaulois, le mec est spécialiste et doit demander pour savoir que miner du Bitcoin n'est plus rentable en France (depuis quoi, à peine une demie douzaine d'années?)
Même ma soeur qui ne suit pas du tout les cryptos le sait  Roll Eyes

Perso je ne vois pas non plus en quoi c'est honteux de consulter un spécialiste, puisque lui même n'en est pas un
Là est justement tout le problème, ils l'ont présenté à plusieurs reprises comme en étant un

Sinon effectivement l'émission est plutôt pas mal vu la cible et son existence fait du bien
Et Raymond n'est pas vraiment un problème, tous les autres en face sont plutôt bons

Post
Topic
Board Bitcoin Discussion
Re: Burned Bitcoins
by
jackjack
on 10/02/2021, 23:33:47 UTC
All those Bitcoins are not dead at all. They are just lost somewhere in Blockchain locked on wallets and no one thief can hack them. I’m not sure about people’s philosophy towards “burning” BTC. Maybe in such a manner they reduce the number of coins.
What are you saying?
Not dead at all? Wallet? Thief? Hack?
The coins have been sent to the first person or bot finding and using a private key such that
RIPEMD-160(SHA256(public key)) = 0000000000000000000000000000000000000000
Post
Topic
Board Actualité et News
Re: BFM "Les PROS DES CRYPTO"
by
jackjack
on 10/02/2021, 23:11:43 UTC
Ah oui merci

Quote
Je suis pas sûr qu'il (Musk) soit si fou que ça du Bitcoin [...] faut pas le voir comme un aficionados total, je pense qu'il s'amuse avec nous
Grégory Raymond

Et la prestation de Grégory Raymond qui est proche du zéro.
Ca se confirme de semaine en semaine, et les téléspectateurs nous imaginent comme lui...
Heureusement qu'ils ne se rendent pas en plus compte qu'il dit des conneries

Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
jackjack
on 07/02/2021, 02:51:36 UTC
Support of Python 3 is started
Basic things seems to be working but you'll likely find bugs

Also the recovery looks broken, I fixed a small part and I'll fix the rest during next weeks
Sounds like it is coming along nicely... if you get a "stable-ish" release... let me know and I'll do some basic testing on it Wink
Great, I'll let you know!

What is broken in recover? I used recently and got a dump fail

Is there a legacy version that is stable that can be reverted to?
What is broken always has been broken
Today's fix is about compressed keys not being recovered for example
Recent wallets, like the ones using BIP32 seem to be recoverable at least partially but I don't know exactly what works or not

In case I break more things than I fix though, you can use that 'legacy' version here: https://github.com/jackjack-jj/pywallet/tree/b52c955f8c93a75745166ebf281448016e1f22e2
Post
Topic
Board Development & Technical Discussion
Re: Lost wallet? Help me find out
by
jackjack
on 07/02/2021, 01:33:48 UTC
Thanks, I've tried that but it says invalid mnemonic. Tried using the password too but made no difference.
Then it's possible that one (or more) of the words is "incorrect"... have a look through that BIP39 wordlist for "similar" words that may have been written down/typed out incorrectly... things like kid, kit, kite etc...
Isn't there a tool out there to bruteforce a sentence with one bad word?
I think so but if not I can make one quickly

Then you can import the two "BIP32 Root Key" (the one with xc2 in BIP39 Passphrase and the one without) in Ethereum (I'm not sure bitcoin-core has implemented BIP32 yet) and use your funds if it works
I'm sure you meant "Electrum" Wink

And Bitcoin Core does use BIP32 to generate keys in the HD wallets, and with the advent of "descriptors", you can import xpubs and xprvs... using the importdescriptors command, refer: https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md#bip32-derived-keys-and-chains
Damn, nice catch, fixed
So many common letters, that should be forbidden!

Good to know bitcoin-core can import BIP32 HD wallets!
Post
Topic
Board Development & Technical Discussion
Re: Lost wallet? Help me find out
by
jackjack
on 06/02/2021, 23:38:50 UTC
Hi
I don't know if you can move your thread yourself but the forum for technical help is there: https://bitcointalk.org/index.php?board=4.0
12 words phrase is likely a BIP39 or Electrum mnemonic, try using tools on internet but use them OFFLINE! I just found this for example https://iancoleman.io/bip39/
The 80MB wallet may be a Truecrypt/Veracrypt container?
Your 'xc2.....2om' word may be a password? Of the container? Or a BIP38 password for your keys?

Thank you for your reply, I've no idea what Truecrypt/Veracrypt container is lol, so I doubt that it's that. Furthermore, I don't really understand what this tool you've attached does. I'd really appreciate if you could elaborate.
In this tool you put your 12 words in "BIP39 Mnemonic"
This will give you a private key in "BIP32 Root Key"
You may need to put your "xc2" password in "BIP39 Passphrase (optional)" too

If it works you can import the "BIP32 Root Key" in Ethereum (I'm not sure bitcoin-core has implemented BIP32 yet) and use your funds
Post
Topic
Board Bitcoin Technical Support
Re: I need Help finding or recovering bitcoins off an old hard drive
by
jackjack
on 06/02/2021, 21:47:06 UTC
Well the recovery has some bugs but from my tests it finds at least a few keys for recent wallets
Things will be clearer in a few weeks
Post
Topic
Board Development & Technical Discussion
Re: Lost wallet? Help me find out
by
jackjack
on 06/02/2021, 21:28:08 UTC
Hi
I don't know if you can move your thread but the forum for technical help is there: https://bitcointalk.org/index.php?board=4.0
12 words phrase is likely a BIP39 or Electrum mnemonic, try using tools on internet but use them OFFLINE! I just found this for example https://iancoleman.io/bip39/
Your 'xc2.....2om' word may be a password?
And the 80MB wallet may be a Truecrypt/Veracrypt container? (encrypted with password xc2... ?)
Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
jackjack
on 06/02/2021, 21:20:03 UTC
Support of Python 3 is started
Basic things seems to be working but you'll likely find bugs

Also the recovery looks broken, I fix a a small part but I'll fix that during the following weeks
Post
Topic
Board Bitcoin Technical Support
Re: Diving into an old BTC wallet from ~2014 and found a nice surprise - what next?
by
jackjack
on 06/02/2021, 21:16:17 UTC
Can you post the txid here on the forum?
I don't see why that would necessarily be necessary right now.
This

Do NOT post any unnecessary personal data here

Post
Topic
Board Bitcoin Technical Support
Re: I need Help finding or recovering bitcoins off an old hard drive
by
jackjack
on 06/02/2021, 21:12:07 UTC
I'm sorry I'm a little confused, this thread is a year and a half old and I don't get if you managed to find any wallet or key
Based on this I guessed not
Quote
Found 70 possible wallets
found 0 possible encrypted keys
found 0 possible unencrypted keys
The 70 only means pywallet found 70 master keys but no addresses at all, this means weird

When were the wallets created? Are you sure it is a bitcoin-qt/core wallet?
BTW I found out the pywallet recovery is bugged, I fix a bit of that a couple hours ago you can try the new version and see if it finds any key


Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
jackjack
on 06/02/2021, 02:36:20 UTC
A new 'last resort' feature: the --minimal_encrypted_copy option create a copy of a wallet but containing only the encrypting parameters and one unused key pair
This tiny wallet could then be shared for people to bruteforce it in case of a lost password situation
Obviously not a perfect solution but better than losing the coins

Code:
$ python pywallet.py --wallet ~/.bitcoin/wallets/test/wallet.dat --minimal_encrypted_copy

Before creating a safe partial wallet you need to check the balance of the following addresses.
You may check the balance on your wallet or using an online block explorer.
Just hit Enter if the address is empty and write 'no' if not empty.


1LKjAaLke66hMdwYgw11nZ2QSaraCjEuRk:
3C7XannaU2cKfQA1hs3a56q63qXng7k8uz: no

1MgjXTP7RMYLD81fNQCyrwHKYgtX3cjjGC: no

1Ed5Bqsfd4mWw3pwv2C8UywGzHWEAMDPJP: no

1947WYGqYYwWWVkBDDppxfQX8Dw2PzqPVb: no

13AdH1Za325jfaYe6vrx5FvUerYn7BpwRX:
3BGxmNSyji5QRzqd9jNnBHPcthvCcoa6Ah:
bc1qzlpyde9m57ur6y58gzqhm37vqmmawp9xcvcvfu:
Are you REALLY sure the 3 addresses above have an empty balance? (type 'YES') YES

Minimal wallet written at wallet.dat.minimal_for_decrypting.dat

Code:
$ python pywallet.py --dumpwallet --wallet wallet.dat.minimal_for_decrypting.dat --passphrase 0000
The wallet is encrypted and the passphrase is incorrect
{
    "ckey": [],
    "keys": [
        {
            "addr": "13AdH1Za325jfaYe6vrx5FvUerYn7BpwRX",
            "compressed": true,
            "encrypted_privkey": "ec8125d0304b9f1b40325f005b33b7e2f228b63b22017b64e330cf19b6d089b0e4052174e798a5a30f0229b2338fa368",
            "pubkey": "03ffa92cd030c601ec86a959641826292bc5d0bab7ec44d6d6a8935e7ab59fe505",
            "reserve": 1
        }
    ],
    "mkey": {
        "encrypted_key": "cbd9dd630c0ae5b3907294a2a1a6096f00c241850cdce57d49a999c38a96669b72861b9ec9098e19859fa250c9c8f951",
        "nDerivationIterations": 136845,
        "nDerivationMethod": 0,
        "nID": 1,
        "otherParams": "",
        "salt": "c5f4f5235fa925c6"
    },
    "names": {},
    "pool": [],
    "tx": []
}
Post
Topic
Board Bitcoin Technical Support
Re: How can I match an address to a private key or seed phrase
by
jackjack
on 04/02/2021, 23:18:46 UTC
and what happens when they cease to exist? Huh Undecided
People lose money and see Bitcoin as a scam
And "hopefully" when there is enough lost money people reverse-engineer that wallet and find the derivation path
Post
Topic
Board Bitcoin Technical Support
Merits 2 from 1 user
Re: Corrupted Wallet? Or Hacked?
by
jackjack
on 04/02/2021, 22:37:17 UTC
⭐ Merited by HCP (2)
Thanks for your answers that really clears things out!
Good news is the wallet still controls the money
The bad news is that it's encrypted so you have to find the password, you can't do anything without that
Command to try a password:
Quote
python pywallet.py --wallet=path/to/wallet.py --find_address 1YoUradDress --passphrase "the-password"

You can have two self-explanatory outputs:
Quote
The wallet is encrypted and the passphrase is incorrect
[
    {
        "addr": "13RhV5gEq5vWXeR6BrqK4tbqre63SSgSTy",
        "compressed": true,
        "encrypted_privkey": "a6c8a26001dfb1b6fabb73196ead96c7bb0a81c9490e27607dea7b4c0afa5195332136f955103a2 9295e8238079b7d3d",
        "pubkey": "031295da558de0efe0dbe904be9748ab44d3b59196079ed4dda6cba889a79d2fc2",
        "reserve": 1
    }
]

Quote
The wallet is encrypted and the passphrase is correct
[
    {
        "addr": "13RhV5gEq5vWXeR6BrqK4tbqre63SSgSTy",
        "compressed": true,
        "encrypted_privkey": "a6c8a26001dfb1b6fabb73196ead96c7bb0a81c9490e27607dea7b4c0afa5195332136f955103a2 9295e8238079b7d3d",
        "hexsec": "8d1b71624b7bf8d5165cb9c77bea710173219b813da7c9ebc42a1997ad1064fe",
        "pubkey": "031295da558de0efe0dbe904be9748ab44d3b59196079ed4dda6cba889a79d2fc2",
        "reserve": 1,
        "sec": "L1x1EXNCt2mavzE7zT7Vrck57UfZFY8zHuEgcKaQFCknm3ztAGke",
        "secret": "8d1b71624b7bf8d5165cb9c77bea710173219b813da7c9ebc42a1997ad1064fe01"
    }
]

Obviously you want the second one
To be clear: the moment you have the "passphrase is correct" output with the hexsec/sec/secret values, this means you have the money back (except for the few more seconds needed to transfer it to an Electrum wallet)
This also means that what you have on the screen is worth the whole balance, meaning that using a photo of it or an eidetic memory a person can steal the coins before you transfer them

Try a couple of passwords with different capital letters, punctuation, space, etc
If you really can't find the correct one: first stop thinking about that for a couple of days and try again, maybe you husband changed some 'i' to '1' or things like that

If you're really stuck then you can use tools to bruteforce the wallet using what you remember of the password, doing modifications on it and other things
Keep in mind though that depending on how well you remember it it may still take centuries to find it
Some examples (that I never tried) you can find on Google:
  https://github.com/glv2/bruteforce-wallet
  https://github.com/gurnec/btcrecover

They may not be applicable for your specific password problem, we may have to make a custom one
Just try for now and come back to report success or failure
Good luck!


Note: "Version mismatch (must be <= 81000)" is just a warning, disregard it
Post
Topic
Board Bitcoin Discussion
Re: Burned Bitcoins
by
jackjack
on 30/01/2021, 21:44:01 UTC
1BURNED4fBBJPNBUzytg6Q3HVj7uFGBxNE
I wouldn't call that a burned address
Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
jackjack
on 29/01/2021, 14:36:26 UTC
I meant "handling the non-crashing" Cheesy
I hope the handling will be done not too far in the future but I'll have to check when the (several?) breaking changes occurred
Also I think many things would be broken anyway but at least as you say people can dump keys, which is 99% of what people use pywallet for I think
Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
jackjack
on 28/01/2021, 22:39:51 UTC
New version:
  • stop breaking when recent wallets, handling will be done later though, thanks to HCP for handling that with his fork
  • add --find_address option: this looks for an address in all the keys of the wallet
Code:
$ python pywallet.py --wallet=path/to/wallet.dat --find_address 1Mp26TFhkmyupEFbnuitvTeu8PSiqku6pT --passphrase aaaaaa
[
    {
        "addr": "1Mp26TFhkmyupEFbnuitvTeu8PSiqku6pT",
        "compressed": true,
        "encrypted_privkey": "45421e5f31d614803dbdbd1419b6c0fb5cacf61d3a371de637afa3b8c502ae4fc5c674d0421dcf3f246265f6ecae0f81",
        "hexsec": "2a26e47fda8e7a0a345f6e4e4da2afa88ee2b69b57eb468911cf73da448f0bcd",
        "pubkey": "02008fa3d569d00ac7ae31edbc3cc3f99a59b4e9ee21ae37af8dfe3d50319747b7",
        "reserve": 1,
        "sec": "KxdeaXTuE7ZVKX92AzPCaiLfnNwYQeSWrrrGsrXYW5y34v6BMiQB",
        "secret": "2a26e47fda8e7a0a345f6e4e4da2afa88ee2b69b57eb468911cf73da448f0bcd01"
    }
]

Post
Topic
Board Bitcoin Technical Support
Merits 7 from 4 users
Re: Corrupted Wallet? Or Hacked?
by
jackjack
on 28/01/2021, 20:47:35 UTC
⭐ Merited by LoyceV (4) ,ETFbitcoin (1) ,sdub01 (1) ,BitMaxz (1)
Sorry to insist but can you confirm that you see encrypted_keys with pywallet?
I've helped many people and even small misunderstandings can lead to a great amount of lost time

Quote
The issue is that the password that was set worked to access the smaller amount within the wallet, but not for the larger amount in the wallet.
This is not the issue
When created, the wallet file contains around a hundred keys (let's say K1, K2, K3, etc, K100)
Those keys contain keys you can see and some change keys
All are used to compute the displayed balance
When you set a password you encrypt the whole wallet with this unique password, not parts of it so all the initial keys are in there
(One problem can arise when you made around one hundred transactions after the last backup but this doesn't seem to be the case here)

Do you happen to have either the transaction number, the sending address or the receiving address of the big transfer?
Maybe you were actually hacked and this could confirm this

Also I'm confused with this sentence of yours
Quote
We were unable to use the password created on 1/1/2021 to access the larger amount that had been received back as change on 1/7. We have tried multiple combinations of passwords since. We have done the Python method, but since the password isn't working we can't access the private keys
Are you talking about the same wallet file?
As I wrote above, one wallet has exactly one password
And you say that you were 'able to access the original small change', so that would mean you know the wallet password
Post
Topic
Board Bitcoin Technical Support
Re: Corrupted Wallet? Or Hacked?
by
jackjack
on 28/01/2021, 18:40:59 UTC
Code:
He put a password on the wallet and made copies
You mean from within bitcoin-core right?

If so, using pywallet you can dump the wallet, with all the encrypted keys, right?
Then there is no way around that, you must find the password that was set, maybe there is a missing character of something else but you need to find that out