Bitcoin Forum
June 19, 2024, 07:29:07 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 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 ... 309 »
1081  Bitcoin / Electrum / Re: Access to an old account on: April 27, 2023, 10:52:46 AM
My father had said several times he had around 50000 btc when he first heard about it a while ago, and I don't know if they are fake btc or something but I want to access the wallet(s).
-snip-
I found 3 folders: "Electrum-btcp" "Electrum" and "ElectronCash" and they are all empty,
Chances is, your father meant he has "50000 BTCP".
Anyways, looking for his backup is still worth it.

And speaking of backup, any of those Electrum variants (One for Bitcoin, two for Altcoins) requires a "seed phrase"
to be written as backup before the user can finish creating his wallet.

So look for papers with words written on it (12 words by default) which should be the seed phrase that can restore his wallets(s).
If you found it, get an offline PC, install Electrum and go restore it via "Standard->I already have a seed" option.
Check the addresses (View->Show Addresses) if any has balance.
1082  Bitcoin / Electrum / Re: How to find inputs? Electrum 4.4.0.0 (Android) on: April 26, 2023, 12:09:28 PM
If I can remember correctly(a bit confused too, am I mixing with electrum desktop?)
This should bring a closure to your doubt.

Screenshot from version 4.3.4:
Screenshot from version 4.4.0:

Both do not display the inputs.
At first, I was wondering if you're talking about the transaction preview when sending bitcoins
but when I checked, it's the same as the screenshots above.
1083  Bitcoin / Electrum / Re: Generating reception address without opening wallet on: April 26, 2023, 11:23:10 AM
Yes, try https://iancoleman.io/bip39/
You may download that page and use on airgapped computer.
I'm assuming that you took OP's "MPK" as 'Master Private Key'.
Because otherwise, IanColeman's BIP39 tool cannot use his 'Master Public Key' and derive addresses from it.
1084  Bitcoin / Electrum / Re: Electum error signing a message on: April 25, 2023, 04:37:35 AM
-snip- but I get the following error:


EDIT: Managed to get it done. Once I choose the type of address I wanted, in my case legacy, I changed the bottom parameters from m/44h/0h/0h to m/44/0/0 and it worked fine.
Seems like the issue was the new hardened derivation path scheme which uses "h" instead of " ' ".

Your solution is kind of insecure since you've used non-hardened derivation paths for the "purpose", "coin" and "account" level which should be hardened by the standards.
If you're planning to use the wallet where you'll create a signed message, use this derivation path instead: m/44'/0'/0'
1085  Bitcoin / Bitcoin Technical Support / Re: wallet.dat - need help to recover with pywallet on: April 25, 2023, 03:13:55 AM
-snip-
Okay it could be dogecoin core wallet because this wallet says: wallet data corrupt, salvage failed
Do I have any option to salvage this wallet ?
That loading error isn't related to being an altcoin wallet.dat, it simply means that the wallet is corrupted and cannot be remedied by Bitcoin Core's salvage attempt.
Additionally, even altcoin wallets could be loaded to Bitcoin Core but or course, altcoin transactions wont be scanned.
1086  Bitcoin / Bitcoin Technical Support / Re: extended seed and added rnadom word cant recover on: April 25, 2023, 03:01:11 AM

This is part of BTCRecover's test codes, specifically these lines from the original repository: github.com/gurnec/btcrecover/blob/master/btcrecover/test/test_seeds.py


-snip- but i don't know how i can load the transaction as i have no idea what the transaction is
Transactions will be automatically loaded as long as you're online once the correct wallet is restored with the correct seed phrase and extension (passphrase).
I recommend you to make a separate topic regarding the MultiSig wallet since its recovery is different than a single sig wallet with extension.
1087  Bitcoin / Bitcoin Technical Support / Re: wallet.dat - need help to recover with pywallet on: April 24, 2023, 03:23:44 PM
Update: I've managed to recover 1 wallet file with pywallet but I'm getting error that file is corrupt.
AFAIK, --recover will restore a "recovered_wallet.dat" regardless if it successfully found any private key.
The difference is if it's empty, it'll result with a non-useable recovered_wallet.dat file without any keys in it.

Recover command should tell you if it found any keys or encrypted keys (plus if those are successfully decrypted)
from the drive you've selected.

I used hartman partition recovery tool
Is there a better option?
Okay so the wallet.dat files are recovered from an old drive (deleted/wiped?)
Getting corrupted wallet.dat files are common in this scenario specially if the drive has been continuously used after the data you're trying to recover was deleted.
This is because those files may be overwritten by the operating system's normal operation or other data that you're writing on it.

Unfortunately, data recovery isn't my expertise and you might need an expert to recover your files intact.
The best suggestion that I can give is to leave that drive unplugged until you found someone qualified for the job or until you've researched enough about data recovery.
1088  Bitcoin / Bitcoin Technical Support / Re: wallet.dat - need help to recover with pywallet on: April 24, 2023, 09:38:57 AM
Anyway, when I try this i get the message: Failed to load database path 'D:\Bitcoindata\wallet.dat'. Data is not in recognized format.
bitcoin-wallet tool usually returns with that error if the wallet.dat is corrupted beyond repair.
This is supported by my guess in pywallet's error which is also caused by a severely corrupted wallet.dat file.
I'm afraid that the data is too corrupted for salvage or pywallet.

The only option that I know that may still work is --recover which is designed to look for deleted data similar private keys from a directory.
But you wont be searching for deleted data, it's the data inside your corrupted wallet.dat.

Here's the "general" steps: http://bitcointalk.org/index.php?topic=5408068.msg60653031#msg60653031
If you need more info, read the next few replies since the OP in that thread asked for further instructions as well.

Basically, you'll need to paste it in that drive, preferably empty;
Then using the provided command, let pywallet look for private keys in that drive which the corrupted wallet.dat might still have.
1089  Bitcoin / Bitcoin Technical Support / Re: wallet.dat - need help to recover with pywallet on: April 24, 2023, 08:59:53 AM
I'm getting access denied error. My best guess is my wallet.dat is not located into right file or something like that.
If pywallet can't find it in your specified directory, it'll return with this message instead:
"ERROR: wallet file 'T:\\wallet.dat' can't be found"

-snip-
So where do I need to save this wallet, to bitcoin store app data file also?
Im big noob, maybe i missed a step.
Because right now i have pywallet in another file and wallet.dat in the same file.
Save it anywhere but take note of its absolute path,
for example, if you saved it in "D:\new folder", the wallet.dat's path is "D:\new folder\wallet.dat"
Use that as --wallet path when using bitcoin-wallet.exe tool.

If you didn't changed Bitcoin Core's install directory, bitcoin-wallet tool should be in your "C:\Program Files\Bitcoin\bin" folder.
To use it, open command prompt, "change directory" (cd) to the folder above, type: cd C:\Program Files\Bitcoin\bin
Then to salvage, type: bitcoin-wallet --wallet="D:\new folder\wallet.dat" salvage
Of course, change the wallet's path to your wallet.dat's location.

The rest of the info should in the link on my previous reply.
1090  Bitcoin / Bitcoin Technical Support / Re: extended seed and added rnadom word cant recover on: April 23, 2023, 07:16:01 AM
-snip- sent it all out but its just the multisig i know has money and then the 13 word what this thread is about i know it has money
By the way, the "13 word" is just an Electrum seed phrase with a "Passphrase" which is the 13th word.
When using seedrecover, you'll have to create a list of your possible passphrases (13th word / extension) on a text file referenced by --passphrase-list

You either need your "address" or "master public key" to be able to check if any of those words is the correct passphrase.
That's because any "extension" is valid but a different word will produce a different wallet.
1091  Bitcoin / Bitcoin Technical Support / Re: extended seed and added rnadom word cant recover on: April 23, 2023, 04:40:48 AM
"seedrecover.py" tool of BTCRecover can definitely help you with it, however, it still depends on what you can remember or the complexity of your backup.
Can you make an example of how it looks like? Use random words in your example, do not post the actual backup.

For seedrecover setup, you'll need BTCRecover: https://github.com/3rdIteration/btcrecover
It already has a guide.

Then based from what I understand from the OP, you'll have to combine a valid seed phrase from your words and pick a valid passphrase.
You'll need to provide these arguments:
Code:
--tokenlist "<list of words>.txt"
--passphrase-list "<list of passphrases>.txt"
--mnemonic-length 12
--language en
--addrs <your address>
--tokenlist can be replaced with --seedlist if you think one of the listed phrases is already the correct seed phrase.

i know there are wallet recovery services but they take a fee please help me.
Seeing the phrase "ton of phrases" made me think that you'll gonna need it.
For that, I'd recommend you walletrecoveryservices.com which has a good standing.
Also, you wont have to pay a fee right away, only until the job is done.
1092  Bitcoin / Electrum / Re: Electrum weird freezing on click on: April 22, 2023, 03:04:45 PM
-snip-
It's annoying and the fact that I haven't found the bug on github makes me a bit uneasy! So update??
Check if you can discover the cause,
However, I'd not recommend to submit it as issue to GitHub since it's for an old version.

Enable debugging in "Tools->Preferences->Write logs to file", restart Electrum.
After reopening, reproduce the issue and then find the logs in: <your_electrum_data_directory>/logs folder.
The default Electrum data directory in Windows10 is in %appdata%/Electrum (paste it on your "Windows Explorer" or "run" window)
Open the log file with a text editor and check if there's any error related to the issue.

Don't forget to disable logging later or Electrum will produce a log file in every session.
1093  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core - Help allowing TOR (anonymous) connections on: April 22, 2023, 02:44:08 PM
Code:
 .\bitcoind.exe -datadir=<bitcoin core path> -externalip=<my onion address> -proxy="127.0.0.1:9050" -debug="tor" 

If you need inbound connections, add -listen=1 command line option or follow the suggestion above, in your "bitcoin.conf" file.
You'll need it since -proxy disabled listen.

Take note that onlynet=onion will prevent you from connecting to nodes on clearnet.

Have you tried in bitnodes if your node is reachable?
If it is now, you'll eventually get inbound connections after a while.
1094  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core - Help allowing TOR (anonymous) connections on: April 22, 2023, 06:54:09 AM
When I run
Code:
bitcoin-cli -netinfo
I get the following response:
There's an "onion" column in the result of -netinfo so I guess you're already running with -proxy=127.0.0.1:9050 and a Tor onion service...
If so, just follow the third option in this article about connecting via Tor: https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md

I recommend that manual setup since it's the most simple, just add line to your "torrc" file, start Tor, get your external IP from the "HiddenServiceDir" that you've set
and start Bitcoin Core with your correct -externalip and suggested command line options and your node will be reachable via Tor.

You can use: bitnodes.io to see if your node is reachable. (paste your -externalip)
1095  Bitcoin / Bitcoin Technical Support / Re: Can't Import Bitcoin Address to Electrum on: April 21, 2023, 07:52:07 AM
is there any way to fix it so I can access my wallet?
Electrum doesn't support importation of Uncompressed WIF Private key with P2WPKH-P2SH script flag because it's non-standard.

Does your address starts with '1', '3' or 'bc1'?
If it's '3' and "p2pkh-p2sh" is specifically written on your backup, then I'm afraid your issue is more than just importation of the private key
but spending its bitcoins since mostly all nodes will reject transactions that you'll create.

Additionally, I'm not aware of any wallet that derives SegWit addresses from uncompressed WIF PrvKey.

If it's '1', then import it without "p2pkh-p2sh:" and it'll let your click the next button.
1096  Bitcoin / Electrum / Re: Electrum 4.4 Relased on: April 21, 2023, 07:31:33 AM
The  wallet's "Preferences"  have missed "Transactions" tab, so plenty of useful features like "Advanced preview ",  "Spend only confirmed coins" and so on are missing.
Those settings are moved to the settings icon in "New Transaction" window. (After clicking "Pay..." in the 'Send' tab)
For "Advanced Preview", just click 'Preview' instead of 'OK'.

Reference image:


Now, you can edit those settings without going though the 'Preferences' or 'Advanced transaction preview'.
1097  Bitcoin / Electrum / Re: Private key exposure? on: April 21, 2023, 05:02:27 AM
Does anyone know if this is indeed the case?
Yes, in standard wallet.
Electrum will have to decrypt the encrypted key in order to sign transactions, thus, exposing it for a brief moment.
And it's not limited to transactions, other options like creating a "signed message" will require access to the keys as well.

"Exposed" as in it's temporarily saved in your RAM, not literally exposed.
For it to be compromised, your machine still needs to be compromised by a hacker, virus or malware; if you have a good security, it wont be an issue.

Use cold-storage set-up to be safe from those security risk: electrum.readthedocs.io/en/latest/coldstorage.html

For other wallet types:
"2FA wallet" requires 2 signatures, only one will be exposed when sending transactions so it's not enough to get your bitcoins stolen.
1098  Bitcoin / Bitcoin Technical Support / Re: Please help changing directory to which the blockchain is saved on my computer on: April 21, 2023, 04:15:06 AM
I would like to change where the blockchain from Bitcoin Core is saved on my windows computer but have not figured out how to do it. Could someone here please help me?
If you're using the GUI, you can set it in the "Welcome Screen" where you've initially set the data directory and other settings.
To launch Bitcoin Core with it, start Bitcoin-qt with the command line option: -choosedatadir
The advantage of this is you don't have to use a specific shortcut with the -datadir command line option.

Here's a simple guide to do it:
  • Go to Bitcoin Core's install directory, it's in "C:\Program Files\Bitcoin" by default. (copy the path for the next step)
  • Open 'Command Prompt' (use search if you can't find it) and 'Change Directory' to the dir above using the command: cd "C:\Program Files\Bitcoin"
  • Then start Bitcoin Core's GUI with the said command line option using the command: bitcoin-qt.exe -choosedatadir
  • The Welcome Screen will open where you can set the datadir.

Take note that your old data directory wont be automatically moved to the newly set dir, you'll have to manually move everything in it.
1099  Bitcoin / Bitcoin Technical Support / Re: bitcoin-cli dumpprivkey Only legacy wallets are supported by this command on: April 21, 2023, 03:23:40 AM
I failed to follow instructions properly. I was having issues getting the exact address. However, I found a better solution, I think. I found BlueWallet on the App Store. I was able to use the xpub key to import a watch only wallet into it. This is actually the functionality I wanted on the iPhone.
If you actually asked how to create a watching-only wallet from your Bitcoin Core,
I would've been suggested you to get the descriptor's extended public key right in the first reply.

Good that you've discovered watching-only wallet by yourself, and "Blue Wallet" is quite a good option, IMO.

I'm still new to this stuff. I already managed to send a small amount of money into a wallet address with no private key.  Sad Sad
Right after that, try to send from Bitcoin Core where you got the xpub key.
It's to make sure that your setup works before sending more bitcoins into it.

Quote from: Fudmottin
The thread was inspired by me wanting to setup a miner that is hopefully fast enough to get me accepted into a mining pool. I'm currently shopping for an ASIC solution. In the meantime, I can do GPU (I think) with a software I downloaded.
Bitcoins cannot be mined with GPU at today's network difficulty, just wait for your SHA256 ASIC to be shipped.
Your only option with GPU to earn bitcoins is to use something that mines Altcoin but payouts in Bitcoin. For example: Nicehash
(DYOR in Mining (Altcoins) board)
1100  Bitcoin / Electrum / Re: Android Electrum manually editing fee on: April 20, 2023, 06:10:57 AM
Try v4.4.0 when it got released.

This looks interesting, let's see how it turns out because the Android version needs a lot of work.
Update: Version 4.4.0 just got released.

The new GUI looks good and smooth; however, the feature that we're expecting to manually edit the fee or fee rate still isn't there.
Guess you're stuck with 'Static 'slider's 1, 2, 5 ,10 ,20... sat/vB pre-loaded fee rates.
Pages: « 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 [55] 56 57 58 59 60 61 62 63 64 65 66 67 68 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 ... 309 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!