Bitcoin Forum
July 04, 2024, 02:20:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 [119] 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 ... 311 »
2361  Bitcoin / Electrum / Re: Trying to restore my wallet from 2009 or earlier on: January 10, 2022, 03:54:44 AM
I managed to run Electrum 0.3 on Debian 10,
-snip-
Can I get a copy of a "for test" electrum.dat (wallet) file from version 0.30? (or share a download link for everyone)
Because I'd like to play with it using various tools, also to be able to test some options for OP.

Also, have you found an option to export the private keys in Electrum version 0.3?
2362  Other / Beginners & Help / Re: compressed ad uncompressed adresses on: January 09, 2022, 03:10:52 AM
That's certainly normal (since it's IanColeman's compression tool, it must be P2PKH).
Although both correspond to the same Private Key, Bitcoins aren't stored using the private key but through a "locking script" which is represented to you by an address.
So simply by knowing that the compressed and uncompressed addresses are different than each other explains why each has different balances because the bitcoins are locked using different scripts.

The HASH160 which is part of the locking script is derived from the public key.
Compressed and uncompressed public keys are different from each other (as you can seed in the tool) so both wont produce the same HASH160 result,
thus, different locking scripts for the compressed and uncompressed.
2363  Bitcoin / Bitcoin Technical Support / Re: SOSHow to restore BitcoinCore wallet with passphrase+public address+private key? on: January 09, 2022, 02:32:30 AM
-snip-
I am pretty sure my priv key is correct, as i did copy it 3 times on 3 different papers, and they are all the same.
If that's the case, then the error must be a mistook character (eg.: letter case).
There's no way Bitcoin Core will return with that error if the WIF private key is correct.

It's quite easy to check for the wrong character since the WIF private key should only have BASE58 characters which shouldn't contain any I, l (lowercase L), O (uppercase o) or 0 (zero).
See if it has any of those characters and replace them with the similar character from the list below.
It should only have: https://en.bitcoin.it/wiki/Base58Check_encoding#Base58_symbol_chart (strictly case sensitive)
2364  Bitcoin / Armory / Re: How can I use my armoury paper backup with another provider? on: January 08, 2022, 02:28:49 PM
You can use Electrum as an interface for Ledger, just follow their guide to create an Electrum wallet using your Ledger.
support.ledger.com/hc/en-us/articles/115005161925-Set-up-and-use-Electrum?docs=true

Then use sweep (Wallet->Private keys->Sweep) to send all of the private key(s) available balance to your Ledger.
2365  Bitcoin / Armory / Re: How can I use my armoury paper backup with another provider? on: January 08, 2022, 01:58:14 PM
Yes but not directly using the paper backup,
you can restore the backup, export the private key(s) from Armory and import it to another client.

HCP has a post with steps about exporing keys from Armory: https://bitcointalk.org/index.php?topic=4746784.msg43255691#msg43255691
Note: Armory doesn't have to be online or synced to export the private keys.

Then in the other client, find an option to import or sweep your private keys.

But if the restored wallet is empty in Armory, there's a great chance that the exported private keys are holding no coins either.
2366  Bitcoin / Bitcoin Technical Support / Re: SOSHow to restore BitcoinCore wallet with passphrase+public address+private key? on: January 07, 2022, 05:32:10 AM
-snip-
Thanks for the help..! This is exactly what i provided in the Console window for privkey importing:
Code:
importprivkey Lx......X
which triggered the error of "Invalid private key encoding (code -5)"
This is concerning since the error indicates that there's an issue with the provided private key.
My suggestion below will only work if your private keys is valid.

All in all, my goal is to transfer the btc in the legacy address to a hardware wallet. I am open to any solution that is better way to fulfill that, in a safe way.
You can set-up a cold-storage Electrum to fulfill that, create an imported Electrum in your Cold-storage PC and create a watch-only imported Electrum to the online PC.

Here are the simple steps:
  • Download Electrum from electrum.org | I also recommend you to verify its signature: how-to-verify-your-electrum-download
  • Install Electrum on both PC.
  • In the offline PC, create a wallet using the option in the installation wizard: "Import Bitcoin addresses or private keys"
  • Type the private key in the box, click next and finish the set-up, that should create an [imported] wallet.
  • In the online PC, select the same options but paste the address instead. It will create an [imported - watching only] wallet.
  • Wait for the balance to show in the online PC, then create a transaction that sends the funds to your hardware wallet, an advanced preview will display after clicking 'pay->send'.
  • In the advanced transaction preview, click "Export", then "Export to file", a (.psbt) file will be created to the selected directory, transfer it to your offline PC.
  • Back to the offline PC, load the transaction file using Electrum's menu "Tools->Load transaction->From file", the advanced transaction preview will show.
  • Click "Sign" and then use the same export options to export the signed transaction, transfer the signed raw transaction (.txn) to the online PC.
  • Back to the offline PC, use the same load transaction options to load it and in the advanced preview, [review everything especially the output address(es) and fee] click "broadcast" to finally send the transaction to the network.
2367  Bitcoin / Bitcoin Technical Support / Re: Windows to Mac migration: Do I have to re-download? on: January 07, 2022, 04:17:30 AM
-snip- and that I should try and connect the Mac to the Windows client and download the blockchain across my local Network from one machine to the other. I tried this, but have gone past my knowledge area here. I can see it, because I can ping it and SSH to it, but the Bitcoin client says "Unroutable". I "think" I opened port 8333 on the source machine, but it is not downloading.
You can't use that option anyway since Windows Bitcoin Core wont be able to serve the pruned blocks to the Bitcoin Core on your Mac.
2368  Bitcoin / Bitcoin Technical Support / Re: SOSHow to restore BitcoinCore wallet with passphrase+public address+private key? on: January 07, 2022, 03:45:32 AM
The script type isn't important when recovering funds in Bitcoin core because it can look for all types when scanning for balance.
So if you've successfully imported the private key, it should be able to restore the previous balance once Bitcoin Core finished the rescan.

PS: tried cmd : importprivkey <my private key> in the new wallet, it returns error: Invalid private key encoding (code -5)
You shouldn't include the <> in "<my private key>";
but if you typed it correctly, then you've included invalid characters to your private key. It should start with K or L consisting of 52 characters.
example command:
Code:
importprivkey KxQ1ibqgPztpugBjWBuUrBp1TwbuJnzrNHTzhDrRVyzWScMZBmUp

Question: is your Bitcoin Core fully synced to the network after the reinstall? Have you disabled "prune" settings?
2369  Bitcoin / Bitcoin Technical Support / Re: Recovering wallet with .dat files (no key phrases) on: January 06, 2022, 09:35:09 AM
-snip-
I don't think it is possible to find the creation date of a wallet I'm assuming, but it would be helpful to aid my theories on what happened here. The old wallet was modified in 2017 which is around the time my uncle asked one of his colleague if he knew how to access the wallet. Perhaps the wallets were swapped or perhaps there was nothing in there to begin with but I am really curious on why the file says it was modified in 2017.
Unfortunately yes, aside from the file's timestamp itself, the only indication of a possible date is the block height in the dump file (dumpwallet) when it's last used
and since you've loaded it in 2017, it will show you a block height of 2017.

But since it's created on 2011~2013, one loose indicator that it's that old is if the wallet isn't "HD" (has a slash at the HD logo at the lower-right hand side of Bitcoin Core UI)
It will stay that way unless the wallet has been upgraded into HD by setting an 'HD Seed' through sethdseed command.
In comparison, wallets created by 2017 Bitcoin Core versions are HD.
2370  Economy / Web Wallets / Re: need help finding wallet on: January 06, 2022, 07:03:28 AM
4. lastly i have something, probly a password that looks a random generated 30 character password
    its labled BC /Ether and 30 characters
Does the 30-character "password" looks similar to a "mini private key" as described in this topic:
[overview] Recover Bitcoin from any old storage format ?

If so, try to import it to Electrum (electrum.org) and see if it will restore the address listed in your paper.
[Take your time to verify Electrum's signature before using it for extra security | Select the option "Import bitcoin addresses or private keys" when creating a wallet]
2371  Bitcoin / Electrum / Re: Trying to restore my wallet from 2009 or earlier on: January 05, 2022, 05:54:30 AM
Yes it was exist my friend. May be officially it started 2011 but in that dates i was so away from online connections
Exactly end of 2008 or first quarter of 2009

I tried all that things. The paper i wrote cant be wrong cause its still hanging out and alive
Regardless of the date: if it's from versions lower than v0.31, then your seed phrase can't be used to recover the wallet to the later versions.

These are the "release notes" that came with Electrum v0.32 and some later versions:
Quote from: RELEASE-NOTES for v0.32
version 0.31 fixes a vulnerability in the key generation function.
Unfortunately, this means that wallets created prior to 0.31 are
incompatible with newer versions. We apologize for the
inconvenience. We try to keep this kind of upgrades as rare as
possible.

If you use an older wallet, you will see a message asking you to
create a new wallet and to move your balance to the new wallet.

-snip-

Note that you may keep your current seed. For this, all you need to do
is to create the new wallet using the wallet recovery procedure. You
will not recover your old wallet with the new software, but you will
get a new wallet instead.
Quote from: RELEASE-NOTES for v1.1
LIST OF UPGRADES:
-----------------

Version 0.34: The key derivation was changed again in version 0.34, in order to offer "type 2 wallet" capabilities.
Version 0.31: This version fixes a vulnerability in the key generation function.

TL;DR: It indicates that there were two updates that made the very old electrum wallets unrecoverable with the later versions,
seed should still work but it will generate a different set of keys hence will recover a 0 balance wallet.

Your option is to install v0.30 below, restore your seed phrase, then dump the private keys from the wallet file.
IDK if there are wallet tools that support it though, perhaps some old timer has some info.
2372  Bitcoin / Development & Technical Discussion / Re: Pywallet 2.2: manage your wallet [Update required] on: January 05, 2022, 05:01:19 AM
Im one step closer thank you.

Now getting this error message when running that code

C:\Python27>pywallet.py --dumpwallet --wallet=.\wallet.dat
Warning: 'ecdsa' package is not installed, so you won't be able to sign/verify m
essages but everything else will work fine
This is just for the mentioned features;
but if you wish to get rid of the error, just install ecdsa package through pip: pypi.org/project/ecdsa

Quote from: wallet.duh
(22, 'Invalid argument -- C:\\Python27\\wallet.dat: unexpected file type or form
at')
ERROR:root:Couldn't open wallet.dat/main. Try quitting Bitcoin and running this
again.

I tried to open this file with Bitcoin core before using pywallet and got a similar "data is not in recognized format" error.

Wondering if im SOL
That indicates that the wallet.dat may be corrupted, also Bitcoin Core throws a similar error so that should confirm it.


I think you need to start your own thread in Bitcoin Technical Support board for corrupted wallet.dat recovery options.
Link to the board: http://bitcointalk.org/index.php?board=4.0
2373  Bitcoin / Bitcoin Technical Support / Re: Recovering wallet with .dat files (no key phrases) on: January 05, 2022, 04:37:24 AM
-snip-
I'm sorry but you're in the wrong board to ask online wallet-related questions.

You can go to web wallets board, then create a new thread (click "new topic" at the right),
link to the Web-wallets: https://bitcointalk.org/index.php?board=222.0
2374  Bitcoin / Development & Technical Discussion / Re: Pywallet 2.2: manage your wallet [Update required] on: January 04, 2022, 08:38:52 AM
What would be the up to date command to run to get the contents of this file assuming i have that file and pywallet in the same folder and have a command window open from that directory already.
In that case, do not use --datadir and put ".\" before "wallet.dat";
that will tell pywallet to look for the wallet.dat file in the working directory:
Code:
python pywallet.py --dumpwallet --wallet=.\wallet.dat
2375  Bitcoin / Bitcoin Technical Support / Re: Recovering wallet with .dat files (no key phrases) on: January 04, 2022, 07:04:27 AM
After starting Bitcoin Core (without any start parameters) for it to create the data directory's contents, instead of the data directory's contents going to "E:\Bitcoin" they are going straight to the root of Drive "E". Am I messing something up here?

Should the bitcoin.conf file be in the root of "C:\Users\BTC!\AppData\Roaming\Bitcoin" or should I be putting it into "daemon" or "doc"? In "doc" there is a file called "bitcoin-conf.md" however.
The config file should be in the default data directory which is the former.
The latter is the installation directory which wont be used as the datadir by Bitcoin Core, unless told to do so.

The line "datadir" in the config should tell Bitcoin Core to create the files into that folder so there may be something that's causing it to use "E:\" instead of "E:\Bitcoin".
It can be overridden by the -datadir start parameter so check if you're still using an old shortcut.

Or the config file may actually be "bitcoin.conf.txt" which is caused by Windows explorer not showing the extension (enabling "File name extensions" will do the trick).
In which case, it will use what's set in the GUI.



You can also try to use the old directory if you don't want to restart from scratch,
rename it into the folder name that you want and put the path into the datadir= line in the config file.



Do not forget to close Bitcoin Core to apply the new config.
2376  Bitcoin / Electrum / Re: Help for recovery key on: January 04, 2022, 02:53:48 AM
About 2011 year, I use electrum windows wallet. Now I forgot private key and key phrase.
That was odd, because AFAIK there's no official Windows binary of Electrum in 2011.
Have you somehow used BTCurious' non-official Windows binaries? (/index.php?topic=50936.msg641963#msg641963)

Anyways, there's no way to get into your wallet without those since Electrum isn't kind of a custodial service where your "account" is hosted in a server.
And even if you get the seed phrase, it will still be troublesome to recover the wallet since it suffers to a derivation bug and will generate different keys when restored to the latest version.
2377  Bitcoin / Electrum / Re: Never got my btc on: January 03, 2022, 04:30:59 AM
Check if it's sent to the correct address:
Go to your localbitcoin's wallet transaction history, look for the withdrawal transaction that you did and check its "receiving address".
Open your Electrum and see if that address is in your 'Addresses' tab, ("View->Show Addresses" to enable the tab).
If it's not there, you've sent it somewhere else.
A fucking random guy reveived the btc what can i do?
like i put my adress in it but it wasnt my adress. so i lost money cuz of electrum
You can check if you have more than one wallet in Electrum in the menu: "File->Open" or "File->Recently open".
Sometimes, newbies tend to use another wallet for their "missing transactions".

If you only have one wallet, then it's most likely a clipboard-hijacking malware/virus that changes the address that you've copied or you installed a fake version of Electrum.
(see the other replies to check if you are infected with the malware | verify your downloaded Electrum to see if it's legit)
But neither of those can recover your lost bitcoins, that's to know the culprit.
2378  Bitcoin / Electrum / Re: Depsoit does not appear in Electrum wallet - not sure why? PLEASE HELP on: January 03, 2022, 04:13:59 AM
-snip-
i have tried all that i cant find the address in my wallet
Are the addresses' script type in the website the same as Electrum's?
In simple words, do the addresses start with 1, 3 or bc1 in both Electrum and website?

Because some merchant API can generate different script type if loaded with an "xpub" from electrum's legacy wallet.
2379  Bitcoin / Bitcoin Technical Support / Re: Recovering wallet with .dat files (no key phrases) on: January 03, 2022, 03:54:02 AM
Earlier last night I was actually able to select the wallet for the first time and after clicking on it I saw a prompt along the lines of "loading wallet" and for a few minutes the wallet was actually loading. Then the "loading wallet" prompt was still on the screen but there was no indication that it was actually loading. Looked like it froze or something. I let it "load" over night and I guess it crashed bitcoin core. When I re-opened bitcoin core this morning I was no longer able to select the wallet.
It will be grayed-out in that 'Open Wallet' list if it's loaded
and the wallet should be selectable in the "Wallet:" drop-down menu at the right-hand side of Bitcoin Core:


If the PM is about sending the wallet.dat, please don't send it to anyone including me.
2380  Bitcoin / Electrum / Re: Never got my btc on: January 02, 2022, 12:26:06 PM
-snip-
he can check it in - https://blockchair.com/ as what Pmalek already suggested-  just enter your btc address or your tx id. you can see if there is incoming btc or if it is not yet confirmed - you can also see what priority are you in the network. this site is very helpful to me in checking the status of my btc transaction. if it is already confirmed, then it is your wallet itself. but knowing electrum, it should be synchronised fast.
Problem is, OP didn't followed anything based from his last reply (which I replied to).
My reply has different goal, it is to cross-check the actual address that he typed in localbitcoins with his Electrum's receiving address.
Plus (in my reply's case) why would you have to go to a blockexplorer if you can already see the transaction's output in the app/website itself?
Pages: « 1 ... 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 [119] 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!