Bitcoin Forum
June 11, 2024, 07:35:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: Not even a penny on: April 22, 2024, 02:10:56 PM
I understand your frustration that your trying so far to get something out of the wallet file didn't yield any desirable results. Understandably your nerves could be on the edge. You know, it won't benefit you if you insult other forum members. You are the one asking for help and support with your issue.

You may not get always answers that you like. Some experienced users here have seen a lot of shit and react sometimes a bit out of prior experiences. I'm not judging your problem, nor am I classifying it as shit, to be clear. Different users have different perception of presented problems, that's how it is. But friendly advise, if you need help, don't be aggressive or insulting... bad recipe!

I'd suggest: swallow your pride and continue to seek a solution for your problem. You're still far from goal line.

When I read your aggression, I had to think twice, if I should continue to post in your other thread, because I don't like to devote my time to unfriendly users.

I appreciate your help and other members here but noone here has spoke to me this s*it way like he does he acting like he owning the forum
I can't let anyone speak to me like that and not respond or even let him take Advantage on me

It's not even an answer his respond look like a teasing reply

But it's not a justification to talk like that +also it's the first time he see me on this forum

I'm not (unfriendly ) you can see my all replies
2  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 22, 2024, 12:37:12 PM
If so, you may have to specify which address type to dump because the command defaults to "bech32" if addresstype isn't explicitly set.
Since you do not know the actual address(es), you may have to create a separate dump with legacy and p2sh-SegWit addresses.

Holy moly, this is new to me, thanks for this! I just looked up the short help with bitcoin-cli help dumpwallet (Bitcoin Core v26.0) and there's absolutely no reference to addresstype whatsoever affecting the output of this command. I'm puzzled, need to investigate further.

When dumpwallet is affected by settings in bitcoin.conf like addresstype=legacy, it might be necessary to also specify changetype=legacy for change addresses (for legacy address type here).


I haven't import them on electrum cause i have found a python script that work for checking the balance of accounts and I tried with all of the addresses and every account was 0
And I put some random adresses with balance(not mine) and the script found them  
So that what make me know that adresses all empty

I'd rely at such an important verification step on proven tools like Electrum wallet. Your Python script may be OK, but how do you know after just a few tests? Your script may just skip gracefully without signaling issues if it's programmed the wrong way. If you don't understand the code, you can't know what it is doing. I would be careful with "unknown" scripts.

You don't give any details about the script and it's a bit annoying to always have to ask for further details. I mean, you should be the one who is very much interested to be certain to use the right tools, no?


What address type did you get in your output file of dumpwallet command (public addresses of 1... / 3... or bc1q...)?

I'll try electrum  one but I dont put a hope for it
In my previous comment I have put the script link

It's not (not giving any details ) I'm just lost the hope and the energy that it can have anything on it
And I'm replying with what you asking for

The adresses types all of them was starting with 3
3  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 22, 2024, 12:24:53 PM
-snip-
And I'm  already have all the addresses of the wallet but they're alot and it will take very long time to check them individually
Are those addresses the result of the suggested dumpwallet command?

If so, you may have to specify which address type to dump because the command defaults to "bech32" if addresstype isn't explicitly set.
Since you do not know the actual address(es), you may have to create a separate dump with legacy and p2sh-SegWit addresses.

To do that, you either:
  • A. Close Bitcoin Core, set addresstype=legacy to your bitcoin.conf file, Open Bitcoin Core then use dumpwallet command;
        Close Bitcoin Core, set addresstype=p2sh-segwit, Open Bitcoin Core then use dumpwallet command with different dump file name.
        (Your third option would be addresstype=bech32 if your current dump file has legacy addresses; and the other type, bech32m isn't an option in 2020)

        Those two dump files will contain same private keys and amount of 'key & address lines' as your first dump file but will have the specified address type.

        Then use the script that you've mentioned above (after you share it so we can check if it's legit) to see if those addresses have bitcoins.

  • B. This wont require another two dump files;
        When you import to Electrum, specify the script types as noted in 'import private key' window's "info" tooltip button.
        Each WIF private key should be imported with different script types to restore all three address types.

    e.g. (imports legacy, p2sh-SegWit and Native SegWit addresses):
    WIF_Private_Key01
    p2wpkh-p2sh:WIF_Private_Key01
    p2wpkh:WIF_Private_Key01
    WIF_Private_Key02
    p2wpkh-p2sh:WIF_Private_Key02
    p2wpkh:WIF_Private_Key02
    WIF_Private_Key03
    p2wpkh-p2sh:WIF_Private_Key03
    p2wpkh:WIF_Private_Key03
    ...
    But, don't import too many in one wallet or Electrum may not sync.

I think it's gonna be useless because yesterday when I'm trying I used (getbalance) on btc core and it shows 0.000 I dont remember how many zeros but there wasn't another numbers

Also: on the first I tried to search for (name ) on wallet.dat file by notepad (normal one) and hxd (hex editor) and there wasn't

That script I used :https://github.com/geniusprodigy/bitcoin-qt
+ I'll try electrum way but I dont feel like it will work + what to do with another adresses if import some of them doing new wallet?
4  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 22, 2024, 11:05:26 AM
Based on your questions you had, I wouldn't place you in the experienced camp. What gives you confidence you did everything right? I ask because you don't give much details.

Are you sure you imported the correct address type (if you imported the private keys in Electrum)?

If you imported the public addresses and you expect to see some transaction history and there is none in Electrum, assuming it synced fully, then either you missed some public addresses or it is the wrong (empty) wallet you exported the addresses from. Based on your "Checked yesterday and It's empty" it could also be that your wallet has been emptied. It's guesswork.

Yes cause i have good knowledge  about crypto currencies  but I'm not experienced (good surface knowledge )

I haven't import them on electrum cause i have found a python script that work for checking the balance of accounts and I tried with all of the addresses and every account was 0
And I put some random adresses with balance(not mine) and the script found them 
So that what make me know that adresses all empty
5  Bitcoin / Bitcoin Discussion / Re: Not even a penny on: April 22, 2024, 10:56:03 AM
I call bullshit. If you don't remember creating or funding the address and are not the same user of the PC why were you expecting to see a balance and what make a topic when you actually don't see a balance?

In your first post you personalized the entire conversation; "my Bitcoin file", "my PC". And now you switch your story around.

First You must learn how to speak respectfuly and not being a dumb aggressive  idiot

Then carries on to be a "dumb aggressive idiot"

It's not carries on to be a dumb aggressive idiot it just the right way to treat people like him
If you check my all comments you will not see that I'm talking with people this hard way except with him so now you know why if you see his comment and his way

If it's your another account or you know him  tell him to (  learn how to speak respectfuly and not being a dumb aggressive  idiot ) Cheesy
6  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 22, 2024, 12:32:54 AM
Thanks alot but is there is way for alot of adresses check and not (progrraming way )cause my device every time I'm trying There Is a something missing and overall not work

You could import the public addresses into a watch-only wallet in Electrum and you could quickly see if any of those addresses holds any funds. Electrum is a lightweight wallet and doesn't require to download the full or partial blockchain.

If you want to go this way, make sure you download Electrum solely from the official website https://electrum.org/ and verify properly your download file. I'm not going into detail for this as there's an excellent description for that in this forum.

When you have verified that you have funds in your addresses, you could import the private keys of your funded addresses or all private keys of your addresses in a spending wallet in Electrum.

Checked yesterday and It's empty
7  Bitcoin / Bitcoin Discussion / Re: Not even a penny on: April 21, 2024, 09:05:30 PM
I call bullshit. If you don't remember creating or funding the address and are not the same user of the PC why were you expecting to see a balance and what make a topic when you actually don't see a balance?

In your first post you personalized the entire conversation; "my Bitcoin file", "my PC". And now you switch your story around.

First You must learn how to speak respectfuly and not being a dumb aggressive  idiot
Second thing I supposed to think there Is a balance on it because i have seen posts and topics about wallet.dat size and they say normally its 100kp and mine was more way big so there is alot of addresses and that mean there is a chance for balance and transactions on it 

For why make topic when not see balance = to update what happens 

Yeah my bitcoin file cause I found it on (my)pc  does your iq very low to know when I have siblings uses the pc I also can still name it my pc cause it is

And I didn't see why are you mad to this point and I have reply with answers so other people can see it but you u just shut up
8  Bitcoin / Bitcoin Discussion / Re: Not even a penny on: April 21, 2024, 08:17:33 PM
Every client generates a batch of addresses once you create a new wallet, I don't remember exactly the limits but numbers varied from 100 upwards
Have you actually used that wallet for multiple transactions while you were actively using it?
That would explain the generation of new addresses.

I dont remember but also I havent seen any transactions on adresses or btc core (still sync)

It sounds like it is not actually your wallet.dat file but something you found or bought online, right?  If it is the latter, you have been scammed.


Nah I'm not dumb to do that
I found the bitcoin folder and I dont remember does I made this or not
I know at this time I'm well known with crypto currencies  but dont remember that I have done it
Also because I'm not the only one use the pc my siblings also does
9  Bitcoin / Bitcoin Discussion / Re: Not even a penny on: April 21, 2024, 02:58:00 PM
Every client generates a batch of addresses once you create a new wallet, I don't remember exactly the limits but numbers varied from 100 upwards
Have you actually used that wallet for multiple transactions while you were actively using it?
That would explain the generation of new addresses.

I dont remember but also I havent seen any transactions on adresses or btc core (still sync)
10  Bitcoin / Bitcoin Discussion / Not even a penny on: April 21, 2024, 01:50:06 PM
You may saw this post that I have made
https://bitcointalk.org/index.php?topic=5493211.0

For a bad reason after checking more than 2000 address from the wallet
I literally haven't found even a penny   Sad

So if its empty why all of these adresses can someone explain to me ?
11  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 20, 2024, 03:35:52 PM

If you decide to proceed with the previous recommended method to control your funds you will notice that the fees are currently very high so I advise you to wait until they are within an acceptable range again.
[/quote]
Thanks alot but is there is way for alot of adresses check and not (progrraming way )cause my device every time I'm trying There Is a something missing and overall not work

+ if anyone know a way but safe

+also I dont see transactions ,or addresses or anything on bitcoin core so I dont see a fund and still on 2011 and my wallet from 2020 so yeaaah because of that I must check all the adresses
12  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 20, 2024, 03:18:03 PM
I think that you are over-complicating your situation. Like LoyceV said, you definitely should have a backup of your wallet.dat as a safety measure in any scenario, but what you should consider doing after is choose a route of action that is suitable to your needs and current limitations regarding setup. Why are you choosing with the route that you planned when there is an option that allows you access to your funds in a matter of minutes and allows you to see the total balance that is within your wallet (which seems to be your main goal)?

One could argue afterwards the best path to take but for now, considering your first comment, the previous solutions seems rather fit to your current needs.

I have set my plan on your comments and made  shortcut to done it

And I'm  already have all the addresses of the wallet but they're alot and it will take very long time to check them individually

And when I'm saying they're alot I really mean a big number
13  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 20, 2024, 03:10:52 PM
have a multiple copies of wallet.dat file
This should be Step 1 of your plan, not Step 3.


I'm already having multiple copies of the file before doing anything It seems that I forget to say

Quote
And after btc core work I will close it and change the new dat file with old one
If you select pruning, your old wallet will require to download the blockchain again. No need for it to download anything if you want to get your addresses only.

 btc core 0.17 didn't ask me also about doing pruined mode and when it done installing I saw on settings that it work on normal one

Quote
I'm thinking of made another account and sent the money to another account and pay the transaction fees from the first account
This doesn't make sense.

I know but it will not be bad atleast and I'm know it's maybe will not have an effect
But what I want to ask here when you sent the money to another acc you should pay transaction fee not the other one right? Let's say 10$ you sent 9 and set up 1 as transaction fee
14  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 20, 2024, 11:10:20 AM
What do you think guys of this plan

(I have made a plan)
Downloading btc core 0.17 cause it's the last version work (win7 32bit)
After that turn on pruning mode = 550 and save it on another direction on c:/
Then have a multiple copies of wallet.dat file
And after btc core work I will close it and change the new dat file with old one
And open the btc core again then going to console and typing [listreceivedbyadress 0 true ]
To get all addresses and then check on blockchain explorer and If there a money I'll copy the address that contain the money and going back to console and type[dumprivkey .....address......] to get the priv key
And then downloading electruim and import the working keys so the money will show on the account
And for more privacy ( I'm thinking of made another account and sent the money to another account and pay the transaction fees from the first account )
15  Bitcoin / Bitcoin Technical Support / Re: (Help) I'm trying to get my private keys on: April 17, 2024, 02:32:34 PM
but idont have these huge specs and also poor internet so it'll take forever
- Bitcoin Core requires just 2 GB of RAM, and about 700 GB for storage, which can be reduced by more than 90% if you enable pruning (with pruned=550).
- How bad Internet connection? Downloading 700 GB shouldn't take more than two days, even in cases with very slow download speed.

I wouldn't experiment with my money, if I were you (it is clear that you don't know what you're doing). You used Bitcoin Core to receive the bitcoin, use it again to recover it.

The problem here that I dont even have 20 gigabytes  free and the internet bad and still limited so If i spent money for getting another space and also for many times renew the internet quota it will be waste of money espicially that I dont know if there's a money or not (if I 100% know there is a money on it I'll spent the money )
16  Bitcoin / Bitcoin Technical Support / (Help) I'm trying to get my private keys on: April 17, 2024, 02:07:41 PM
I found my bitcoin file from 2020 (700mb )after 4 years  and found wallet.dat file and I have tried to install bitcoin core but idont have these huge specs and also poor internet so it'll take forever so I found the pywallet way and tried alot but cant use maybe cause my pc old  and bad material so I found another way (hxd ) and I tried it and I found alot of hits but I still cant know how to get private keys and where cause it's not have a big popularity so  if anyone here know how the full process (hxd program or any program like this) go please explain it to me and thanks

Also(I searched on the program by [01010420] and [0420] the last number gives me more plus hits and I dont know the meanings of these numbers I found while searching)
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!